react-native-notify-kit / AndroidMessagingStyleMessage
Interface: AndroidMessagingStyleMessage
Defined in: packages/react-native/src/types/NotificationAndroid.ts:757
The interface for messages when constructing a Messaging Style notification.
View the AndroidMessagingStyle reference
and Messaging documentation to learn more.
person?
optionalperson?:AndroidPerson
Defined in: packages/react-native/src/types/NotificationAndroid.ts:774
The sender of this message. See AndroidPerson reference
for more information on the properties available.
This property should only be provided if the message is from an external person, and not the person receiving the message.
text
text:
string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:761
The content of the message.
timestamp
timestamp:
number
Defined in: packages/react-native/src/types/NotificationAndroid.ts:766
The timestamp of when the message arrived in milliseconds.
