Windows.UI.Notifications.ToastNotifier.Hide C# (CSharp) Method

Hide() public method

public Hide ( [ notification ) : void
notification [
return void
		public extern void Hide([In] ToastNotification notification);
		public extern void AddToSchedule([In] ScheduledToastNotification scheduledToast);