-
public final class DisplayHlsCuesUseCase
-
-
Constructor Summary
Constructors Constructor Description DisplayHlsCuesUseCase(Function1<String, Unit> showText, Function1<String, Unit> openPoll)
-
Method Summary
Modifier and Type Method Description final Function1<String, Unit>getShowText()final Function1<String, Unit>getOpenPoll()final UnitaddCue(HmsHlsCue hlsCue)The only reason this is a suspending function is so that it will be queued and that the listToShow will never run into concurrent modification. -
-
Method Detail
-
getShowText
final Function1<String, Unit> getShowText()
-
getOpenPoll
final Function1<String, Unit> getOpenPoll()
-
-
-
-