Outcome

sealed interface Outcome(source)

Outcome of a single reconnect iteration.

Inheritors

Types

Link copied to clipboard
data class Disconnected(val wasStable: Boolean, val wasIntentional: Boolean) : BleReconnectPolicy.Outcome

Connection attempt succeeded and then eventually disconnected.

Link copied to clipboard

Connection attempt failed with an exception.