AndroidBigPictureStyle
The interface used when displaying a Big Picture Style notification.
View the Big Picture documentation to learn more.
A local file path using the 'require()' method or a HTTP or file URL to the picture to display.
largeIcon?: string | number | object | null;
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.
A local file path using the 'require()' method or a HTTP or file URL to the picture to display.
picture: string | number | object;
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.
If set, overrides the main notification summary
when the notification is expanded.
summary?: undefined | string;
If set, overrides the main notification title
when the notification is expanded.
title?: undefined | string;
Constant enum value used to identify the style type.
type: BIGPICTURE;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.