DrmRequest

class DrmRequest(val drmData: DrmData, url: String, headers: Map<String?, String?>?, body: ByteArray?, httpMethod: String) : HttpRequest

An HTTP request for DRM information.

Constructors

Link copied to clipboard
constructor(drmData: DrmData, url: String, headers: Map<String?, String?>?, body: ByteArray?, httpMethod: String)

Properties

Link copied to clipboard

The DrmData associated with the request.