Known
An Initialized State indicating the NetworkConnectionType is NetworkConnectionType.Known
Inheritors
Properties
Link copied to clipboard
Transitions into a Deinitialized State
Link copied to clipboard
The NetworkConnectionType during this state
Functions
Link copied to clipboard
abstract fun available(available: NetworkConnectionType.Known.Available): suspend () -> NetworkState.Available
Transitions into an Available State
Link copied to clipboard
Link copied to clipboard
abstract fun unknown(reason: NetworkConnectionType.Unknown.Reason): suspend () -> NetworkState.Unknown
Transitions into an Unknown State