toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
ViewerMetrics
Viewer
Metrics
data
class
ViewerMetrics
(
val
concurrent
:
ViewerCount
,
val
total
:
ViewerCount
)
:
Parcelable
Represents viewer metrics.
Members
Constructors
Viewer
Metrics
Link copied to clipboard
constructor
(
concurrent
:
ViewerCount
,
total
:
ViewerCount
)
Properties
concurrent
Link copied to clipboard
@
SerializedName
(
value
=
"concurrent"
)
val
concurrent
:
ViewerCount
Concurrent viewer count.
total
Link copied to clipboard
@
SerializedName
(
value
=
"total"
)
val
total
:
ViewerCount
Total viewer count.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)