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

---

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

# Enumeration: AndroidBadgeIconType

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

Enum used to define how a notification badge is displayed in badge mode.

View the [Badges](/react-native/android/appearance#badges) documentation for more information.

## Platform

android

## Enumeration Members

### LARGE

> **LARGE**: `2`

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

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

No badge is displayed, will always show as a number.

---

### SMALL

> **SMALL**: `1`

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

Shows the badge as the notifications `smallIcon`.
