Enum NotificationVisibility
- Namespace
- DotNetBrowser.Capture
- Assembly
- DotNetBrowser.dll
Specifies whether the notification about the capture session should be shown or hidden.
public enum NotificationVisibility
Fields
Hide = 1
The notification about the capture session should be hidden during the capture session.
Show = 0
The notification about the capture session should be shown during the capture session.