ReachabilityInterface

interface ReachabilityInterface

Functions

addListener
Link copied to clipboard
abstract fun addListener(@NonNull listener: ReachabilityChanged): Long
currentNetworkStatus
Link copied to clipboard
abstract fun currentNetworkStatus(): NetworkStatus
isReachable
Link copied to clipboard
abstract fun isReachable(): Boolean
removeListener
Link copied to clipboard
abstract fun removeListener(id: Long): Boolean
start
Link copied to clipboard
abstract fun start()
stop
Link copied to clipboard
abstract fun stop()