AccountUrlType

@Serializable(with = AccountUrlTypeSerializer::class)
sealed interface AccountUrlType

The URLs that each account has

Official doc

Inheritors

Types

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

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 = AccountUrlTypeSerializer::class)
data object PrivacyPolicy : AccountUrlType
Link copied to clipboard
@Serializable(with = AccountUrlTypeSerializer::class)
data object TermsOfService : AccountUrlType