PlaybackSeekUi
interface PlaybackSeekUi
PlaybackFragmentGlueHost |
This class is deprecated. |
PlaybackSupportFragmentGlueHost |
|
PlaybackTransportRowPresenter.ViewHolder |
A ViewHolder for the PlaybackControlsRow supporting seek UI. |
VideoFragmentGlueHost |
This class is deprecated. |
VideoSupportFragmentGlueHost |
|
Interface to be implemented by UI component to support seeking. PlaybackGlueHost may implement the interface to support seeking UI for the PlaybackGlue. There is only one single method setPlaybackSeekUiClient in the interface. Client (PlaybackGlue) registers itself as a Client to receive events emitted by PlaybackSeekUi and provide data to the PlaybackSeekUi.
Summary
Nested types |
|---|
class PlaybackSeekUi.ClientClient (e.g. PlaybackGlue) to register on PlaybackSeekUi so that it can interact with Seeking UI. |
Public functions |
|
|---|---|
Unit |
setPlaybackSeekUiClient(client: PlaybackSeekUi.Client!)Interface to be implemented by UI widget to support PlaybackSeekUi. |
Public functions
setPlaybackSeekUiClient
fun setPlaybackSeekUiClient(client: PlaybackSeekUi.Client!): Unit
Interface to be implemented by UI widget to support PlaybackSeekUi.