-
public final class PodcastControlButtonsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitPodcastControlButtons(PlayerUiController playerController, PlayerUiState playerUiState, Modifier modifier, ButtonColors colors)Convenience wrapper of PodcastControlButtons. final static UnitPodcastControlButtons(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 UnitPodcastControlButtons(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. -
-
Method Detail
-
PodcastControlButtons
@Composable() final static Unit PodcastControlButtons(PlayerUiController playerController, PlayerUiState playerUiState, Modifier modifier, ButtonColors colors)
Convenience wrapper of PodcastControlButtons.
This version passes events to the provided PlayerUiController.
-
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.
-
-
-
-