//library/com.uploadcare.android.library.callbacks/ProgressCallback
ProgressCallback
[androidJvm] interface ProgressCallback
Functions
| Name | Summary |
|---|---|
| equals | [androidJvm] Content open operator fun equals(other: Any?): Boolean |
| hashCode | [androidJvm] Content open fun hashCode(): Int |
| onProgressUpdate | [androidJvm] Content abstract fun onProgressUpdate(bytesWritten: Long, contentLength: Long, progress: Double) |
| toString | [androidJvm] Content open fun toString(): String |
Inheritors
| Name |
|---|
| UploadFileCallback |
| UploadFilesCallback |