@notifee/react-native

@notifee/react-native / AndroidGroupAlertBehavior

Enumeration: AndroidGroupAlertBehavior

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

All notifications will alert.

CHILDREN

CHILDREN: 2

Children of a group will alert the user. The summary notification will not alert when displayed.

SUMMARY

SUMMARY: 1

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