AndroidConnectivityChecker

Real reachability via ConnectivityManager — validated internet capability, not just an up interface.

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
open override fun isOnline(): Boolean
Link copied to clipboard
open fun observeIsOnline(): Flow<Boolean>

Live connectivity observer. Default is a single-shot Flow of the current isOnline value (no push updates) — override for a real observer. KonnectionConnectivityChecker does.