react-native-notify-kit / AndroidBadgeIconType
Enumeration: AndroidBadgeIconType
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1076
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:1092
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:1080
No badge is displayed, will always show as a number.
SMALL
SMALL:
1
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1085
Shows the badge as the notifications smallIcon.
