com.supermap.onlineservices
接口 DownloadResourceFile.DownloadListener
-
- 封闭类:
- DownloadResourceFile
public static interface DownloadResourceFile.DownloadListener
资源下载回调
-
-
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 void
getProgress(int progress)
返回当前下载进度的百分比void
onComplete()
下载成功void
onFailure()
下载失败
-