CoreWebView2Notification.RequiresInteraction Property

Definition

A boolean value indicating that a notification should remain active until the user clicks or dismisses it, rather than closing automatically.

public bool RequiresInteraction { get; }
member this.RequiresInteraction : bool
Public ReadOnly Property RequiresInteraction As Boolean

Property Value

Remarks

This corresponds to Notification.requireInteraction DOM API. Note that you may not be able to necessarily implement this due to native API limitations. The default value is false.

Applies to