public static interface NativeClient.IResultProgressCallback<T>
限定符和类型 | 方法和说明 |
---|---|
void |
onCanceled(int messageId) |
void |
onError(int code) |
void |
onProgress(int progress) |
void |
onSuccess(T t) |
void onSuccess(T t)
void onProgress(int progress)
void onError(int code)
void onCanceled(int messageId)