TTMSFNCWebPushMessageUrgency Enumeration
Specifies the delivery urgency hint sent to the push service, allowing it to balance battery life and timeliness on the receiving device.
API unit family: TMS.TMSFNCWebPushSender
Members
| Name | Description |
|---|---|
muNone |
Sends no urgency hint, letting the push service apply its own default. |
moVeryLow |
Lowest urgency, suitable for messages that may be delayed until the device is active (advertisements and similar). |
moLow |
Low urgency, suitable for messages that can tolerate some delay. |
moNormal |
Normal urgency, the typical setting for chat or interactive messages. |
moHigh |
Highest urgency, suitable for time-critical messages such as alerts that should be delivered immediately. |