[**@notifee/react-native**](react-native/reference/index)

***

[@notifee/react-native](react-native/reference/index) / IOSCommunicationInfo

# Interface: IOSCommunicationInfo

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:135](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L135)

***

### conversationId

> **conversationId**: `string`

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:134](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L134)

***

### groupAvatar?

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

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:137](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L137)

***

### groupName?

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

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:136](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L136)

***

### sender

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

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:138](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L138)
