StandardGameMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

case class AnswerFeedbackUpdate(updateParameter: Option[(Int, Boolean)]) extends ViewUpdate[(Int, Boolean)]

Update for the view containing the index of the answer selected and if it's correct or not

Update for the view containing the index of the answer selected and if it's correct or not

case class CurrentGameUpdate(updateParameter: Option[GameStage]) extends ViewUpdate[GameStage]

Update for the view containing the current GameStage

Update for the view containing the current GameStage

case class QuizScoreUpdate(updateParameter: Option[Int]) extends ViewUpdate[Int]

Update for the view containing the quiz score

Update for the view containing the quiz score

Update for the view for the feedback when the timer is expired

Update for the view for the feedback when the timer is expired

case class TimerUpdate(updateParameter: Option[Timer]) extends ViewUpdate[Timer]

Update for the view containing the timer, used to get the remaining time and the percentage

Update for the view containing the timer, used to get the remaining time and the percentage

Inherited classlikes

Inherited from:
DefaultUpdate