9#import <Foundation/Foundation.h>
10#import <JCCGuestPlugin/JCCConstants.h>
12NS_ASSUME_NONNULL_BEGIN
18@protocol JCCCommonCallback <NSObject>
41- (void)onOnlineMessageSendResult:(BOOL)result operatorId:(
int)operatorId;
48- (void)onOnlineMessageReceived:(NSString *)message userId:(NSString *)userId;
56- (void)onUploadFileResult:(NSString *)fileName response:(NSDictionary *)response;
63- (void)onUploadFileError:(NSString *)fileName error:(NSError *)error;
71- (void)onMessageInCallReceived:(NSString *)type content:(NSString *)content fromUserId:(NSString *)fromUserId;
80- (void)onError:(NSString *)errorCode errorCodeDetail:(NSString *)errorCodeDetail;
88- (void)onSystemPhoneStateChanged:(SystemPhoneState)newState oldState:(SystemPhoneState)oldState;
JCCViewEvent
Definition: JCCConstants.h:270
JCCReasonCode
登录登出原因枚举
Definition: JCCConstants.h:80