视频客服插件 - Android v2401.0
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
JCCGuestCallback接口 参考

Public 成员函数

void onGetAllGroups (boolean result, List< JCCGroupItem > groups)
 
void onCallStateChanged (@JCCGuestCallStateChangeType int type, JCCInviter inviter, @JCCCallTermReason int reason)
 
void onSignRequestComplete (boolean result, String filePath)
 
- Public 成员函数 继承自 JCCCommonCallback
void onLogin (boolean result, @JCCReasonCode int reason)
 
void onLogout (@JCCReasonCode int reason)
 
void onOnlineMessageSendResult (boolean result, int operatorId)
 
void onOnlineMessageReceived (String message, String userId)
 
void onUploadFileResult (String fileName, String response)
 
void onUploadFileError (String fileName, Exception error)
 
void onMessageInCallReceived (String type, String content, String fromUserId)
 
void onError (String errorCode, String errorCodeDetail)
 
boolean onViewEvent (@JCCConstants.JCCViewEvent int viewEvent)
 

详细描述

访客事件

成员函数说明

◆ onCallStateChanged()

void onCallStateChanged ( @JCCGuestCallStateChangeType int  type,
JCCInviter  inviter,
@JCCCallTermReason int  reason 
)

通话状态改变回调

参数
type通话状态改变类型
inviter邀请成员
reason通话挂断原因
参见
JCCGuestCallStateChangeType
JCCInviter
JCCCallTermReason

◆ onGetAllGroups()

void onGetAllGroups ( boolean  result,
List< JCCGroupItem groups 
)

获取业务号列表回调

参数
result获取结果
groups组号列表

◆ onSignRequestComplete()

void onSignRequestComplete ( boolean  result,
String  filePath 
)

电子签名文件保存回调

参数
result电子签名成功
filePath文件路径