added in version 26.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

PlaybackSeekUi

public interface PlaybackSeekUi

android.support.v17.leanback.widget.PlaybackSeekUi
Known Indirect Subclasses


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(Client) in the interface. Client (PlaybackGlue) registers itself as a Client to receive events emitted by PlaybackSeekUi and provide data to the PlaybackSeekUi.

Summary

Nested classes

class PlaybackSeekUi.Client

Client (e.g. 

Public methods

abstract void setPlaybackSeekUiClient(PlaybackSeekUi.Client client)

Interface to be implemented by UI widget to support PlaybackSeekUi.

Public methods

setPlaybackSeekUiClient

added in version 26.1.0
void setPlaybackSeekUiClient (PlaybackSeekUi.Client client)

Interface to be implemented by UI widget to support PlaybackSeekUi.

Parameters
client PlaybackSeekUi.Client