[**@notifee/react-native**](react-native/reference/index)

***

[@notifee/react-native](react-native/reference/index) / AndroidBadgeIconType

# Enumeration: AndroidBadgeIconType

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`

Shows the badge as the notifications `largeIcon` (if available).

This is the default value used by a notification if not provided.

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:1092](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1092)

***

### NONE

> **NONE**: `0`

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

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:1080](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1080)

***

### SMALL

> **SMALL**: `1`

Shows the badge as the notifications `smallIcon`.

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:1085](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L1085)
