FallbackOrRecoverReason enum

Causes of fallback or recovery from fallback in remote subscription streams.

Inheritance

Constructors

FallbackOrRecoverReason()
const

Values

unknown → const FallbackOrRecoverReason

Undefined reason. Default value.

Fallback due to an unknown reason that is neither insufficient bandwidth of the network nor poor-performance of the device.

subscribeFallbackByBandwidth → const FallbackOrRecoverReason

Fallback of the subscribed stream due to insufficient bandwidth of the network.

subscribeFallbackByPerformance → const FallbackOrRecoverReason

Fallback of the subscribed stream for poor-performance of the device.

subscribeRecoverByBandwidth → const FallbackOrRecoverReason

Reverting from a Fallback of the subscribed stream due to the recovery of the network bandwidth.

subscribeRecoverByPerformance → const FallbackOrRecoverReason

Reverting from a Fallback of the subscribed stream due to the amelioration of the device performance.

publishFallbackByBandwidth → const FallbackOrRecoverReason

Fallback of the publishing stream due to Insufficient bandwidth of the network.

publishFallbackByPerformance → const FallbackOrRecoverReason

Fallback of the publishing stream due to poor-performance of the device.

publishRecoverByBandwidth → const FallbackOrRecoverReason

Reverting from a Fallback of the publishing stream due to the recovery of the network bandwidth.

publishRecoverByPerformance → const FallbackOrRecoverReason

Reverting from a Fallback of the publishing stream due to the amelioration of the device performance.

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<FallbackOrRecoverReason>
A constant List of the values in this enum, in order of their declaration.