toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
ViewerCount
Viewer
Count
data
class
ViewerCount
(
val
count
:
Int
,
val
timestampUpdatedAt
:
String
?
=
null
)
:
Parcelable
Represents viewer count.
Members
Constructors
Viewer
Count
Link copied to clipboard
constructor
(
count
:
Int
,
timestampUpdatedAt
:
String
?
=
null
)
Properties
count
Link copied to clipboard
@
SerializedName
(
value
=
"count"
)
val
count
:
Int
Number of viewers.
timestamp
Updated
At
Link copied to clipboard
@
SerializedName
(
value
=
"updated_at"
)
val
timestampUpdatedAt
:
String
?
=
null
Timestamp when the viewer count was last updated.
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
)