Push priority used in PushNotificationSettings.priority
field (Android only).
Variables
read onlyPRIORITY_HIGH:PushPriority
Priority for more important notifications or alerts. Only available on Android.
read onlyPRIORITY_LOW:PushPriority
Priority for items that are less important. Only available on Android.
read onlyPRIORITY_MAX:PushPriority
Set this priority for your application's most important items that require the user's prompt attention or input. Only available on Android.
read onlyPRIORITY_MIN:PushPriority
This priority is for items might not be shown to the user except under special circumstances, such as detailed notification logs. Only available on Android.