Success Callback
This callback method and enum information are relayed when the function handled in the chat is successful or complete.
Callback method
// This callback method is relayed when the function handled in the chat is successful or complete.
public void OnSuccess(SUCCESS_MESSAGE success, object param) { }
SuccessCode(enum)
| Value | Description | Param |
|---|---|---|
| REPORT | Report process complete | NULL |
| CHANGE_AVATAR | Avatar change complete | NULL |