We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic v2 RC5 Some of the items in phonegap-plugin-push are not part of native push, so they seemingly cannot be used.
For Example:
push.on(...) <-- This works push.finish(...) <-- This works
push.clearAllNotifications(...) <-- ERROR HERE: Property 'clearAllNotifications' does not exist on type 'PushNotification'
https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushclearallnotificationssuccesshandler-errorhandler---ios--android-only
The text was updated successfully, but these errors were encountered:
ihadeed
No branches or pull requests
Ionic v2 RC5
Some of the items in phonegap-plugin-push are not part of native push, so they seemingly cannot be used.
For Example:
push.on(...) <-- This works
push.finish(...) <-- This works
push.clearAllNotifications(...) <-- ERROR HERE: Property 'clearAllNotifications' does not exist on type 'PushNotification'
https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushclearallnotificationssuccesshandler-errorhandler---ios--android-only
The text was updated successfully, but these errors were encountered: