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.

Platform

android

Enumeration Members

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

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

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