NIMNetCallNotificationContent Class Reference
Inherits from | NIMNotificationContent : NSObject |
---|---|
Declared in | NIMNetCallNotificationContent.h |
callType
Call types
@property (nonatomic, assign) NIMNetCallType callType
Discussion
Call types
Declared In
NIMNetCallNotificationContent.h
eventType
Operation type
@property (nonatomic, assign) NIMNetCallEventType eventType
Discussion
Operation type
Declared In
NIMNetCallNotificationContent.h
callID
Call channel ID
@property (nonatomic, assign) UInt64 callID
Discussion
Call channel ID
Declared In
NIMNetCallNotificationContent.h
from
Caller ID
@property (nonatomic, copy) NSString *from
Discussion
Caller ID
Declared In
NIMNetCallNotificationContent.h
timetag
Start time
@property (nonatomic, assign) NSTimeInterval timetag
Discussion
Start time
Declared In
NIMNetCallNotificationContent.h
duration
Duration
@property (nonatomic, assign) NSTimeInterval duration
Discussion
Duration
Declared In
NIMNetCallNotificationContent.h
members
Members in the call
@property (nonatomic, strong) NSArray *members
Discussion
Members in the call
Declared In
NIMNetCallNotificationContent.h
extendMessage
Extension field
@property (nonatomic, copy) NSString *extendMessage
Discussion
Extension field
Declared In
NIMNetCallNotificationContent.h