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.
Note that the completed
value may decrease from one invocation to the next if any
part of the upload to to be retried.
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–2024. All rights reserved.