nativescript-push-notifications
Advanced tools
Comparing version 0.0.19 to 0.1.0
{ | ||
"name" : "nativescript-push-notifications", | ||
"version": "0.0.19", | ||
"version": "0.1.0", | ||
"main" : "push-plugin.js", | ||
@@ -12,6 +12,6 @@ "repository": { | ||
"platforms": { | ||
"ios": "2.3.0", | ||
"android": "2.3.0" | ||
"ios": "2.4.0", | ||
"android": "2.4.1" | ||
} | ||
} | ||
} |
@@ -5,3 +5,2 @@ module.exports = (function () { | ||
(function() { | ||
//debugger; | ||
// Hook on the application events | ||
@@ -25,3 +24,4 @@ com.telerik.pushplugin.PushLifecycleCallbacks.registerCallbacks(app.android.nativeApp); | ||
{ | ||
success: onSuccessCallback | ||
success: onSuccessCallback, | ||
error: onErrorCallback | ||
} | ||
@@ -28,0 +28,0 @@ )); |
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
512132
17