1.0.1 • Published 4 years ago

capacitor-plugin-sspush v1.0.1

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

capacitor-plugin-sspush

Plugin provides special types of PUSH-notifications (Android) for Sample Selection App

Install

npm install capacitor-plugin-sspush
npx cap sync

API

echo(...)

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

Returns: any


showBannerNotification()

showBannerNotification() => any

Returns: any


showTasksNotification(...)

showTasksNotification(options: Options) => any
ParamType
optionsOptions

Returns: any


Interfaces

Options

PropType
countOfTasksnumber
1.0.1

4 years ago

1.0.0

4 years ago