Variable NotificationAndroidPriorityConst
NotificationAndroidPriority: {
PRIORITY_DEFAULT: 0;
PRIORITY_HIGH: 1;
PRIORITY_LOW: -1;
PRIORITY_MAX: 2;
PRIORITY_MIN: -2;
} = ...
Type Declaration
ReadonlyPRIORITY_DEFAULT: 0
ReadonlyPRIORITY_HIGH: 1
ReadonlyPRIORITY_LOW: -1
ReadonlyPRIORITY_MAX: 2
ReadonlyPRIORITY_MIN: -2