Click or drag to resize

PermissionRequestType Enumeration

Version 130.1.90
Permission types used with OnShowPermissionPrompt(IWebBrowser, IBrowser, UInt64, String, PermissionRequestType, IPermissionPromptCallback). Some types are platform-specific or only supported with the Chrome runtime. Should be kept in sync with Chromium's permissions::RequestType type.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
[FlagsAttribute]
public enum PermissionRequestType
Members
Member nameValueDescription
None0 
AccessibilityEvents1 
ArSession2 
CameraPanTiltZoom4 
CameraStream8 
CapturedSurfaceControl16 
Clipboard32 
TopLevelStorageAccess64 
DiskQuota128 
LocalFonts256 
Geolocation512 
Identity_Provider1,024 
IdleDetection2,048 
MicStream4,096 
MidiSysex8,192 
MultipleDownloads16,384 
Notifications32,768 
KeyboardLock65,536 
PointerLock131,072 
ProtectedMediaIdentifier262,144 
RegisterProtocolHandler524,288 
StorageAccess1,048,576 
VrSession2,097,152 
WindowManagement4,194,304 
FileSystemAccess8,388,608 
See Also