Skip to content

nypublicradio/capacitor-ios-notification-settings

Repository files navigation

capacitor-ios-notification-settings

Plugin to get direct access to the app's notification settings page in the settings

Install

npm install capacitor-ios-notification-settings
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>