Package io.rong.imlib

Class IRongCoreCallback.DownloadMediaCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onProgress(int progress) 下载进度。
      • Methods inherited from class io.rong.imlib.IRongCoreCallback.ResultCallback

        onCallback, onError, onFail, onFail, onSuccess
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IRongCoreCallback.DownloadMediaCallback

        IRongCoreCallback.DownloadMediaCallback()
    • Method Detail

      • onProgress

         abstract void onProgress(int progress)

        下载进度。

        Parameters:
        progress - 进度值,范围为 0 - 100。