AndroidBigPictureStyle

Android Only

The interface used when displaying a Big Picture Style notification.


Loading...
Android Big Picture Style

View the Big Picture documentation to learn more.

Properties

largeIcon

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.

picture

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.

summary

If set, overrides the main notification summary when the notification is expanded.

summary?: undefined | string;

title

If set, overrides the main notification title when the notification is expanded.

title?: undefined | string;

type

Constant enum value used to identify the style type.

type: BIGPICTURE;

Copyright 2020 - 2021 © Invertase Limited

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.