ManifestRequest

data class ManifestRequest(val url: String, val headers: Map<String, String> = emptyMap()) : ManifestRequestResult

The outgoing manifest request the SDK is about to make. A ManifestRequestInterceptor may return a (modified) copy to redirect the fetch (url) and/or attach headers.

Constructors

Link copied to clipboard
constructor(url: String, headers: Map<String, String> = emptyMap())

Properties

Link copied to clipboard

HTTP request headers to send with it.

Link copied to clipboard
val url: String

The URL the SDK is about to fetch.