DisabledImageType

@Serializable(with = DisabledImageTypeSerializer::class)
sealed interface DisabledImageType

Enum of image types that can be disabled.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = DisabledImageTypeSerializer::class)
data object avif : DisabledImageType
Link copied to clipboard
@Serializable(with = DisabledImageTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : DisabledImageType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = DisabledImageTypeSerializer::class)
data object webp : DisabledImageType