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

***

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

# Enumeration: AndroidStyle

Available Android Notification Styles.

View the [Styles](/react-native/android/styles) documentation to learn more with example usage.

## Platform

android

## Enumeration Members

### BIGPICTURE

> **BIGPICTURE**: `0`

#### Defined in

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

***

### BIGTEXT

> **BIGTEXT**: `1`

#### Defined in

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

***

### INBOX

> **INBOX**: `2`

#### Defined in

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

***

### MESSAGING

> **MESSAGING**: `3`

#### Defined in

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