Example #1
0
 public static void RegisterForNotifications(NotificationType notificationTypes, bool registerForRemote)
 {
     NotificationServices.Internal_RegisterImpl(notificationTypes, registerForRemote);
 }
Example #2
0
 public static void RegisterForNotifications(NotificationType notificationTypes)
 {
     NotificationServices.Internal_RegisterImpl(notificationTypes, true);
 }