UnsupportedDrmException

UnsupportedDrmException

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

Signals that the used DRM technology is not supported.

Constructors

UnsupportedDrmExceptionconstructor(reason: Int? = null, message: String? = null, cause: Throwable? = null)constructor(message: String? = null)constructor(cause: Throwable? = null)

Types

NameSummary
Companionobject Companion

Properties

NameSummary
reasonval reason: Int?