Interface: AndroidInboxStyle

Defined in: packages/react-native/src/types/NotificationAndroid.ts:665

The interface used when displaying a Inbox Style notification.

View the Inbox documentation to learn more.

Platform

android

Properties

lines

lines: string[]

Defined in: packages/react-native/src/types/NotificationAndroid.ts:677

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:687

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:682

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

type

type: INBOX

Defined in: packages/react-native/src/types/NotificationAndroid.ts:669

Constant enum value used to identify the style type.