push-plugin
push-plugin copied to clipboard
Contains the source code for the Push Plugin.
Hi there! I’m looking for a way to aggregate my Android Notifications using this push-plugin, because I want to avoid showing 10 times the same message to the user in...
I copied the sample code and actually recieve a message. `PushPlugin.onMessageReceived(function callback(message, data, notification) { });` However, my first parameter is null, the second one contains the data I actually...
I wanted to implement this in angular nativescript app but I don't know how to do iy
I want to change the push notification style to display, when im checking that android has the concept of `Remote views` to show the xml file as the display in...
I made some tests and working with push-plugin or firebase plugin the notification is received (I can get the log in console) but not displayed in android shade. Sending with...
How can I achive the big view style on android: https://developer.android.com/training/notify-user/expanded.html I need more text.
There is no problem when the app is on.(onMessageReceived) But I do not know how to get it when the app is off.
Hello, I tried everything to get working the "onMessageReceived" callback: pushPlugin.areNotificationsEnabled(function(areEnabled) { if(areEnabled){ pushPlugin.register(config.pushPluginConfig, function(token) { onReceivedToken(token); }); pushPlugin.onTokenRefresh( onReceivedToken ); pushPlugin.onMessageReceived(function callback(message, data, notification) { console.dir(message); }); } });...
I've done a running prototype several months ago that works fine with Telerik platform. Today I wanted to implement this functionality to a new app but always get an "EverliveError:...