EventRecordStatus enum Null safety
Status for analytics event recording.
Constructors
- EventRecordStatus()
-
const
Values
- eventFailed → const EventRecordStatus
-
const EventRecordStatus(0)
- eventRecorded → const EventRecordStatus
-
const EventRecordStatus(1)
- eventUniqueCountExceeded → const EventRecordStatus
-
const EventRecordStatus(2)
- eventParamsCountExceeded → const EventRecordStatus
-
const EventRecordStatus(3)
- eventLogCountExceeded → const EventRecordStatus
-
const EventRecordStatus(4)
- eventLoggingDelayed → const EventRecordStatus
-
const EventRecordStatus(5)
- eventAnalyticsDisabled → const EventRecordStatus
-
const EventRecordStatus(6)
- eventParametersMismatched → const EventRecordStatus
-
const EventRecordStatus(7)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EventRecordStatus> -
A constant List of the values in this enum, in order of their declaration.
[eventFailed, eventRecorded, eventUniqueCountExceeded, eventParamsCountExceeded, eventLogCountExceeded, eventLoggingDelayed, eventAnalyticsDisabled, eventParametersMismatched]