NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatEnterServerAsVisitorResult.h
浏览该文件的文档.
1
//
2
// NIMQChatEnterServerAsVisitorResult.h
3
// NIMLib
4
//
5
// Created by NetEase on 2022/3/22.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
/**
13
* 以游客身份加入服务器的结果
14
*/
15
@interface
NIMQChatEnterServerAsVisitorResult
: NSObject <NSCopying>
16
/**
17
* 加入失败的服务器的ID列表
18
*/
19
@property
(nonatomic, nullable, readonly, copy) NSArray<NSNumber *>*
failedServerIds
;
20
@end
21
22
NS_ASSUME_NONNULL_END
NIMQChatEnterServerAsVisitorResult
Definition:
NIMQChatEnterServerAsVisitorResult.h:15
NIMQChatEnterServerAsVisitorResult::failedServerIds
NSArray< NSNumber * > * failedServerIds
Definition:
NIMQChatEnterServerAsVisitorResult.h:19
QChat
NIMQChatEnterServerAsVisitorResult.h
制作者
1.9.5