NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatSubscribeChannelAsVisitorResult.h
浏览该文件的文档.
1//
2// NIMQChatFetchQuickCommentsByMsgsResult.h
3// NIMLib
4//
5// Created by Evang on 2022/3/22.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
12
13NS_ASSUME_NONNULL_BEGIN
14/**
15 * 以游客身份加入服务器的结果
16 */
17@interface NIMQChatSubscribeChannelAsVisitorResult : NSObject <NSCopying>
18
19/**
20 * 订阅失败的频道id信息列表
21 */
22@property (nonatomic, nullable, readonly, copy) NSArray<NIMQChatChannelIdInfo *>* failedChannelInfos;
23@end
24
25NS_ASSUME_NONNULL_END
Definition: NIMQChatChannelIdInfo.h:15
Definition: NIMQChatSubscribeChannelAsVisitorResult.h:17
NSArray< NIMQChatChannelIdInfo * > * failedChannelInfos
Definition: NIMQChatSubscribeChannelAsVisitorResult.h:22