MediaDrmCallback.Response


public final class MediaDrmCallback.Response


Response data from the MediaDrmCallback requests.

Summary

Nested types

Builder for Response instances.

Public fields

final byte[]

The response from the license or provisioning server.

final @Nullable LoadEventInfo

The optional load info associated with this response.

Public constructors

Response(byte[] data)

Constructs an instance.

Public fields

data

public final byte[] data

The response from the license or provisioning server.

loadEventInfo

public final @Nullable LoadEventInfo loadEventInfo

The optional load info associated with this response.

Public constructors

Response

public Response(byte[] data)

Constructs an instance.