FallbackOrRecoverReason enum

Inheritance
Available extensions

Values

FALLBACK_OR_RECOVER_REASON_UNKNOWN → const FallbackOrRecoverReason

@brief The default: Fallback due to an unknown reason that is neither infufficienclt bandwidth of the network nor poor-performance of the device

FALLBACK_OR_RECOVER_REASON_SUBSCRIBE_FALLBACK_BY_BANDWIDTH → const FallbackOrRecoverReason

@brief Fallback of the subscribed stream due to insufficient bandwidth of the network

FALLBACK_OR_RECOVER_REASON_SUBSCRIBE_FALLBACK_BY_PERFORMANCE → const FallbackOrRecoverReason

@brief Fallback of the subscribed stream for poor-performance of the device

FALLBACK_OR_RECOVER_REASON_SUBSCRIBE_RECOVER_BY_BANDWIDTH → const FallbackOrRecoverReason

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

FALLBACK_OR_RECOVER_REASON_SUBSCRIBE_RECOVER_BY_PERFORMANCE → const FallbackOrRecoverReason

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

FALLBACK_OR_RECOVER_REASON_PUBLISH_FALLBACK_BY_BANDWIDTH → const FallbackOrRecoverReason

@brief Fallback of the publishing stream due to Insufficient bandwidth of the network

FALLBACK_OR_RECOVER_REASON_PUBLISH_FALLBACK_BY_PERFORMANCE → const FallbackOrRecoverReason

@brief Fallback of the publishing stream due to poor-performance of the device

FALLBACK_OR_RECOVER_REASON_PUBLISH_RECOVER_BY_BANDWIDTH → const FallbackOrRecoverReason

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

FALLBACK_OR_RECOVER_REASON_PUBLISH_RECOVER_BY_PERFORMANCE → const FallbackOrRecoverReason

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

value → const FallbackOrRecoverReason

@hidden constructor/destructor

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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.