react-native-notify-kit / AndroidGroupAlertBehavior
Enumeration: AndroidGroupAlertBehavior
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1217
Enum used to describe how a notification alerts the user when it apart of a group.
View the Grouping & Sorting documentation to learn more.
ALL
ALL:
0
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1221
All notifications will alert.
CHILDREN
CHILDREN:
2
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1231
Children of a group will alert the user. The summary notification will not alert when displayed.
SUMMARY
SUMMARY:
1
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1226
Only the summary notification will alert the user when displayed. The children of the group will not alert.
