Package-level declarations
Types
Link copied to clipboard
data class HighBandwidthRequest(val type: HighBandwidthRequest.Type = Type.All, val requestType: RequestType? = null, val url: String? = null)
A single request for high bandwidth networks, with specific usable transport types and the originating request type.
Link copied to clipboard
Cancellable network request lease. Allows caller to close or observe the current network as a flow.
Link copied to clipboard
Link copied to clipboard
interface NetworkRequester
Slightly coroutine aware API for ConnectivityManager.requestNetwork.
Link copied to clipboard