NIMSignalingNotifyInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMSignalingResponse.h |
eventType
Event types
@property (nonatomic, assign) NIMSignalingEventType eventType
Discussion
Event types
Declared In
NIMSignalingResponse.h
channelInfo
Channel info
@property (nonatomic, strong) NIMSignalingChannelInfo *channelInfo
Discussion
Channel info
Declared In
NIMSignalingResponse.h
fromAccountId
The operator (inviter or close a channel)
@property (nonatomic, copy) NSString *fromAccountId
Discussion
The operator (inviter or close a channel)
Declared In
NIMSignalingResponse.h
customInfo
Extension field for events
@property (nonatomic, copy) NSString *customInfo
Discussion
Extension field for events
Declared In
NIMSignalingResponse.h
time
Timestamp of a notification
@property (nonatomic, assign) int64_t time
Discussion
Timestamp of a notification
Declared In
NIMSignalingResponse.h