NIMQChatSubscribeAllChannelParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatSubscribeAllChannelParam.h |
subscribeType
订阅类型,只支持一下三种类型 NIMQChatSubscribeTypeChannelMsg = 1, NIMQChatSubscribeTypeChannelMsgUnreadCount = 2, NIMQChatSubscribeTypeChannelMsgUnreadStatus = 3,
@property (nonatomic, assign) NIMQChatSubscribeType subscribeType
Discussion
订阅类型,只支持一下三种类型 NIMQChatSubscribeTypeChannelMsg = 1, NIMQChatSubscribeTypeChannelMsgUnreadCount = 2, NIMQChatSubscribeTypeChannelMsgUnreadStatus = 3,
Declared In
NIMQChatSubscribeAllChannelParam.h
serverIds
服务器id 数组,元素为 serverId 的NSNumber 包装
@property (nonatomic, copy) NSArray<NSNumber*> *serverIds
Discussion
服务器id 数组,元素为 serverId 的NSNumber 包装
Declared In
NIMQChatSubscribeAllChannelParam.h