InAppNotification.Dismiss Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Dismiss() |
Dismiss the notification |
Dismiss(Boolean) |
Dismiss the notification |
Dismiss()
Dismiss the notification
public void Dismiss ();
member this.Dismiss : unit -> unit
Public Sub Dismiss ()
Applies to
Dismiss(Boolean)
Dismiss the notification
public void Dismiss (bool dismissAll = false);
member this.Dismiss : bool -> unit
Public Sub Dismiss (Optional dismissAll As Boolean = false)
Parameters
- dismissAll
- Boolean