0.0.1 • Published 2 years ago
native-notification-settings v0.0.1
native-notification-settings
Capacitor plugin to open native iOS notification settings for an app
Install
npm install native-notification-settings
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
openNotificationSettings()
openNotificationSettings() => Promise<void>
0.0.1
2 years ago