capacitor-reminder-handler
v0.0.1
Published
A Capacitor plugin to schedule and manage full-screen alarm and reminder notifications on Android.
Downloads
1
Readme
capacitor-reminder-handler
A Capacitor plugin to schedule and manage full-screen alarm and reminder notifications on Android.
Install
npm install capacitor-reminder-handler
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
