react-native-notify-kit / IOSInput
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.
buttonText?
optionalbuttonText:string
Defined in: packages/react-native/src/types/NotificationIOS.ts:594
Overrides the default button text "Send", next to the input box.
placeholderText?
optionalplaceholderText:string
Defined in: packages/react-native/src/types/NotificationIOS.ts:599
The placeholder text displayed in the text input field for this action.
