Interface: AndroidMessagingStyle

The interface used when displaying a Messaging Style notification.

View the Messaging documentation to learn more.

Platform

android

Properties

group?

optional group: boolean

Sets whether this conversation notification represents a group (3 or more persons).

messages

messages: AndroidMessagingStyleMessage[]

An array of messages to display inside the notification.

person

person: AndroidPerson

The person who is receiving a message on the current device.

title?

optional title: string

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

type

type: MESSAGING

Constant enum value used to identify the style type.