Package 

Class DisplayHlsCuesUseCase

    • Method Summary

      Modifier and Type Method Description
      final Function1<String, Unit> getShowText()
      final Function1<String, Unit> getOpenPoll()
      final Unit addCue(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisplayHlsCuesUseCase

        DisplayHlsCuesUseCase(Function1<String, Unit> showText, Function1<String, Unit> openPoll)
    • Method Detail

      • addCue

         final Unit addCue(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.