Success Callback
This callback method and enum information are relayed when the function handled in the chat is successful or complete.
Callback method
// Called when a chat operation succeeds or completes.
public void OnSuccess(SUCCESS_MESSAGE success, object param) { }
SuccessCode(enum)
| Value | Description | Param |
|---|---|---|
| REPORT | Report processed | NULL |
| ADD_BLOCK_PLAYER | User block successful | NULL |
| REMOVE_BLOCK_PLAYER | User unblock successful | NULL |