Enumeration: AndroidGroupAlertBehavior

Defined in: packages/react-native/src/types/NotificationAndroid.ts:1238

Enum used to describe how a notification alerts the user when it apart of a group.

View the Grouping & Sorting documentation to learn more.

Platform

android

Enumeration Members

ALL

ALL: 0

Defined in: packages/react-native/src/types/NotificationAndroid.ts:1242

All notifications will alert.

CHILDREN

CHILDREN: 2

Defined in: packages/react-native/src/types/NotificationAndroid.ts:1252

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:1247

Only the summary notification will alert the user when displayed. The children of the group will not alert.