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

***

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

# Interface: IOSInput

The interface used to enable advanced user input on a notification.

View the [Action input](/react-native/ios/interaction#action-input) documentation to learn more.

## Platform

ios

## Properties

### buttonText?

> `optional` **buttonText**: `string`

Overrides the default button text "Send", next to the input box.

#### Defined in

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

***

### placeholderText?

> `optional` **placeholderText**: `string`

The placeholder text displayed in the text input field for this action.

#### Defined in

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