NetworkObserver

abstract class NetworkObserver(source)

A Hook for TorRuntime that controls TorOption.DisableNetwork toggling when device connectivity is lost/gained.

Multiple instances of TorRuntime can subscribe to a single NetworkObserver.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun isNetworkConnected(): Boolean
Link copied to clipboard
protected fun notify(connectivity: NetworkObserver.Connectivity)

Notifies all registered observers of a change in Connectivity

Link copied to clipboard
protected open fun onObserversEmpty()

Optional override for being notified when observers goes from:

Link copied to clipboard
protected open fun onObserversNotEmpty()

Optional override for being notified when observers goes from: