UnsupportedDrmException

class UnsupportedDrmException(val reason: Int? = null, message: String? = null, cause: Throwable? = null) : Exception

Signals that the used DRM technology is not supported.

Constructors

Link copied to clipboard
constructor(message: String? = null)
constructor(cause: Throwable? = null)
constructor(reason: Int? = null, message: String? = null, cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reason: Int? = null