This plugin allows to receive push notifications. The Android implementation uses Google's GCM (Google Cloud Messaging) service, whereas the iOS version is based on Apple APNS Notifications
Registers as push notification receiver.
Called when a plugin method returns without error.
Called when the plugin returns an error.
Options for registration process.
Sets the badge count visible when the app is not running. iOS only.
Called when a plugin method returns without error.
Called when the plugin returns an error.
An integer indicating what number should show up in the badge. Passing 0 will clear the badge.
Unregisters as push notification receiver.
Called when a plugin method returns without error.
Called when the plugin returns an error.