Applicasa.PushNotification.registerForPushNotification C# (CSharp) 메소드

registerForPushNotification() 공개 정적인 메소드

public static registerForPushNotification ( ) : void
리턴 void
        public static void registerForPushNotification()
        {
            NotificationServices.RegisterForRemoteNotificationTypes(RemoteNotificationType.Alert|RemoteNotificationType.Badge|RemoteNotificationType.Sound);
        }