JMSGConversationType Constants Reference
Declared in | JMSGConstants.h |
---|
JMSGConversationType
会话类型 - 单聊、群聊
Definition
typedef NS_ENUM(NSInteger, JMSGConversationType ) {
kJMSGConversationTypeSingle = 1,
kJMSGConversationTypeGroup = 2,
kJMSGConversationTypeChatRoom = 3,
};
Constants
Declared In
JMSGConstants.h