Пример #1
0
 private void setAndroidNotificationTypes(AndroidNotificationType type)
 {
     JsonData data = new JsonData();
     data["notifTypes"] = (int)type;
     bridge.Call("push.setAndroidNotifTypes", JsonMapper.ToJson(data));
 }
 public static void RegisterForNotifications(AndroidNotificationType notificationTypes, bool registerForRemote)
 {
     enabledNotificationTypes = notificationTypes;
 }