Observer

interface Observer

Observer interface for receiving events of network connectivity.

Functions

Link copied to clipboard
abstract fun onReceive(event: NetworkConnectivityEvent)

Receives a event of network connectivity.