PlaybackRowPresenter
abstract class PlaybackRowPresenter : RowPresenter
Subclass of RowPresenter
that can define the desired behavior when the view reappears. This is presently used by PlaybackControlsRowPresenter
to update the UI after we show/hide the controls view.
Summary
Nested classes |
open |
This container is used for trapping click events and passing them to the playback controls.
|
Public constructors |
Subclass of RowPresenter that can define the desired behavior when the view reappears.
|
Public methods |
open Unit |
Provides hook to update the UI when the view reappears.
|