PerformanceAlarmReason enum
Reasons for performance-related alarms
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
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.