PermissionRequestType Enumeration |
Version 130.1.90Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 | |
CapturedSurfaceControl | 16 | |
Clipboard | 32 | |
TopLevelStorageAccess | 64 | |
DiskQuota | 128 | |
LocalFonts | 256 | |
Geolocation | 512 | |
Identity_Provider | 1,024 | |
IdleDetection | 2,048 | |
MicStream | 4,096 | |
MidiSysex | 8,192 | |
MultipleDownloads | 16,384 | |
Notifications | 32,768 | |
KeyboardLock | 65,536 | |
PointerLock | 131,072 | |
ProtectedMediaIdentifier | 262,144 | |
RegisterProtocolHandler | 524,288 | |
StorageAccess | 1,048,576 | |
VrSession | 2,097,152 | |
WindowManagement | 4,194,304 | |
FileSystemAccess | 8,388,608 | |
See Also