CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
abstract class CoWatchingQueue


クライアント キューのデータとサーバーキューのメタデータ、あるいはその両方が含まれます。

まとめ

ネストされた型

CoWatchingQueue のビルダー。

定数

const CoWatchingQueue!

パブリック関数

java-static CoWatchingQueue.Builder!
abstract ClientQueue?

ClientQueue データを返します。

abstract ServerQueueParams?

ServerQueueParams メタデータを返します。

定数

EMPTY

const val EMPTYCoWatchingQueue!

パブリック関数

builder

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

clientQueue

abstract fun clientQueue(): ClientQueue?

ClientQueue データを返します。

serverQueueParams

abstract fun serverQueueParams(): ServerQueueParams?

ServerQueueParams メタデータを返します。