ICMessageType
This class describes the message types.
Value | Description |
---|---|
Message | Standard Push or RTM. |
MessageNotification | Represents the notification part of an RTM. |
ReadReceipt | Message data is a ReadReceipt, only TransactionId is available and can be used to match receipt to the original message. |
Republish | The message is a republish of a MO, all data from the original message is available. |
Alert | Message data is alert from the 'Connect' platform. |
DeliveryReceipt | Message data is a DeliveryReceipt, TransactionId is available and can be used to match the receipt to the original message. |
TypingStart | Message data is a TypingStart from the connect platform end. |
TypingStop | Message data is a TypingStop from the connect platform end. |
Updated over 1 year ago