HighBandwidthRequest
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.
Constructors
Link copied to clipboard
constructor(type: HighBandwidthRequest.Type = Type.All, requestType: RequestType? = null, url: String? = null)