Interface: AndroidMessagingStyle

Defined in: packages/react-native/src/types/NotificationAndroid.ts:720

The interface used when displaying a Messaging Style notification.

View the Messaging documentation to learn more.

Platform

android

Properties

group?

optional group?: boolean

Defined in: packages/react-native/src/types/NotificationAndroid.ts:744

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

messages

messages: AndroidMessagingStyleMessage[]

Defined in: packages/react-native/src/types/NotificationAndroid.ts:734

An array of messages to display inside the notification.

person

person: AndroidPerson

Defined in: packages/react-native/src/types/NotificationAndroid.ts:729

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

title?

optional title?: string

Defined in: packages/react-native/src/types/NotificationAndroid.ts:739

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

type

type: MESSAGING

Defined in: packages/react-native/src/types/NotificationAndroid.ts:724

Constant enum value used to identify the style type.