[**react-native-notify-kit**](react-native/reference/index)

---

[react-native-notify-kit](react-native/reference/index) / AndroidGroupAlertBehavior

# Enumeration: AndroidGroupAlertBehavior

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:1251](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1251)

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

View the [Grouping & Sorting](/react-native/android/grouping-and-sorting#group-behaviour) documentation to
learn more.

## Platform

android

## Enumeration Members

### ALL

> **ALL**: `0`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:1255](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1255)

All notifications will alert.

---

### CHILDREN

> **CHILDREN**: `2`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:1265](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1265)

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:1260](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1260)

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