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.

Platform

android

Enumeration Members

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

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

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