ManifestRequestContext

data class ManifestRequestContext(val url: String)

Context passed to a ManifestRequestInterceptor alongside the request.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

The fully-resolved channel-manifest URL the SDK was about to fetch.