public interface ProgressReporter
Modifier and Type | Method and Description |
---|---|
void |
onProgress(long completed,
long total)
Notification to indicate that progress was made during an upload operation.
|
void onProgress(long completed, long total)
Notification to indicate that progress was made during an upload operation.
completed
- The number of bytes that have been already been uploaded for this operation.total
- The total number of bytes to upload for this operation.Copyright © 2016–2019. All rights reserved.