NIMQChatSubscribeType Constants Reference
Declared in | NIMQChatDefs.h |
---|
NIMQChatSubscribeType
Definition
typedef NS_ENUM(NSInteger, NIMQChatSubscribeType ) {
NIMQChatSubscribeTypeChannelMsg = 1,
NIMQChatSubscribeTypeChannelMsgUnreadCount = 2,
NIMQChatSubscribeTypeChannelMsgUnreadStatus = 3,
NIMQChatSubscribeTypeServerMsg = 4,
NIMQChatSubscribeTypeChannelTypingEvent = 5,
};
Constants
NIMQChatSubscribeTypeChannelMsg
-
订阅某个channel的【消息】/【通知】
Declared In
NIMQChatDefs.h
. NIMQChatSubscribeTypeChannelMsgUnreadCount
-
订阅某个channel的【消息未读数】/【通知】
Declared In
NIMQChatDefs.h
. NIMQChatSubscribeTypeChannelMsgUnreadStatus
-
订阅某个channel的【消息未读状态】/【通知】
Declared In
NIMQChatDefs.h
. NIMQChatSubscribeTypeServerMsg
-
订阅某个server的【消息】/【通知】,如server基本信息修改、人员进出、权限变更、创建channel等
Declared In
NIMQChatDefs.h
. NIMQChatSubscribeTypeChannelTypingEvent
-
订阅某个channel的消息正在输入事件
Declared In
NIMQChatDefs.h
.