Package 

Class PodcastControlButtonsKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit PodcastControlButtons(PlayerUiController playerController, PlayerUiState playerUiState, Modifier modifier, ButtonColors colors) Convenience wrapper of PodcastControlButtons.
      final static Unit PodcastControlButtons(Function0<Unit> onPlayButtonClick, Function0<Unit> onPauseButtonClick, Boolean playPauseButtonEnabled, Boolean playing, Function0<Unit> onSeekBackButtonClick, Boolean seekBackButtonEnabled, Function0<Unit> onSeekForwardButtonClick, Boolean seekForwardButtonEnabled, Modifier modifier, SeekButtonIncrement seekBackButtonIncrement, SeekButtonIncrement seekForwardButtonIncrement, ButtonColors colors) Standard Podcast control buttons with no progress indicator, showing SeekBackButton, PlayPauseProgressButton and SeekForwardButton.
      final static Unit PodcastControlButtons(Function0<Unit> onPlayButtonClick, Function0<Unit> onPauseButtonClick, Boolean playPauseButtonEnabled, Boolean playing, Function0<Unit> onSeekBackButtonClick, Boolean seekBackButtonEnabled, Function0<Unit> onSeekForwardButtonClick, Boolean seekForwardButtonEnabled, TrackPositionUiModel trackPositionUiModel, Modifier modifier, SeekButtonIncrement seekBackButtonIncrement, SeekButtonIncrement seekForwardButtonIncrement, ButtonColors colors) Standard Podcast control buttons showing SeekBackButton, PlayPauseProgressButton and SeekForwardButton.
      • Methods inherited from class java.lang.Object

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

      • PodcastControlButtons

        @Composable() final static Unit PodcastControlButtons(Function0<Unit> onPlayButtonClick, Function0<Unit> onPauseButtonClick, Boolean playPauseButtonEnabled, Boolean playing, Function0<Unit> onSeekBackButtonClick, Boolean seekBackButtonEnabled, Function0<Unit> onSeekForwardButtonClick, Boolean seekForwardButtonEnabled, Modifier modifier, SeekButtonIncrement seekBackButtonIncrement, SeekButtonIncrement seekForwardButtonIncrement, ButtonColors colors)

        Standard Podcast control buttons with no progress indicator, showing SeekBackButton, PlayPauseProgressButton and SeekForwardButton.

      • PodcastControlButtons

        @Composable() final static Unit PodcastControlButtons(Function0<Unit> onPlayButtonClick, Function0<Unit> onPauseButtonClick, Boolean playPauseButtonEnabled, Boolean playing, Function0<Unit> onSeekBackButtonClick, Boolean seekBackButtonEnabled, Function0<Unit> onSeekForwardButtonClick, Boolean seekForwardButtonEnabled, TrackPositionUiModel trackPositionUiModel, Modifier modifier, SeekButtonIncrement seekBackButtonIncrement, SeekButtonIncrement seekForwardButtonIncrement, ButtonColors colors)

        Standard Podcast control buttons showing SeekBackButton, PlayPauseProgressButton and SeekForwardButton.