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

---

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

# Interface: IOSCommunicationInfo

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

An interface to support communication notifications on iOS 15 and above

## Platform

ios

## Properties

### body?

> `optional` **body?**: `string`

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

---

### conversationId

> **conversationId**: `string`

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

---

### groupAvatar?

> `optional` **groupAvatar?**: `string`

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

---

### groupName?

> `optional` **groupName?**: `string`

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

---

### sender

> **sender**: [`IOSCommunicationInfoPerson`](react-native/reference/Interface.IOSCommunicationInfoPerson)

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