cordova-progress-notification

Cordova Plugin - Progress Notification for Android Plugin.

cordova-progress-notification

Installation

cordova plugin add https://github.com/mateusnava/cordova-progress-notification

How can I use?

It's very simple, there are 4 self-explanatory methods:

progressNotification.show(tittle, message, indeterminate);

progressNotification.status(value); // value can be 0-100

progressNotification.finish(message, value); // Default parameter value for this method is 100

progressNotification.dismiss(); // Close notification

GitHub