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

#import <NIMSubscribeRequest.h>

类 NIMSubscribeRequest 继承关系图:

属性

NSInteger type
 
NSTimeInterval expiry
 
BOOL syncEnabled
 
NSArray * publishers
 

详细描述

事件订阅请求

属性说明

◆ expiry

- (NSTimeInterval) expiry
readwritenonatomicassign

订阅的有效期,范围为 60 秒到 30 天, 数值单位为秒, 超出时间则自动取消订阅,

◆ publishers

- (NSArray*) publishers
readwritenonatomiccopy

发布事件者的 Id 数组,最多 100 个 @discussion 由于同一个事件可能由不同的用户发出,只能订阅数组内用户发布的事件。

◆ syncEnabled

- (BOOL) syncEnabled
readwritenonatomicassign

订阅后是否立刻同步事件状态值 @discussion 默认为NO,,如果填 YES ,则会收到事件回调 - (void)onRecvSubscribeEvent:

◆ type

- (NSInteger) type
readwritenonatomicassign

事件类型,1~99999 为云信保留类型,自定义的订阅事件请选择此范围以外的类型, 预定义事件定义见 NIMSubscribeSystemEventType


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