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)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String? = null

Functions

Link copied to clipboard