public interface IWxCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(int code,
java.lang.String info)
异步调用失败
|
void |
onProgress(int progress)
进度 0 - 100;
|
void |
onSuccess(java.lang.Object... result)
异步调用成功
|
void onSuccess(java.lang.Object... result)
result
- 结果void onError(int code, java.lang.String info)
code
- 错误值, 如果为特别标明,错误码及当前类中规定的错误码,如果某个接口有特殊说明,则按具体错误码规则来info
- void onProgress(int progress)
progress
- 进度