vritra-plugin-notifier
v1.1.2
Published
A cordova plugin for toast messages and local notifications
Maintainers
Readme
·

A cordova plugin for toast messages and local notifications for android and iOS platforms. Defines a global Notifier object.
Installation
After installing globally the cordova cli, execute:
cordova plugin add vritra-plugin-notifierExample of use:
Notifier.notify({
title:"Name of the app",
body:"Some message",
});Notifier.toast({
text:"Some message",
});