react-native-notify-kit / AndroidMessagingStyle
Interface: AndroidMessagingStyle
Defined in: packages/react-native/src/types/NotificationAndroid.ts:699
The interface used when displaying a Messaging Style notification.
View the Messaging documentation to learn more.
group?
optionalgroup:boolean
Defined in: packages/react-native/src/types/NotificationAndroid.ts:723
Sets whether this conversation notification represents a group (3 or more persons).
messages
messages:
AndroidMessagingStyleMessage[]
Defined in: packages/react-native/src/types/NotificationAndroid.ts:713
An array of messages to display inside the notification.
person
person:
AndroidPerson
Defined in: packages/react-native/src/types/NotificationAndroid.ts:708
The person who is receiving a message on the current device.
title?
optionaltitle:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:718
If set, overrides the main notification title when the notification is expanded.
type
type:
MESSAGING
Defined in: packages/react-native/src/types/NotificationAndroid.ts:703
Constant enum value used to identify the style type.
