0.0.3 • Published 4 years ago

animal-3000-push-notification v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

animal-3000-push-notification

Capacitor plugin for push notification

Install

npm install animal-3000-push-notification
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


showNotification(...)

showNotification(options: { urlImg: string; Color: string; Text: string; urlImagePartenaire: string; }) => Promise<{ value: string; }>
ParamType
options{ urlImg: string; Color: string; Text: string; urlImagePartenaire: string; }

Returns: Promise<{ value: string; }>


0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago