public static interface TransferRunnable.IProgress
| Modifier and Type | Method and Description |
|---|---|
void |
bytesTransfered(long byteCount) |
void |
onComplete(long bytesTransfered) |
void |
onError(SFSDKException exception,
long bytesTransfered) |
void bytesTransfered(long byteCount)
void onError(SFSDKException exception, long bytesTransfered)
void onComplete(long bytesTransfered)