CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
abstract class CoWatchingQueue


Contains a client queue's data and/or server queue's metadata.

Summary

Nested types

Builder for a CoWatchingQueue.

Constants

const CoWatchingQueue!

Public functions

java-static CoWatchingQueue.Builder!
abstract ClientQueue?

Returns the ClientQueue data.

abstract ServerQueueParams?

Returns the ServerQueueParams metadata.

Constants

EMPTY

const val EMPTYCoWatchingQueue!

Public functions

builder

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

clientQueue

abstract fun clientQueue(): ClientQueue?

Returns the ClientQueue data.

serverQueueParams

abstract fun serverQueueParams(): ServerQueueParams?

Returns the ServerQueueParams metadata.