Package io.rong.imlib
Class RongIMClient.DownloadMediaCallback
-
- All Implemented Interfaces:
public abstract class RongIMClient.DownloadMediaCallback extends RongIMClient.ResultCallback<T>
*Callback for file download.**
-
-
Constructor Summary
Constructors Constructor Description RongIMClient.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
- The progress value, ranging from 0 to 100.
-
-
-
-