NetworkConnectivity

Interface for receiving events of network connectivity.

Inheritors

Types

Link copied to clipboard

An object indicating unsupported for the capability of network connectivity.

Functions

Link copied to clipboard

Registers a listener to receive events.

Link copied to clipboard
fun <E> Listenable<E>.asFlow(): Flow<E>

Converts this Listenable into a Flow that emits events.

Link copied to clipboard

Unregisters a listener from receiving events.