react-native-notify-kit / AndroidBigPictureStyle
Interface: AndroidBigPictureStyle
Defined in: packages/react-native/src/types/NotificationAndroid.ts:591
The interface used when displaying a Big Picture Style notification.
View the Big Picture documentation to learn more.
largeIcon?
optionallargeIcon:null|string|number|object
Defined in: packages/react-native/src/types/NotificationAndroid.ts:617
A local file path using the 'require()' method or a HTTP or file URL to the picture to display.
If set, overrides the main notification largeIcon when the notification is expanded.
To hide the largeIcon when the notification is expanded, set to null. Similar to thumbnailHidden for attachments on iOS.
picture
picture:
string|number|object
Defined in: packages/react-native/src/types/NotificationAndroid.ts:603
A local file path using the 'require()' method or a HTTP or file URL to the picture to display.
The image will be automatically resized depending on the device and it's size. If the image could not be found a blank space will appear.
summary?
optionalsummary:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:622
If set, overrides the main notification summary when the notification is expanded.
title?
optionaltitle:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:608
If set, overrides the main notification title when the notification is expanded.
type
type:
BIGPICTURE
Defined in: packages/react-native/src/types/NotificationAndroid.ts:595
Constant enum value used to identify the style type.
