PermissionsPolicyFeature Enumeration |
Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public 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
|
| Bluetooth | 4 |
bluetooth
|
| BrowsingTopics | 5 |
browsing-topics
|
| Camera | 6 |
camera
|
| ChDpr | 7 |
ch-dpr
|
| ChDeviceMemory | 8 |
ch-device-memory
|
| ChDownlink | 9 |
ch-downlink
|
| ChEct | 10 |
ch-ect
|
| ChPrefersColorScheme | 11 |
ch-prefers-color-scheme
|
| ChPrefersReducedMotion | 12 |
ch-prefers-reduced-motion
|
| ChPrefersReducedTransparency | 13 |
ch-prefers-reduced-transparency
|
| ChRtt | 14 |
ch-rtt
|
| ChSaveData | 15 |
ch-save-data
|
| ChUa | 16 |
ch-ua
|
| ChUaArch | 17 |
ch-ua-arch
|
| ChUaBitness | 18 |
ch-ua-bitness
|
| ChUaPlatform | 19 |
ch-ua-platform
|
| ChUaModel | 20 |
ch-ua-model
|
| ChUaMobile | 21 |
ch-ua-mobile
|
| ChUaFormFactor | 22 |
ch-ua-form-factor
|
| ChUaFullVersion | 23 |
ch-ua-full-version
|
| ChUaFullVersionList | 24 |
ch-ua-full-version-list
|
| ChUaPlatformVersion | 25 |
ch-ua-platform-version
|
| ChUaWow64 | 26 |
ch-ua-wow64
|
| ChViewportHeight | 27 |
ch-viewport-height
|
| ChViewportWidth | 28 |
ch-viewport-width
|
| ChWidth | 29 |
ch-width
|
| ClipboardRead | 30 |
clipboard-read
|
| ClipboardWrite | 31 |
clipboard-write
|
| ComputePressure | 32 |
compute-pressure
|
| CrossOriginIsolated | 33 |
cross-origin-isolated
|
| DirectSockets | 34 |
direct-sockets
|
| DisplayCapture | 35 |
display-capture
|
| DocumentDomain | 36 |
document-domain
|
| EncryptedMedia | 37 |
encrypted-media
|
| ExecutionWhileOutOfViewport | 38 |
execution-while-out-of-viewport
|
| ExecutionWhileNotRendered | 39 |
execution-while-not-rendered
|
| FocusWithoutUserActivation | 40 |
focus-without-user-activation
|
| Fullscreen | 41 |
fullscreen
|
| Frobulate | 42 |
frobulate
|
| Gamepad | 43 |
gamepad
|
| Geolocation | 44 |
geolocation
|
| Gyroscope | 45 |
gyroscope
|
| Hid | 46 |
hid
|
| IdentityCredentialsGet | 47 |
identity-credentials-get
|
| IdleDetection | 48 |
idle-detection
|
| InterestCohort | 49 |
interest-cohort
|
| JoinAdInterestGroup | 50 |
join-ad-interest-group
|
| KeyboardMap | 51 |
keyboard-map
|
| LocalFonts | 52 |
local-fonts
|
| Magnetometer | 53 |
magnetometer
|
| Microphone | 54 |
microphone
|
| Midi | 55 |
midi
|
| OtpCredentials | 56 |
otp-credentials
|
| Payment | 57 |
payment
|
| PictureInPicture | 58 |
picture-in-picture
|
| PrivateAggregation | 59 |
private-aggregation
|
| PrivateStateTokenIssuance | 60 |
private-state-token-issuance
|
| PrivateStateTokenRedemption | 61 |
private-state-token-redemption
|
| PublickeyCredentialsGet | 62 |
publickey-credentials-get
|
| RunAdAuction | 63 |
run-ad-auction
|
| ScreenWakeLock | 64 |
screen-wake-lock
|
| Serial | 65 |
serial
|
| SharedAutofill | 66 |
shared-autofill
|
| SharedStorage | 67 |
shared-storage
|
| SharedStorageSelectUrl | 68 |
shared-storage-select-url
|
| SmartCard | 69 |
smart-card
|
| StorageAccess | 70 |
storage-access
|
| SyncXhr | 71 |
sync-xhr
|
| Unload | 72 |
unload
|
| Usb | 73 |
usb
|
| VerticalScroll | 74 |
vertical-scroll
|
| WebShare | 75 |
web-share
|
| WindowManagement | 76 |
window-management
|
| WindowPlacement | 77 |
window-placement
|
| XrSpatialTracking | 78 |
xr-spatial-tracking
|
See Also