XojoCloud.RemoteNotifications.DeliveryOptions.Priority
From Xojo Documentation
Property (As Integer )
aXojoCloud.RemoteNotifications.DeliveryOptions.Priority = newIntegerValue
or
IntegerValue = aXojoCloud.RemoteNotifications.DeliveryOptions.Priority
New in 2021r2
Supported for all project types and targets.
or
IntegerValue = aXojoCloud.RemoteNotifications.DeliveryOptions.Priority
New in 2021r2
Supported for all project types and targets.
A value between 0 and 10 that determines how important the message is. 10 delivers the message immediately while any number below 6 will deliver it based upon the device's available power.
Notes
A value above 10 or below 0 will result in an OutOfBoundsException.