Package io.rong.imlib
Class IRongCoreCallback.DownloadMediaCallback
-
- All Implemented Interfaces:
public abstract class IRongCoreCallback.DownloadMediaCallback extends IRongCoreCallback.ResultCallback<T>
Callback for file download.
-
-
Constructor Summary
Constructors Constructor Description IRongCoreCallback.DownloadMediaCallback()
-
Method Summary
Modifier and Type Method Description abstract void
onProgress(int progress)
Download progress. -
-
Method Detail
-
onProgress
abstract void onProgress(int progress)
Download progress.
- Parameters:
progress
- Indicates the progress value, ranging from 0 to 100.
-
-
-
-