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