AttributionReportingReportResult

@Serializable(with = AttributionReportingReportResultSerializer::class)
sealed interface AttributionReportingReportResult

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AttributionReportingReportResultSerializer::class)
data object expired : AttributionReportingReportResult
Link copied to clipboard
@Serializable(with = AttributionReportingReportResultSerializer::class)
data object failedToAssemble : AttributionReportingReportResult
Link copied to clipboard
@Serializable(with = AttributionReportingReportResultSerializer::class)
data class NotDefinedInProtocol(val value: String) : AttributionReportingReportResult

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 = AttributionReportingReportResultSerializer::class)
data object prohibited : AttributionReportingReportResult
Link copied to clipboard
@Serializable(with = AttributionReportingReportResultSerializer::class)
data object sent : AttributionReportingReportResult