-
由于业务需要,通知,extras需要添加复杂json数据,现添加如下方法
希望,作者,添加如下功能到新版sdk当中
cn.jpush.api.push.notification 命名空间下
AndroidNotification.cs
添加以下方法 public AndroidNotification AddExtra(string key, object value)
…
-
The ServiceRegistration support on the last version of PushBroker makes the method GetRegistrations (and QueueNotification) generic. Because of that, polymorphic QueueNotification(notif) calls with no…
ghost updated
8 years ago
-
Json2Notification.from(this).with(json).notifying();
-
``` c#
public class Push
{
private readonly PushBroker _push;
private static Push _instance;
public static Push Instance
{
get { return _instance …
-
Not sure, that is right place for issue.
But I found nothing about notifications [ApiReference](https://github.com/NativeScript/docs/tree/master/ApiReference).
Will it be available in future version o…
-
AndroidNotification and BlackberryNotification does not have sendMessages implemented, so I guess sendMessages() should be optional or AndroidNotification and BlackberryNotification should implement i…