Chat SDK for Unity and Windows v1.2.0
|
Public Member Functions | |
CallBack (Action onSuccess=null, OnProgress onProgress=null, OnError onError=null) | |
Public Attributes | |
Action | Success |
OnError | Error |
OnProgress | Progress |
The class of callbacks without a return value.
AgoraChat.CallBack.CallBack | ( | Action | onSuccess = null , |
OnProgress | onProgress = null , |
||
OnError | onError = null |
||
) |
The result callback constructor.
onSuccess | The success callback. |
onProgress | The progress callback. |
onError | The error callback. |
Action AgoraChat.CallBack.Success |
The success callback.
OnError AgoraChat.CallBack.Error |
The error callback.
OnProgress AgoraChat.CallBack.Progress |
The progress callback.