PlaybackSeekUi
public 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 |
|---|
public class PlaybackSeekUi.ClientClient (e.g. PlaybackGlue) to register on PlaybackSeekUi so that it can interact with Seeking UI. |
Public methods |
|
|---|---|
abstract void |
Interface to be implemented by UI widget to support PlaybackSeekUi. |
Public methods
setPlaybackSeekUiClient
abstract void setPlaybackSeekUiClient(PlaybackSeekUi.Client client)
Interface to be implemented by UI widget to support PlaybackSeekUi.