PermissionsPolicyFeature Enumeration | 
Version 93.1.111 
            All Permissions Policy features. This enum should match the one defined
            in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum PermissionsPolicyFeature
public enum class PermissionsPolicyFeature
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Accelerometer | 0 | 
            accelerometer
             | 
 | AmbientLightSensor | 1 | 
            ambient-light-sensor
             | 
 | AttributionReporting | 2 | 
            attribution-reporting
             | 
 | Autoplay | 3 | 
            autoplay
             | 
 | Camera | 4 | 
            camera
             | 
 | ChDpr | 5 | 
            ch-dpr
             | 
 | ChDeviceMemory | 6 | 
            ch-device-memory
             | 
 | ChDownlink | 7 | 
            ch-downlink
             | 
 | ChEct | 8 | 
            ch-ect
             | 
 | ChLang | 9 | 
            ch-lang
             | 
 | ChPrefersColorScheme | 10 | 
            ch-prefers-color-scheme
             | 
 | ChRtt | 11 | 
            ch-rtt
             | 
 | ChUa | 12 | 
            ch-ua
             | 
 | ChUaArch | 13 | 
            ch-ua-arch
             | 
 | ChUaBitness | 14 | 
            ch-ua-bitness
             | 
 | ChUaPlatform | 15 | 
            ch-ua-platform
             | 
 | ChUaModel | 16 | 
            ch-ua-model
             | 
 | ChUaMobile | 17 | 
            ch-ua-mobile
             | 
 | ChUaFullVersion | 18 | 
            ch-ua-full-version
             | 
 | ChUaPlatformVersion | 19 | 
            ch-ua-platform-version
             | 
 | ChViewportWidth | 20 | 
            ch-viewport-width
             | 
 | ChWidth | 21 | 
            ch-width
             | 
 | ClipboardRead | 22 | 
            clipboard-read
             | 
 | ClipboardWrite | 23 | 
            clipboard-write
             | 
 | CrossOriginIsolated | 24 | 
            cross-origin-isolated
             | 
 | DirectSockets | 25 | 
            direct-sockets
             | 
 | DisplayCapture | 26 | 
            display-capture
             | 
 | DocumentDomain | 27 | 
            document-domain
             | 
 | EncryptedMedia | 28 | 
            encrypted-media
             | 
 | ExecutionWhileOutOfViewport | 29 | 
            execution-while-out-of-viewport
             | 
 | ExecutionWhileNotRendered | 30 | 
            execution-while-not-rendered
             | 
 | FocusWithoutUserActivation | 31 | 
            focus-without-user-activation
             | 
 | Fullscreen | 32 | 
            fullscreen
             | 
 | Frobulate | 33 | 
            frobulate
             | 
 | Gamepad | 34 | 
            gamepad
             | 
 | Geolocation | 35 | 
            geolocation
             | 
 | Gyroscope | 36 | 
            gyroscope
             | 
 | Hid | 37 | 
            hid
             | 
 | IdleDetection | 38 | 
            idle-detection
             | 
 | InterestCohort | 39 | 
            interest-cohort
             | 
 | Magnetometer | 40 | 
            magnetometer
             | 
 | Microphone | 41 | 
            microphone
             | 
 | Midi | 42 | 
            midi
             | 
 | OtpCredentials | 43 | 
            otp-credentials
             | 
 | Payment | 44 | 
            payment
             | 
 | PictureInPicture | 45 | 
            picture-in-picture
             | 
 | PublickeyCredentialsGet | 46 | 
            publickey-credentials-get
             | 
 | ScreenWakeLock | 47 | 
            screen-wake-lock
             | 
 | Serial | 48 | 
            serial
             | 
 | SharedAutofill | 49 | 
            shared-autofill
             | 
 | StorageAccessApi | 50 | 
            storage-access-api
             | 
 | SyncXhr | 51 | 
            sync-xhr
             | 
 | TrustTokenRedemption | 52 | 
            trust-token-redemption
             | 
 | Usb | 53 | 
            usb
             | 
 | VerticalScroll | 54 | 
            vertical-scroll
             | 
 | WebShare | 55 | 
            web-share
             | 
 | WindowPlacement | 56 | 
            window-placement
             | 
 | XrSpatialTracking | 57 | 
            xr-spatial-tracking
             | 
See Also