Chat SDK for Unity and Windows v1.3.1
|
Public 成员函数 | |
CallBack (Action onSuccess=null, OnProgress onProgress=null, OnError onError=null) | |
Public 属性 | |
Action | Success |
OnError | Error |
OnProgress | Progress |
不带返回值的回调类。
AgoraChat.CallBack.CallBack | ( | Action | onSuccess = null , |
OnProgress | onProgress = null , |
||
OnError | onError = null |
||
) |
结果回调构造方法。
onSuccess | 成功回调。 |
onProgress | 进度回调。 |
onError | 错误回调。 |
Action AgoraChat.CallBack.Success |
成功回调。
OnError AgoraChat.CallBack.Error |
错误回调。
OnProgress AgoraChat.CallBack.Progress |
进度回调。