PlaybackSeekUi
public
interface
PlaybackSeekUi
androidx.leanback.widget.PlaybackSeekUi |
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
public abstract void setPlaybackSeekUiClient (PlaybackSeekUi.Client client)
Interface to be implemented by UI widget to support PlaybackSeekUi.
Parameters | |
---|---|
client |
PlaybackSeekUi.Client |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.