Applicasa.PushNotification.registerForPushNotification C# (CSharp) Method

registerForPushNotification() public static method

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