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

---

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

# Interface: AndroidInboxStyle

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

The interface used when displaying a Inbox Style notification.

<Vimeo id="android-style-inbox" caption="Android Inbox Style" />

View the [Inbox](/react-native/android/styles#inbox) documentation to learn more.

## Platform

android

## Properties

### lines

> **lines**: `string`\[]

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

An array of messages to display, in order provided.

The device will automatically handle displaying the lines visible depending on space in the notification
shade.

---

### summary?

> `optional` **summary?**: `string`

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

If set, overrides the main notification `summary` when the notification is expanded.

---

### title?

> `optional` **title?**: `string`

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

If set, overrides the main notification `title` when the notification is expanded.

---

### type

> **type**: [`INBOX`](react-native/reference/Enumeration.AndroidStyle#inbox)

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

Constant enum value used to identify the style type.
