SPCTransactionMode

@Serializable(with = SPCTransactionModeSerializer::class)
sealed interface SPCTransactionMode

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the parameter 'mode' of the command 'Page.setSPCTransactionMode'

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data object autoAccept : SPCTransactionMode
Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data object autoChooseToAuthAnotherWay : SPCTransactionMode
Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data object autoOptOut : SPCTransactionMode
Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data object autoReject : SPCTransactionMode
Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data object none : SPCTransactionMode
Link copied to clipboard
@Serializable(with = SPCTransactionModeSerializer::class)
data class NotDefinedInProtocol(val value: String) : SPCTransactionMode

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