AndroidMessagingStyle
The interface used when displaying a Messaging Style notification.
View the Messaging documentation to learn more.
Sets whether this conversation notification represents a group (3 or more persons).
group?: undefined | false | true;
An array of messages to display inside the notification.
messages: AndroidMessagingStyleMessage[];
The person who is receiving a message on the current device.
person: AndroidPerson;
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: MESSAGING;
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.