MediaDrmCallback.Response


class MediaDrmCallback.Response


Response data from the MediaDrmCallback requests.

Summary

Nested types

Builder for Response instances.

Public constructors

Constructs an instance.

Public properties

ByteArray<Byte>!

The response from the license or provisioning server.

LoadEventInfo?

The optional load info associated with this response.

Public constructors

Response

Response(data: ByteArray!)

Constructs an instance.

Public properties

data

val dataByteArray<Byte>!

The response from the license or provisioning server.

loadEventInfo

val loadEventInfoLoadEventInfo?

The optional load info associated with this response.