DescriptorOperationType

@Serializable(with = DescriptorOperationTypeSerializer::class)
sealed interface DescriptorOperationType

Indicates the various types of descriptor operation.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = DescriptorOperationTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : DescriptorOperationType

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 = DescriptorOperationTypeSerializer::class)
data object read : DescriptorOperationType
Link copied to clipboard
@Serializable(with = DescriptorOperationTypeSerializer::class)
data object write : DescriptorOperationType