RCConversationType Constants Reference
| Declared in | RCStatusDefine.h |
|---|
RCConversationType
会话类型
Definition
typedef NS_ENUM(NSUInteger, RCConversationType ) {
ConversationType_PRIVATE = 1,
ConversationType_DISCUSSION = 2,
ConversationType_GROUP = 3,
ConversationType_CHATROOM = 4,
ConversationType_CUSTOMERSERVICE = 5,
ConversationType_SYSTEM = 6,
ConversationType_APPSERVICE = 7,
ConversationType_PUBLICSERVICE = 8,
ConversationType_PUSHSERVICE = 9,
ConversationType_Encrypted = 11,
ConversationType_RTC = 12,
ConversationType_INVALID,
};
Constants
ConversationType_PRIVATE-
单聊Declared In
RCStatusDefine.h. ConversationType_DISCUSSION-
讨论组Declared In
RCStatusDefine.h. ConversationType_GROUP-
群组Declared In
RCStatusDefine.h. ConversationType_CHATROOM-
聊天室Declared In
RCStatusDefine.h. ConversationType_CUSTOMERSERVICE-
客服Declared In
RCStatusDefine.h. ConversationType_SYSTEM-
系统会话Declared In
RCStatusDefine.h. ConversationType_APPSERVICE-
应用内公众服务会话Declared In
RCStatusDefine.h. ConversationType_PUBLICSERVICE-
跨应用公众服务会话Declared In
RCStatusDefine.h. ConversationType_PUSHSERVICE-
推送服务会话Declared In
RCStatusDefine.h. ConversationType_Encrypted-
加密会话(仅对部分私有云用户开放,公有云用户不适用)Declared In
RCStatusDefine.h. ConversationType_RTC-
RTC 会话
Declared In
RCStatusDefine.h. ConversationType_INVALID-
无效类型Declared In
RCStatusDefine.h.
Declared In
RCStatusDefine.h