Package io.webfolder.cdp.type.page
Enum Class PermissionsPolicyFeature
- All Implemented Interfaces:
Serializable
,Comparable<PermissionsPolicyFeature>
,java.lang.constant.Constable
All Permissions Policy features. This enum should match the one defined in
third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static PermissionsPolicyFeature
Returns the enum constant of this class with the specified name.static PermissionsPolicyFeature[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Accelerometer
-
AmbientLightSensor
@SerializedName("ambient-light-sensor") public static final PermissionsPolicyFeature AmbientLightSensor -
AttributionReporting
@SerializedName("attribution-reporting") public static final PermissionsPolicyFeature AttributionReporting -
Autoplay
-
Bluetooth
-
BrowsingTopics
-
Camera
-
ChDpr
-
ChDeviceMemory
-
ChDownlink
-
ChEct
-
ChPrefersColorScheme
@SerializedName("ch-prefers-color-scheme") public static final PermissionsPolicyFeature ChPrefersColorScheme -
ChRtt
-
ChSaveData
-
ChUa
-
ChUaArch
-
ChUaBitness
-
ChUaPlatform
-
ChUaModel
-
ChUaMobile
-
ChUaFull
-
ChUaFullVersion
-
ChUaFullVersionList
@SerializedName("ch-ua-full-version-list") public static final PermissionsPolicyFeature ChUaFullVersionList -
ChUaPlatformVersion
@SerializedName("ch-ua-platform-version") public static final PermissionsPolicyFeature ChUaPlatformVersion -
ChUaReduced
-
ChUaWow64
-
ChViewportHeight
-
ChViewportWidth
-
ChWidth
-
ClipboardRead
-
ClipboardWrite
-
CrossOriginIsolated
@SerializedName("cross-origin-isolated") public static final PermissionsPolicyFeature CrossOriginIsolated -
DirectSockets
-
DisplayCapture
-
DocumentDomain
-
EncryptedMedia
-
ExecutionWhileOutOfViewport
@SerializedName("execution-while-out-of-viewport") public static final PermissionsPolicyFeature ExecutionWhileOutOfViewport -
ExecutionWhileNotRendered
@SerializedName("execution-while-not-rendered") public static final PermissionsPolicyFeature ExecutionWhileNotRendered -
FederatedCredentials
@SerializedName("federated-credentials") public static final PermissionsPolicyFeature FederatedCredentials -
FocusWithoutUserActivation
@SerializedName("focus-without-user-activation") public static final PermissionsPolicyFeature FocusWithoutUserActivation -
Fullscreen
-
Frobulate
-
Gamepad
-
Geolocation
-
Gyroscope
-
Hid
-
IdleDetection
-
InterestCohort
-
JoinAdInterestGroup
@SerializedName("join-ad-interest-group") public static final PermissionsPolicyFeature JoinAdInterestGroup -
KeyboardMap
-
LocalFonts
-
Magnetometer
-
Microphone
-
Midi
-
OtpCredentials
-
Payment
-
PictureInPicture
-
PublickeyCredentialsGet
@SerializedName("publickey-credentials-get") public static final PermissionsPolicyFeature PublickeyCredentialsGet -
RunAdAuction
-
ScreenWakeLock
-
Serial
-
StorageAccess
-
SyncXhr
-
TrustTokenRedemption
@SerializedName("trust-token-redemption") public static final PermissionsPolicyFeature TrustTokenRedemption -
Unload
-
Usb
-
VerticalScroll
-
WindowPlacement
-
XrSpatialTracking
@SerializedName("xr-spatial-tracking") public static final PermissionsPolicyFeature XrSpatialTracking -
_UNKNOWN_
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<PermissionsPolicyFeature>
-