Interface: IOSInput

Defined in: packages/react-native/src/types/NotificationIOS.ts:605

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

View the Action input documentation to learn more.

Platform

ios

Properties

buttonText?

optional buttonText?: string

Defined in: packages/react-native/src/types/NotificationIOS.ts:609

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

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