DrmSessionException

class DrmSessionException(cause: Throwable? = null) : 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
constructor(cause: Throwable? = null)