Initialized
An Active State indicating observation has started and initialization has completed
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