react-native-notify-kit / AndroidCategory
Enumeration: AndroidCategory
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1125
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:1126
CALL
CALL:
"call"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1127
EMAIL:
"email"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1128
ERROR
ERROR:
"error"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1129
EVENT
EVENT:
"event"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1130
MESSAGE
MESSAGE:
"msg"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1131
NAVIGATION
NAVIGATION:
"navigation"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1132
PROGRESS
PROGRESS:
"progress"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1133
PROMO
PROMO:
"promo"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1134
RECOMMENDATION
RECOMMENDATION:
"recommendation"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1135
REMINDER
REMINDER:
"reminder"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1136
SERVICE
SERVICE:
"service"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1137
SOCIAL
SOCIAL:
"social"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1138
STATUS
STATUS:
"status"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1139
SYSTEM
SYSTEM:
"sys"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1144
Avoid using - generally used by the system.
TRANSPORT
TRANSPORT:
"transport"
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1145
