isURLReachable

fun Context.isURLReachable(serverUrl: String, timeOut: Int = 10 * 1000): Boolean

Must not be called on the main thread

Receiver

Context

Return

Boolean

Parameters

serverUrl

String

timeOut

Int default is 10 seconds, timeout is in ms