AttributionReportingSourceType

@Serializable(with = AttributionReportingSourceTypeSerializer::class)
sealed interface AttributionReportingSourceType

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AttributionReportingSourceTypeSerializer::class)
data object event : AttributionReportingSourceType
Link copied to clipboard
@Serializable(with = AttributionReportingSourceTypeSerializer::class)
data object navigation : AttributionReportingSourceType
Link copied to clipboard
@Serializable(with = AttributionReportingSourceTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : AttributionReportingSourceType

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