InternetDetector

class InternetDetector(context: Context, serverUrl: String = "https://www.google.com/", timeOut: Int = 10 * 1000)

Constructors

Link copied to clipboard
constructor(context: Context, serverUrl: String = "https://www.google.com/", timeOut: Int = 10 * 1000)

Properties

Link copied to clipboard
@RequiresPermission(allOf = ["android.permission.ACCESS_NETWORK_STATE"])
val state: Flow<Boolean>