react-native-notify-kit / AndroidBadgeIconType
Enumeration: AndroidBadgeIconType
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1097
Enum used to define how a notification badge is displayed in badge mode.
View the Badges documentation for more information.
LARGE
LARGE:
2
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1113
Shows the badge as the notifications largeIcon (if available).
This is the default value used by a notification if not provided.
NONE
NONE:
0
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1101
No badge is displayed, will always show as a number.
SMALL
SMALL:
1
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1106
Shows the badge as the notifications smallIcon.
