Click or drag to resize

PermissionType Enumeration

Represents the permission types.

Namespace:  DotNetBrowser.Permissions
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum PermissionType
Members
  Member nameValueDescription
Unrecognized-1 The permission type is not recognized.
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.
See Also