react-native-notify-kit / AndroidInboxStyle
Interface: AndroidInboxStyle
Defined in: packages/react-native/src/types/NotificationAndroid.ts:686
The interface used when displaying a Inbox Style notification.
View the Inbox documentation to learn more.
lines
lines:
string[]
Defined in: packages/react-native/src/types/NotificationAndroid.ts:698
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?
optionalsummary?:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:708
If set, overrides the main notification summary when the notification is expanded.
title?
optionaltitle?:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:703
If set, overrides the main notification title when the notification is expanded.
type
type:
INBOX
Defined in: packages/react-native/src/types/NotificationAndroid.ts:690
Constant enum value used to identify the style type.
