RetryState enum

Inheritance
Available extensions

Values

NotRetrying → const RetryState
WaitingForInternet → const RetryState

The SDK is waiting to for the internet connection to be restored before starting to backoff timer to attempt a reconnect.

WaitingForBackoffTimer → const RetryState

The SDK is waiting to for the backoff timer to trigger a reconnect attempt.

Retrying → const RetryState

The SDK is actively trying to reconnect a failed broadcast.

Success → const RetryState

The SDK successfully reconnected a failed broadcast.

Failure → const RetryState

The SDK was unable to reconnect a failed broadcast within the maximum amount of allowed retries.

Properties

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