ViewerMetrics

data class ViewerMetrics(val concurrent: ViewerCount, val total: ViewerCount) : Parcelable

Represents viewer metrics.

Constructors

Link copied to clipboard
constructor(concurrent: ViewerCount, total: ViewerCount)

Properties

Link copied to clipboard
@SerializedName(value = "concurrent")
val concurrent: ViewerCount

Concurrent viewer count.

Link copied to clipboard
@SerializedName(value = "total")
val total: ViewerCount

Total viewer count.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)