class UnsupportedDrmException(val reason: Int? = null, message: String? = null, cause: Throwable? = null) : Exception
Signals that the used DRM technology is not supported.
| |
|---|
| UnsupportedDrmException | constructor(reason: Int? = null, message: String? = null, cause: Throwable? = null)constructor(message: String? = null)constructor(cause: Throwable? = null) |
| Name | Summary |
|---|
| Companion | object Companion |
| Name | Summary |
|---|
| reason | val reason: Int? |