cordova-plugin-notificationcenter
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "cordova-plugin-notificationcenter", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "iOS NSNotificationCenter Bridge", | ||
@@ -5,0 +5,0 @@ "cordova": { |
# cordova-plugin-notificationcenter | ||
[![NPM](https://nodei.co/npm/cordova-plugin-notificationcenter.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/cordova-plugin-notificationcenter/) | ||
[Cordova plugin](https://www.npmjs.com/package/cordova-plugin-notificationcenter) | ||
> Bridge between iOS NSNotificationCenter and JavaScript. | ||
> Bridge between iOS [NSNotificationCenter](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNotificationCenter_Class/) and JavaScript. | ||
> There are tons of notifications that get posted by various components in the iOS SDK. | ||
Sometimes it can be useful to observe these native notifications in JavaScript. | ||
> There are tons of native notifications broadcasted by various components from the iOS SDK. | ||
Sometimes it can be useful to observe them from the JavaScript side. | ||
> :warning: This plugin does not handle pushNotifications or localNotifications. This is not the purpose. | ||
## Usage | ||
@@ -10,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14891
1
44