Click or drag to resize

PermissionType Enumeration

Represents the permission types.

Namespace:  DotNetBrowser.Permissions
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax
C#
public enum PermissionType
Members
  Member nameValueDescription
UnknownPermission0 The unknown permission type.
MidiSysex1 The permission associated with the usage of Web MIDI API.
Notifications2 The permission associated with the usage of the Notifications API.
Geolocation3 The permission associated with the usage of the Geolocation API.
ProtectedMediaIdentifier4The protected media identifier permission.
Midi5 The permission associated with the usage of Web MIDI API.
DurableStorage6The Persistent Storage permission (Durable Storage).
AudioCapture7The permission associated with the access to the audio capture devices.
VideoCapture8The permission associated with the access to the video capture devices.
BackgroundSync9 The permission associated with the usage of Background Sync web API.
Sensors10 The permission to use motion and light sensors.
AccessibilityEvents11 The accessibility events permission.
ClipboardReadWrite12 The permission associated with the usage of the asynchronous methods in the Clipboard API.
ClipboardSanitizedWrite13 The permission associated with the Clipboard.writeText() method in the Clipboard API.
LocalFonts14 The permission associated with the usage of the Local Font Access API. This permission allows accessing the locally installed fonts and obtaining low-level details about them.
See Also