Table of Contents

Enum PermissionType

Namespace
DotNetBrowser.Permissions
Assembly
DotNetBrowser.dll

Represents the permission types.

public enum PermissionType

Fields

AudioCapture = 7

The permission associated with the access to the audio capture devices.

BackgroundSync = 9

The permission associated with the usage of Background Sync web API.

ClipboardReadWrite = 11

The permission associated with the usage of the asynchronous methods in the Clipboard API.

ClipboardSanitizedWrite = 12

The permission associated with the Clipboard.writeText() method in the Clipboard API.

DurableStorage = 6

The Persistent Storage permission (Durable Storage).

Geolocation = 3

The permission associated with the usage of the Geolocation API.

LocalFonts = 13

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.

Midi = 5

The permission associated with the usage of Web MIDI API.

MidiSysex = 1

The permission associated with the usage of Web MIDI API.

Notifications = 2

The permission associated with the usage of the Notifications API.

ProtectedMediaIdentifier = 4

The protected media identifier permission.

Sensors = 10

The permission to use motion and light sensors.

UnknownPermission = 0

The unknown permission type.

VideoCapture = 8

The permission associated with the access to the video capture devices.