NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatChannelCategory类 参考

#import <NIMQChatChannelCategory.h>

类 NIMQChatChannelCategory 继承关系图:

构造函数

(instancetype) - initWithProperty: [implementation]
 
(nimbiz::Property) - toProperty [implementation]
 

属性

unsigned long long categoryId
 
unsigned long long serverId
 
NSInteger appId
 
NSString * name
 
NSString * custom
 
BOOL validflag
 
NSTimeInterval createTime
 
NSTimeInterval updateTime
 
NSString * owner
 
NIMQChatChannelViewMode viewMode
 
NSInteger channelNumber
 

详细描述

频道分组

函数文档

◆ initWithProperty:

- (instancetype) initWithProperty: (const nimbiz::Property &)  category
implementation

◆ toProperty

- (Property NIMQChatChannelCategory()):
implementation

属性说明

◆ appId

- (NSInteger) appId
readwritenonatomicassign

应用id

◆ categoryId

- (unsigned long long) categoryId
readwritenonatomicassign

频道id

◆ channelNumber

- (NSInteger) channelNumber
readwritenonatomicassign

频道数量

◆ createTime

- (NSTimeInterval) createTime
readwritenonatomicassign

创建时间

◆ custom

- (NSString*) custom
readwritenonatomiccopy

自定义扩展

◆ name

- (NSString*) name
readwritenonatomiccopy

名称

◆ owner

- (NSString*) owner
readwritenonatomiccopy

所有者

◆ serverId

- (unsigned long long) serverId
readwritenonatomicassign

服务器id

◆ updateTime

- (NSTimeInterval) updateTime
readwritenonatomicassign

更新时间

◆ validflag

- (BOOL) validflag
readwritenonatomicassign

有效标志:0-无效,1-有效

◆ viewMode

- (NIMQChatChannelViewMode) viewMode
readwritenonatomicassign

查看模式


该类的文档由以下文件生成: