The livestreaming video statistics represents the statistics info about a livestreaming video in your app. The statistics include the total number of views, the number of reactions and the number of comments. You can retrieve the information about whether your comments are visible from com.meta.horizon.platform.ovr.models.LivestreamingStatus#getCommentsVisible().
Member Functions
LivestreamingVideoStats
( final long ptr )
int getCommentCount ( )
An 'integer' represents the information about the total number of comments left for your livestream video.
Returns
int
int getReactionCount ( )
An 'integer' represents the information about the total number of reactions your livestream video received.
Returns
int
String getTotalViews ( )
This field gives the information about the total number of views of your livestream video.