This topic has not yet been rated - Rate this topic

ToastNotifier.Hide | hide method

Removes the specified toast notification from the screen.

Syntax


toastNotifier.hide(notification);

Parameters

notification

Type: ToastNotification

The object that specifies the toast to hide.

Remarks

Call Hide if the situation or action that caused the app to raise the toast is no longer an issue.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Notifications
Windows::UI::Notifications [C++]

Metadata

Windows.winmd

See also

ToastNotifier
Toast notifications sample
Sending toast notifications from desktop apps sample
Toast XML schema
Toast notification overview
Quickstart: Sending a toast notification
Quickstart: Sending a toast push notification
Quickstart: Sending a toast notification from the desktop
Guidelines and checklist for toast notifications
How to handle activation from a toast notification
How to opt in for toast notifications
How to schedule a toast notification
How to enable desktop toast notifications through an AppUserModelID
The toast template catalog
Toast audio options

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.