com.supermap.onlineservices

接口 DownloadResourceFile.DownloadListener

  • 封闭类:
    DownloadResourceFile


    public static interface DownloadResourceFile.DownloadListener
    资源下载回调
    • 方法详细资料

      • getProgress

        void getProgress(int progress)
        返回当前下载进度的百分比
        参数:
        progress -
      • onComplete

        void onComplete()
        下载成功
      • onFailure

        void onFailure()
        下载失败