-
public final class PollsViewModel extends ViewModel
-
-
Constructor Summary
Constructors Constructor Description PollsViewModel()
-
Method Summary
Modifier and Type Method Description final UnitsetTitle(String title)final UnitsetTimer(Boolean timerEnabled)final UnitisAnon(Boolean isAnon)final UnitmarkHideVoteCount(Boolean isHidden)final UnitsetPollOrQuiz(Boolean isPoll)final PollCreationInfogetPollsCreationInfo()final BooleanisPoll()-
-
Method Detail
-
markHideVoteCount
final Unit markHideVoteCount(Boolean isHidden)
-
setPollOrQuiz
final Unit setPollOrQuiz(Boolean isPoll)
-
getPollsCreationInfo
final PollCreationInfo getPollsCreationInfo()
-
-
-
-