Package io.webfolder.cdp.type.page
Enum Class PrerenderFinalStatus
- All Implemented Interfaces:
Serializable
,Comparable<PrerenderFinalStatus>
,java.lang.constant.Constable
List of FinalStatus reasons for Prerender2.
-
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 PrerenderFinalStatus
Returns the enum constant of this class with the specified name.static PrerenderFinalStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Activated
-
Destroyed
-
LowEndDevice
-
CrossOriginRedirect
-
InvalidSchemeRedirect
@SerializedName("InvalidSchemeRedirect") public static final PrerenderFinalStatus InvalidSchemeRedirect -
MojoBinderPolicy
-
RendererProcessCrashed
@SerializedName("RendererProcessCrashed") public static final PrerenderFinalStatus RendererProcessCrashed -
RendererProcessKilled
@SerializedName("RendererProcessKilled") public static final PrerenderFinalStatus RendererProcessKilled -
Download
-
TriggerDestroyed
-
ClientCertRequested
-
MaxNumOfRunningPrerendersExceeded
@SerializedName("MaxNumOfRunningPrerendersExceeded") public static final PrerenderFinalStatus MaxNumOfRunningPrerendersExceeded -
CancelAllHostsForTesting
@SerializedName("CancelAllHostsForTesting") public static final PrerenderFinalStatus CancelAllHostsForTesting -
DidFailLoad
-
Stop
-
SslCertificateError
-
LoginAuthRequested
-
UaChangeRequiresReload
@SerializedName("UaChangeRequiresReload") public static final PrerenderFinalStatus UaChangeRequiresReload -
BlockedByClient
-
AudioOutputDeviceRequested
@SerializedName("AudioOutputDeviceRequested") public static final PrerenderFinalStatus AudioOutputDeviceRequested -
MixedContent
-
TriggerBackgrounded
-
EmbedderTriggeredAndCrossOriginRedirected
@SerializedName("EmbedderTriggeredAndCrossOriginRedirected") public static final PrerenderFinalStatus EmbedderTriggeredAndCrossOriginRedirected -
MemoryLimitExceeded
-
FailToGetMemoryUsage
@SerializedName("FailToGetMemoryUsage") public static final PrerenderFinalStatus FailToGetMemoryUsage -
DataSaverEnabled
-
HasEffectiveUrl
-
ActivatedBeforeStarted
@SerializedName("ActivatedBeforeStarted") public static final PrerenderFinalStatus ActivatedBeforeStarted -
InactivePageRestriction
@SerializedName("InactivePageRestriction") public static final PrerenderFinalStatus InactivePageRestriction -
StartFailed
-
_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<PrerenderFinalStatus>
-