Unknown
A NetworkConnectionType where it is unknown what th current connection state is
Inheritors
Types
Link copied to clipboard
A reason why an Unknown network type may occur
Link copied to clipboard
data class WithLastNetwork(val lastKnown: NetworkConnectionType.Known, val reason: NetworkConnectionType.Unknown.Reason) : NetworkConnectionType.Unknown
Link copied to clipboard
data class WithoutLastNetwork(val reason: NetworkConnectionType.Unknown.Reason) : NetworkConnectionType.Unknown
Properties
Link copied to clipboard
the Reason the network type is unknown.
Functions
Link copied to clipboard
fun NetworkConnectionType.unknown(reason: NetworkConnectionType.Unknown.Reason): NetworkConnectionType.Unknown
Converts a NetworkConnectionType into an NetworkConnectionType.Unknown given a NetworkConnectionType.Unknown.Reason