CoreWebView2Notification.IsSilent 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.
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
.