ManifestInterceptContext

data class ManifestInterceptContext(val url: String)

Context passed to a ManifestResponseInterceptor alongside the manifest.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

The fully-resolved channel-manifest URL that was fetched.