AttributionReportingEventLevelResult enum

Inheritance
  • Object
  • Enum
  • AttributionReportingEventLevelResult

Values

success → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('success')
successDroppedLowerPriority → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('successDroppedLowerPriority')
internalError → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('internalError')
noCapacityForAttributionDestination → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('noCapacityForAttributionDestination')
noMatchingSources → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('noMatchingSources')
deduplicated → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('deduplicated')
excessiveAttributions → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('excessiveAttributions')
priorityTooLow → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('priorityTooLow')
neverAttributedSource → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('neverAttributedSource')
excessiveReportingOrigins → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('excessiveReportingOrigins')
noMatchingSourceFilterData → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('noMatchingSourceFilterData')
prohibitedByBrowserPolicy → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('prohibitedByBrowserPolicy')
noMatchingConfigurations → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('noMatchingConfigurations')
excessiveReports → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('excessiveReports')
falselyAttributedSource → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('falselyAttributedSource')
reportWindowPassed → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('reportWindowPassed')
notRegistered → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('notRegistered')
reportWindowNotStarted → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('reportWindowNotStarted')
noMatchingTriggerData → const AttributionReportingEventLevelResult
const AttributionReportingEventLevelResult('noMatchingTriggerData')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AttributionReportingEventLevelResult>
A constant List of the values in this enum, in order of their declaration.