Chat SDK for Unity and Windows v1.2.0
|
Public Member Functions | |
ValueCallBack (Action< T > onSuccess=null, OnError onError=null) | |
Public Member Functions inherited from AgoraChat.CallBack | |
CallBack (Action onSuccess=null, OnProgress onProgress=null, OnError onError=null) | |
Public Attributes | |
Action< T > | OnSuccessValue |
Public Attributes inherited from AgoraChat.CallBack | |
Action | Success |
OnError | Error |
OnProgress | Progress |
The class of callbacks with a return value.
AgoraChat.ValueCallBack< T >.ValueCallBack | ( | Action< T > | onSuccess = null , |
OnError | onError = null |
||
) |
The constructor for the class of callbacks with a return value.
onSuccess | The success callback. |
onError | The error callback. |
Action<T> AgoraChat.ValueCallBack< T >.OnSuccessValue |
The success callback with a return value.