react-native-notify-kit / AndroidCategory
Enumeration: AndroidCategory
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1104
Enum used to describe the category of a notification.
Setting a category on a notification helps the device to understand what the notification is for, or what impact it will have on the user. The category can be used for ranking and filtering the notification, however has no visual impact on the notification.
ALARM
ALARM:
"alarm"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1105
CALL
CALL:
"call"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1106
EMAIL:
"email"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1107
ERROR
ERROR:
"error"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1108
EVENT
EVENT:
"event"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1109
MESSAGE
MESSAGE:
"msg"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1110
NAVIGATION
NAVIGATION:
"navigation"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1111
PROGRESS
PROGRESS:
"progress"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1112
PROMO
PROMO:
"promo"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1113
RECOMMENDATION
RECOMMENDATION:
"recommendation"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1114
REMINDER
REMINDER:
"reminder"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1115
SERVICE
SERVICE:
"service"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1116
SOCIAL
SOCIAL:
"social"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1117
STATUS
STATUS:
"status"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1118
SYSTEM
SYSTEM:
"sys"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1123
Avoid using - generally used by the system.
TRANSPORT
TRANSPORT:
"transport"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1124
