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
data class NetworkReference(val id: String, val type: NetworkType)
Link copied to clipboard

Slightly coroutine aware API for ConnectivityManager.requestNetwork.

Link copied to clipboard