@notifee/react-native / AndroidBigPictureStyle
Interface: AndroidBigPictureStyle
The interface used when displaying a Big Picture Style notification.
View the Big Picture documentation to learn more.
largeIcon?
optional
largeIcon:null
|string
|number
|object
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
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?
optional
summary:string
If set, overrides the main notification summary
when the notification is expanded.
title?
optional
title:string
If set, overrides the main notification title
when the notification is expanded.
type
type:
BIGPICTURE
Constant enum value used to identify the style type.