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

---

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

# Interface: IOSInput

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

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`

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

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

---

### placeholderText?

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

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

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