TTMSFNCCloudPushOverMessage Class
Represents a single push notification together with all of its delivery options, such as recipient, title, body, sound, and priority.
API unit family: TMSFNCCloudPushOver
Inherits from: TPersistent
Syntax
TTMSFNCCloudPushOverMessage = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Device | Specifies the name of a single recipient device to target. |
| Message | Specifies the body text of the notification. |
| Priority | Specifies the delivery priority of the notification. |
| Sound | Specifies the sound played on the recipient device. |
| TimeStamp | Specifies the timestamp associated with the message. |
| Title | Specifies the title shown above the message body. |
| URL | Specifies a supplementary URL included with the notification. |
| URLTitle | Specifies the clickable text displayed for URL. |
| User | Specifies the recipient user or group key the message is delivered to. |