TTMSFNCCloudPushOverMessagePriority Enumeration
Defines the delivery priority assigned to a push notification.
API unit family: TMSFNCCloudPushOver
Remarks
The priority controls how aggressively the message is delivered, from silent delivery up to a notification that requires explicit acknowledgement from the recipient.
Members
| Name | Description |
|---|---|
mpNone |
Uses the default delivery priority without any adjustment. |
mpQuiet |
Delivers the message quietly, without generating a sound or vibration. |
mpHighPriority |
Delivers the message with high priority, bypassing quiet-hours suppression. |
mpConfirmation |
Delivers the message with the highest priority and repeats it until the recipient acknowledges it. |
mpLowestPriority |
Delivers the message with the lowest priority, generating no notification alert. |