[**react-native-notify-kit**](react-native/reference/index)

---

[react-native-notify-kit](react-native/reference/index) / AndroidMessagingStyleMessage

# Interface: AndroidMessagingStyleMessage

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:770](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L770)

The interface for messages when constructing a Messaging Style notification.

<Vimeo id="android-style-messaging" caption="Android Messaging Style" />

View the [`AndroidMessagingStyle`](/react-native/reference/androidmessagingstyle) reference
and [Messaging](/react-native/android/styles#messaging) documentation to learn more.

## Platform

android

## Properties

### person?

> `optional` **person?**: [`AndroidPerson`](react-native/reference/Interface.AndroidPerson)

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:787](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L787)

The sender of this message. See [`AndroidPerson`](/react-native/reference/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:774](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L774)

The content of the message.

---

### timestamp

> **timestamp**: `number`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:779](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L779)

The timestamp of when the message arrived in milliseconds.
