PermissionType Enumeration | 
 
                Represents the permission types.
            
 
    Namespace: 
   DotNetBrowser.Permissions
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic enum PermissionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unrecognized | -1 | 
                The permission type is not recognized.
             | 
 | 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.
             | 
See Also