AttributionReportingTriggerDataMatching

@Serializable(with = AttributionReportingTriggerDataMatchingSerializer::class)
sealed interface AttributionReportingTriggerDataMatching

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AttributionReportingTriggerDataMatchingSerializer::class)
data object exact : AttributionReportingTriggerDataMatching
Link copied to clipboard
@Serializable(with = AttributionReportingTriggerDataMatchingSerializer::class)
data object modulus : AttributionReportingTriggerDataMatching
Link copied to clipboard
@Serializable(with = AttributionReportingTriggerDataMatchingSerializer::class)
data class NotDefinedInProtocol(val value: String) : AttributionReportingTriggerDataMatching

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