PermissionType Enumeration |
Version 130.1.90
PermissionType
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum PermissionType
public enum class PermissionType
Members| Member name | Value | Description |
|---|
| AccessibilityEvents | 0 |
accessibilityEvents
|
| AudioCapture | 1 |
audioCapture
|
| BackgroundSync | 2 |
backgroundSync
|
| BackgroundFetch | 3 |
backgroundFetch
|
| CapturedSurfaceControl | 4 |
capturedSurfaceControl
|
| ClipboardReadWrite | 5 |
clipboardReadWrite
|
| ClipboardSanitizedWrite | 6 |
clipboardSanitizedWrite
|
| DisplayCapture | 7 |
displayCapture
|
| DurableStorage | 8 |
durableStorage
|
| Flash | 9 |
flash
|
| Geolocation | 10 |
geolocation
|
| IdleDetection | 11 |
idleDetection
|
| LocalFonts | 12 |
localFonts
|
| Midi | 13 |
midi
|
| MidiSysex | 14 |
midiSysex
|
| Nfc | 15 |
nfc
|
| Notifications | 16 |
notifications
|
| PaymentHandler | 17 |
paymentHandler
|
| PeriodicBackgroundSync | 18 |
periodicBackgroundSync
|
| ProtectedMediaIdentifier | 19 |
protectedMediaIdentifier
|
| Sensors | 20 |
sensors
|
| StorageAccess | 21 |
storageAccess
|
| SpeakerSelection | 22 |
speakerSelection
|
| TopLevelStorageAccess | 23 |
topLevelStorageAccess
|
| VideoCapture | 24 |
videoCapture
|
| VideoCapturePanTiltZoom | 25 |
videoCapturePanTiltZoom
|
| WakeLockScreen | 26 |
wakeLockScreen
|
| WakeLockSystem | 27 |
wakeLockSystem
|
| WindowManagement | 28 |
windowManagement
|
See Also