Click or drag to resize

PermissionRequestType Enumeration

Version 105.3.390
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: 105.3.390.0 (105.3.390.0)
Syntax
[FlagsAttribute]
public enum PermissionRequestType
Members
  Member nameValueDescription
None0
AccessibilityEvents1
ArSession2
CameraPanTiltZoom4
CameraStream8
Clipboard16
DiskQuota32
LocalFonts64
Geolocation128
IdleDetection256
MicStream512
MidiSysex1024
MultipleDownloads2048
Notifications4096
ProtectedMediaIdentifier8192
RegisterProtocolHandler16384
SecurityAttestation32768
StorageAccess65536
U2FApiRequest131072
VrSession262144
WindowPlacement524288
See Also