JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
tech.ordinaryroad.live.chat.client.commons.base.msg
Interface IRoomStatsMsg
All Superinterfaces:
IMsg
,
Serializable
public interface
IRoomStatsMsg
extends
IMsg
房间统计消息
Author:
mjz
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
getLikedCount
()
获取累计点赞数
default
String
getWatchedCount
()
获取累计观看人数
default
String
getWatchingCount
()
获取当前观看人数
Method Details
getLikedCount
default
String
getLikedCount
()
获取累计点赞数
getWatchingCount
default
String
getWatchingCount
()
获取当前观看人数
getWatchedCount
default
String
getWatchedCount
()
获取累计观看人数