CoreWebView2Notification.RequiresInteraction Property
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.
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
.