Added in API level 23

MediaDrmResetException

open class MediaDrmResetException : IllegalStateException, MediaDrmThrowable
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ android.media.MediaDrmResetException

This exception is thrown when the MediaDrm instance has become unusable due to a restart of the mediaserver process. To continue, the app must release the MediaDrm object, then create and initialize a new one.

Summary

Public constructors
MediaDrmResetException(detailMessage: String!)

Inherited functions

Public constructors

MediaDrmResetException

Added in API level 23
MediaDrmResetException(detailMessage: String!)