Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
AttributionReporting2 attribution-reporting
Autoplay3 autoplay
Camera4 camera
ChDpr5 ch-dpr
ChDeviceMemory6 ch-device-memory
ChDownlink7 ch-downlink
ChEct8 ch-ect
ChPrefersColorScheme9 ch-prefers-color-scheme
ChRtt10 ch-rtt
ChUa11 ch-ua
ChUaArch12 ch-ua-arch
ChUaBitness13 ch-ua-bitness
ChUaPlatform14 ch-ua-platform
ChUaModel15 ch-ua-model
ChUaMobile16 ch-ua-mobile
ChUaFullVersion17 ch-ua-full-version
ChUaFullVersionList18 ch-ua-full-version-list
ChUaPlatformVersion19 ch-ua-platform-version
ChUaReduced20 ch-ua-reduced
ChViewportHeight21 ch-viewport-height
ChViewportWidth22 ch-viewport-width
ChWidth23 ch-width
ClipboardRead24 clipboard-read
ClipboardWrite25 clipboard-write
CrossOriginIsolated26 cross-origin-isolated
DirectSockets27 direct-sockets
DisplayCapture28 display-capture
DocumentDomain29 document-domain
EncryptedMedia30 encrypted-media
ExecutionWhileOutOfViewport31 execution-while-out-of-viewport
ExecutionWhileNotRendered32 execution-while-not-rendered
FocusWithoutUserActivation33 focus-without-user-activation
Fullscreen34 fullscreen
Frobulate35 frobulate
Gamepad36 gamepad
Geolocation37 geolocation
Gyroscope38 gyroscope
Hid39 hid
IdleDetection40 idle-detection
InterestCohort41 interest-cohort
JoinAdInterestGroup42 join-ad-interest-group
KeyboardMap43 keyboard-map
Magnetometer44 magnetometer
Microphone45 microphone
Midi46 midi
OtpCredentials47 otp-credentials
Payment48 payment
PictureInPicture49 picture-in-picture
PublickeyCredentialsGet50 publickey-credentials-get
RunAdAuction51 run-ad-auction
ScreenWakeLock52 screen-wake-lock
Serial53 serial
SharedAutofill54 shared-autofill
StorageAccessApi55 storage-access-api
SyncXhr56 sync-xhr
TrustTokenRedemption57 trust-token-redemption
Usb58 usb
VerticalScroll59 vertical-scroll
WebShare60 web-share
WindowPlacement61 window-placement
XrSpatialTracking62 xr-spatial-tracking
See Also