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