DrmSessionException

class DrmSessionException(cause: Throwable?) : Exception

Signals that an error occurred and the DRM session failed because of it. More information can be found in the cause.

Constructors

Link copied to clipboard
fun DrmSessionException(cause: Throwable? = null)