AndroidConnectivityRetryGate

constructor(context: Context, requireValidatedInternet: Boolean = true)

Parameters

context

Android context used to retrieve the connectivity service.

requireValidatedInternet

If true, additionally checks for NetworkCapabilities.NET_CAPABILITY_VALIDATED which guarantees that the network has actual, verified access to the internet.