CoreWebView2Notification.IsSilent Property

Definition

Indicates whether the notification should be silent -- i.e., no sounds or vibrations should be issued, regardless of the device settings.

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

Property Value

Remarks

This corresponds to Notification.silent DOM API. The default value is false.

Applies to