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