PerformanceAlarmReason enum

Reasons for performance-related alarms

Inheritance

Constructors

PerformanceAlarmReason()
const

Values

bandwidthFallbacked → const PerformanceAlarmReason

The poor network causes the transmission performance to fall back.

This reason is only received when sending performance fallback is turned on.

bandwidthResumed → const PerformanceAlarmReason

Network performance recovery, transmission performance rollback recovery.

This reason is only received when sending performance fallback is turned on.

performanceFallbacked → const PerformanceAlarmReason

If the send performance fallback is not turned on, when receiving this alarm, it means that the performance is insufficient.
If the send performance fallback is turned on, when receiving this alarm, it means that the performance is insufficient and the send performance fallback has occurred.

performanceResumed → const PerformanceAlarmReason

If the send performance fallback is not turned on, when receiving this alarm, it means that the performance shortage has been restored.
If the send performance fallback is turned on, when receiving this alarm, it means that the performance shortage has been restored and the send performance fallback has occurred. Recovery.

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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<PerformanceAlarmReason>
A constant List of the values in this enum, in order of their declaration.