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 *messageId

Discussion

The message Id - generated internally by the SDK.

Declared In

WSCMessagingMessage.h

  initiator

The sender of the message.

@property (nonatomic, readonly) NSString *initiator

Discussion

The sender of the message.

Declared In

WSCMessagingMessage.h

  target

The receiver of the message.

@property (nonatomic, readonly) NSString *target

Discussion

The receiver of the message.

Declared In

WSCMessagingMessage.h

  content

The content of the message.

@property (nonatomic, readonly) NSString *content

Discussion

The content of the message.

Declared In

WSCMessagingMessage.h

– initWithId:

Initiates a WSCMessagingMessage object.

- (instancetype)initWithId:(NSString *)msgId

Parameters

msgId

the msgId

Discussion

Initiates a WSCMessagingMessage object.

Declared In

WSCMessagingMessage.h