NIMQChatSubscribeAllChannelResult Class Reference

Inherits from NSObject
Declared in NIMQChatSubscribeAllChannelResult.h

Overview

订阅服务器下所有频道的结果

  unreadInfos

未读信息数组

@property (nonatomic, copy) NSArray<NIMQChatUnreadInfo*> *unreadInfos

Discussion

未读信息数组

Declared In

NIMQChatSubscribeAllChannelResult.h

  failServerIds

设置失败的服务器ID 数组,元素为 服务器ID 的 NSNumber 包装

@property (nonatomic, copy) NSArray<NSNumber*> *failServerIds

Discussion

设置失败的服务器ID 数组,元素为 服务器ID 的 NSNumber 包装

Declared In

NIMQChatSubscribeAllChannelResult.h