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

#import <NIMQChatChannel.h>

类 NIMQChatChannel 继承关系图:

属性

unsigned long long channelId
 
unsigned long long serverId
 
NSInteger appId
 
NSString * name
 
NSString * topic
 
NSString * custom
 
NIMQChatChannelType type
 
BOOL validflag
 
NSTimeInterval createTime
 
NSTimeInterval updateTime
 
NSString * owner
 
NIMQChatChannelViewMode viewMode
 
unsigned long long categoryId
 
NIMQChatChannelSyncMode syncMode
 
long reorderWeight
 
NIMQChatVisitorMode visitorMode
 

详细描述

频道

属性说明

◆ appId

- (NSInteger) appId
readwritenonatomicassign

应用id

◆ categoryId

- (unsigned long long) categoryId
readwritenonatomicassign

频道分组id

◆ channelId

- (unsigned long long) channelId
readwritenonatomicassign

频道id

◆ createTime

- (NSTimeInterval) createTime
readwritenonatomicassign

创建时间

◆ custom

- (NSString*) custom
readwritenonatomiccopy

自定义扩展

◆ name

- (NSString*) name
readwritenonatomiccopy

名称

◆ owner

- (NSString*) owner
readwritenonatomiccopy

所有者

◆ reorderWeight

- (long) reorderWeight
readwritenonatomicassign

自定义排序权重值

◆ serverId

- (unsigned long long) serverId
readwritenonatomicassign

服务器id

◆ syncMode

- (NIMQChatChannelSyncMode) syncMode
readwritenonatomicassign

是否与频道分组配置同步

◆ topic

- (NSString*) topic
readwritenonatomiccopy

主题

◆ type

- (NIMQChatChannelType) type
readwritenonatomicassign

类型:0-消息频道,100自定义频道

◆ updateTime

- (NSTimeInterval) updateTime
readwritenonatomicassign

更新时间

◆ validflag

- (BOOL) validflag
readwritenonatomicassign

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

◆ viewMode

- (NIMQChatChannelViewMode) viewMode
readwritenonatomicassign

查看模式

◆ visitorMode

- (NIMQChatVisitorMode) visitorMode
readwritenonatomicassign

游客可见模式


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