NIMSignalingNotifyInfo Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMSignalingResponse.h | 
  eventType
	通知事件类型
@property (nonatomic, assign) NIMSignalingEventType eventTypeDiscussion
通知事件类型
Declared In
NIMSignalingResponse.h
  channelInfo
	频道对象
@property (nonatomic, strong) NIMSignalingChannelInfo *channelInfoDiscussion
频道对象
Declared In
NIMSignalingResponse.h
  fromAccountId
	操作者(如邀请者、关闭频道者)
@property (nonatomic, copy) NSString *fromAccountIdDiscussion
操作者(如邀请者、关闭频道者)
Declared In
NIMSignalingResponse.h
  customInfo
	通知事件拓展字段
@property (nonatomic, copy) NSString *customInfoDiscussion
通知事件拓展字段
Declared In
NIMSignalingResponse.h
  time
	通知时间戳
@property (nonatomic, assign) int64_t timeDiscussion
通知时间戳
Declared In
NIMSignalingResponse.h