ExoMediaDrm.KeyStatus


class ExoMediaDrm.KeyStatus


Defines the status of a key.

Summary

Public constructors

KeyStatus(statusCode: Int, keyId: ByteArray!)

Creates an instance.

Public properties

ByteArray<Byte>!
Int

Public constructors

KeyStatus

KeyStatus(statusCode: Int, keyId: ByteArray!)

Creates an instance.

Parameters
statusCode: Int

The status code of the key, as defined by getStatusCode.

keyId: ByteArray!

The ID of the key.

Public properties

keyId

val keyIdByteArray<Byte>!

statusCode

val statusCodeInt