react-native-notify-kit / AndroidBigTextStyle
Interface: AndroidBigTextStyle
Defined in: packages/react-native/src/types/NotificationAndroid.ts:655
The interface used when displaying a Big Text Style notification.
View the Big Text documentation to learn more.
summary?
optionalsummary?:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:674
If set, overrides the main notification summary when the notification is expanded.
text
text:
string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:664
The text to display when the notification is expanded.
title?
optionaltitle?:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:669
If set, overrides the main notification title when the notification is expanded.
type
type:
BIGTEXT
Defined in: packages/react-native/src/types/NotificationAndroid.ts:659
Constant enum value used to identify the style type.
