public interface UpCompletionHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
complete(java.lang.String key,
ResponseInfo info,
org.json.JSONObject response)
用户自定义的内容上传完成后处理动作必须实现的方法
|
void complete(java.lang.String key,
ResponseInfo info,
org.json.JSONObject response)
key - 文件上传保存名称info - 上传完成返回日志信息response - 上传完成的回复内容