public interface AsyncPullCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onException(Throwable throwable)
异常回调接口
|
void |
onResult(PullResult result)
返回结果回调接口
|
void onResult(PullResult result)
result - resultvoid onException(Throwable throwable)
throwable - throwableCopyright © 2021. All rights reserved.