CheerMeterWidgetmodel

CheerMeterWidgetmodel

interface CheerMeterWidgetmodel

Fields

Name Description
abstract voteResults: Stream<LiveLikeWidgetResult>

live stream for vote results

Methods

submitVote

abstract fun submitVote(optionID: String)

record the cheer vote

Parameters

Name Description
optionID: String

ReturnValue

Name Description
Unit