Applicasa.PushNotification.registerForPushNotification C# (CSharp) Méthode

registerForPushNotification() public static méthode

public static registerForPushNotification ( ) : void
Résultat void
        public static void registerForPushNotification()
        {
            NotificationServices.RegisterForRemoteNotificationTypes(RemoteNotificationType.Alert|RemoteNotificationType.Badge|RemoteNotificationType.Sound);
        }