Central interface for sending messages and other related actions.

The following tables list the members exposed by the MessageManager type.

Public Methods

  NameDescription
getMessageAttachment
Returns Attachments that message under specified ID contains.

getMessageDeliveryStatus
Returns delivery status of each destination for message specified by ID (returned by !:#sendMessage(String, Message, String, String[], Priority, String) method).

sendMessage
This method requests message sending to set of destination numbers, returning request identifier to identify the message. This message ID can subsequently be used to see message delivery status, when application gets notified about it.
Message content is provided by Message implementation.