Chat SDK for Unity and Windows v1.3.1
|
Public 成员函数 | |
ValueCallBack (Action< T > onSuccess=null, OnError onError=null) | |
Public 成员函数 继承自 AgoraChat.CallBack | |
CallBack (Action onSuccess=null, OnProgress onProgress=null, OnError onError=null) | |
Public 属性 | |
Action< T > | OnSuccessValue |
Public 属性 继承自 AgoraChat.CallBack | |
Action | Success |
OnError | Error |
OnProgress | Progress |
带有返回值的回调类。
AgoraChat.ValueCallBack< T >.ValueCallBack | ( | Action< T > | onSuccess = null , |
OnError | onError = null |
||
) |
包含返回值的回调类的构造方法。
onSuccess | 成功回调。 |
onError | 错误回调。 |
Action<T> AgoraChat.ValueCallBack< T >.OnSuccessValue |
带有返回值的成功回调方法。