NIMSignalingNotifyInfo Class Reference

Inherits from NSObject
Declared in NIMSignalingResponse.h

Overview

通知回调基类对象

  eventType

通知事件类型

@property (nonatomic, assign) NIMSignalingEventType eventType

Discussion

通知事件类型

Declared In

NIMSignalingResponse.h

  channelInfo

频道对象

@property (nonatomic, strong) NIMSignalingChannelInfo *channelInfo

Discussion

频道对象

Declared In

NIMSignalingResponse.h

  fromAccountId

操作者(如邀请者、关闭频道者)

@property (nonatomic, copy) NSString *fromAccountId

Discussion

操作者(如邀请者、关闭频道者)

Declared In

NIMSignalingResponse.h

  customInfo

通知事件拓展字段

@property (nonatomic, copy) NSString *customInfo

Discussion

通知事件拓展字段

Declared In

NIMSignalingResponse.h

  time

通知时间戳

@property (nonatomic, assign) int64_t time

Discussion

通知时间戳

Declared In

NIMSignalingResponse.h