ClientQueueEntry

@Immutable
@PublicApi
@AutoValue
abstract class ClientQueueEntry


Contains a single queue entry.

Summary

Nested types

Builder for a ClientQueueEntry.

Public functions

java-static ClientQueueEntry.Builder!
abstract String!

Returns the entry ID.

abstract String!

Returns the media ID.

Public functions

builder

java-static fun builder(): ClientQueueEntry.Builder!

entryId

abstract fun entryId(): String!

Returns the entry ID. Typically used to allow applications to specify a unique identifier for an entry, more easily allowing duplicate media entries.

mediaId

abstract fun mediaId(): String!

Returns the media ID. Typically used to indicate what media this entry corresponds to.