react-native-notify-kit / AndroidBigTextStyle
Interface: AndroidBigTextStyle
Defined in: packages/react-native/src/types/NotificationAndroid.ts:634
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:653
If set, overrides the main notification summary when the notification is expanded.
text
text:
string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:643
The text to display when the notification is expanded.
title?
optionaltitle:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:648
If set, overrides the main notification title when the notification is expanded.
type
type:
BIGTEXT
Defined in: packages/react-native/src/types/NotificationAndroid.ts:638
Constant enum value used to identify the style type.
