PermissionRequestType Enumeration | 
Version 104.4.240  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax[FlagsAttribute]
public enum PermissionRequestType
[FlagsAttribute]
public enum class PermissionRequestType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 |  | 
 | AccessibilityEvents | 1 |  | 
 | ArSession | 2 |  | 
 | CameraPanTiltZoom | 4 |  | 
 | CameraStream | 8 |  | 
 | Clipboard | 16 |  | 
 | DiskQuota | 32 |  | 
 | LocalFonts | 64 |  | 
 | Geolocation | 128 |  | 
 | IdleDetection | 256 |  | 
 | MicStream | 512 |  | 
 | MidiSysex | 1024 |  | 
 | MultipleDownloads | 2048 |  | 
 | Notifications | 4096 |  | 
 | ProtectedMediaIdentifier | 8192 |  | 
 | RegisterProtocolHandler | 16384 |  | 
 | SecurityAttestation | 32768 |  | 
 | StorageAccess | 65536 |  | 
 | U2FApiRequest | 131072 |  | 
 | VrSession | 262144 |  | 
 | WindowPlacement | 524288 |  | 
See Also