Receiver

interface Receiver(source)

Interface for platform-specific network connectivity receivers.

Implementations should monitor network connectivity changes and notify the provider when the network state changes.

Functions

Link copied to clipboard
abstract fun start()

Starts monitoring network connectivity changes.

Link copied to clipboard
abstract fun stop()

Stops monitoring network connectivity changes.