PermissionType Enumeration |
Represents the permission types.
Namespace:
DotNetBrowser.Permissions
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax public enum PermissionType
Members
| Member name | Value | Description |
---|
| UnknownPermission | 0 |
The unknown permission type.
|
| MidiSysex | 1 |
The permission associated with the usage of Web MIDI API.
|
| Notifications | 2 |
The permission associated with the usage of the Notifications API.
|
| Geolocation | 3 |
The permission associated with the usage of the Geolocation API.
|
| ProtectedMediaIdentifier | 4 | The protected media identifier permission. |
| Midi | 5 |
The permission associated with the usage of Web MIDI API.
|
| DurableStorage | 6 | The Persistent Storage permission (Durable Storage). |
| AudioCapture | 7 | The permission associated with the access to the audio capture devices. |
| VideoCapture | 8 | The permission associated with the access to the video capture devices. |
| BackgroundSync | 9 |
The permission associated with the usage of Background Sync web API.
|
| Sensors | 10 |
The permission to use motion and light sensors.
|
| AccessibilityEvents | 11 |
The accessibility events permission.
|
| ClipboardReadWrite | 12 |
The permission associated with the usage of the asynchronous methods in the Clipboard API.
|
| ClipboardSanitizedWrite | 13 |
The permission associated with the Clipboard.writeText() method in the Clipboard API.
|
| LocalFonts | 14 |
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