Added in API level 18

NotProvisionedException

class NotProvisionedException : MediaDrmException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.media.MediaDrmException
   ↳ android.media.NotProvisionedException

Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate. The app should obtain and install a certificate using the MediaDrm provisioning methods then retry the operation.

Summary

Public constructors

Inherited functions

Public constructors

NotProvisionedException

Added in API level 18
NotProvisionedException(detailMessage: String!)