|
agora_chat_SDK
3.8.2
agorajavachatSDK
|
Inherited by io.agora.chat.ChatMessage.EMCallbackHolder.
Public Member Functions | |
| void | onSuccess () |
| void | onError (int code, String error) |
| void | onProgress (int progress, String status) |
The general callback interface Callback with return value, see ValueCallBack
| void io.agora.CallBack.onError | ( | int | code, |
| String | error | ||
| ) |
Callback function is called when an error occurs, see Error
| code | error code |
| error | contain description of error |
| void io.agora.CallBack.onProgress | ( | int | progress, |
| String | status | ||
| ) |
Callback function is executed when progress update
| progress | progress info |
| status | Contain progress description. May be empty string "" or null |
| void io.agora.CallBack.onSuccess | ( | ) |
Callback function is executed on success
1.8.9