NIMQChatServer Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatServer.h |
serverId
圈组服务器id
@property (nonatomic, assign) unsigned long long serverId
Discussion
圈组服务器id
Declared In
NIMQChatServer.h
appId
应用id
@property (nonatomic, assign) NSInteger appId
Discussion
应用id
Declared In
NIMQChatServer.h
name
名称
@property (nullable, nonatomic, copy) NSString *name
Discussion
名称
Declared In
NIMQChatServer.h
icon
图标
@property (nullable, nonatomic, copy) NSString *icon
Discussion
图标
Declared In
NIMQChatServer.h
custom
自定义扩展
@property (nullable, nonatomic, copy) NSString *custom
Discussion
自定义扩展
Declared In
NIMQChatServer.h
owner
所有者
@property (nullable, nonatomic, copy) NSString *owner
Discussion
所有者
Declared In
NIMQChatServer.h
memberNumber
成员数
@property (nonatomic, assign) NSInteger memberNumber
Discussion
成员数
Declared In
NIMQChatServer.h
inviteMode
邀请模式:0-邀请需要同意(默认),1-邀请不需要同意
@property (nonatomic, assign) NIMQChatServerInviteMode inviteMode
Discussion
邀请模式:0-邀请需要同意(默认),1-邀请不需要同意
Declared In
NIMQChatServer.h
applyMode
申请模式:0-申请不需要同意(默认),1-申请需要同意
@property (nonatomic, assign) NIMQChatServerApplyMode applyMode
Discussion
申请模式:0-申请不需要同意(默认),1-申请需要同意
Declared In
NIMQChatServer.h
validFlag
有效标志:0-无效,1-有效
@property (nonatomic, assign) BOOL validFlag
Discussion
有效标志:0-无效,1-有效
Declared In
NIMQChatServer.h
createTime
创建时间
@property (nonatomic, assign) NSTimeInterval createTime
Discussion
创建时间
Declared In
NIMQChatServer.h
updateTime
更新时间
@property (nonatomic, assign) NSTimeInterval updateTime
Discussion
更新时间
Declared In
NIMQChatServer.h
channelNumber
频道数
@property (nonatomic, assign) NSInteger channelNumber
Discussion
频道数
Declared In
NIMQChatServer.h
catogeryNumber
频道分组的数量
@property (nonatomic, assign) NSInteger catogeryNumber
Discussion
频道分组的数量
Declared In
NIMQChatServer.h
searchType
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
@property (nullable, nonatomic, copy) NSNumber *searchType
Discussion
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
Declared In
NIMQChatServer.h
searchEnable
服务器是否允许被搜索,默认允许
@property (nonatomic, assign) BOOL searchEnable
Discussion
服务器是否允许被搜索,默认允许
Declared In
NIMQChatServer.h
reorderWeight
自定义排序权重值
@property (nonatomic, assign) long reorderWeight
Discussion
自定义排序权重值
Declared In
NIMQChatServer.h