WSCMessagingMessage Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WSCMessagingMessage.h |
Overview
WSCMessagingMessage represents the message object that is handed over to the application when an incoming message arrives over SIP. It contains the sender of the message along with the contents of the message.
messageId
The message Id - generated internally by the SDK.
@property (nonatomic, readonly) NSString *messageIdDiscussion
The message Id - generated internally by the SDK.
Declared In
WSCMessagingMessage.h
initiator
The sender of the message.
@property (nonatomic, readonly) NSString *initiatorDiscussion
The sender of the message.
Declared In
WSCMessagingMessage.h
target
The receiver of the message.
@property (nonatomic, readonly) NSString *targetDiscussion
The receiver of the message.
Declared In
WSCMessagingMessage.h
content
The content of the message.
@property (nonatomic, readonly) NSString *contentDiscussion
The content of the message.
Declared In
WSCMessagingMessage.h
– initWithId:
Initiates a WSCMessagingMessage object.
- (instancetype)initWithId:(NSString *)msgIdParameters
msgId |
the msgId |
|---|
Discussion
Initiates a WSCMessagingMessage object.
Declared In
WSCMessagingMessage.h