isRoamingConnection

@RequiresPermission(value = "android.permission.ACCESS_NETWORK_STATE")
fun Context.isRoamingConnection(): Boolean

Context Extension to check if Internet roaming is enabled inside the user's device, this will return a Boolean

The ACCESS_NETWORK_STATE permission must be included in the Context.connectivityManager for this function to be performed correctly

See also

com.jeluchu.jchucomponents.core.extensions.context.connectivityManager