public interface ProgressCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onProgress(long currentSize,
long totalSize,
T data) |
void onProgress(long currentSize,
long totalSize,
T data)
Copyright © 2023. All rights reserved.