Interface: IOSInput

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

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:594

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

placeholderText?

optional placeholderText: string

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

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