PlaybackSeekUi

interface PlaybackSeekUi

Known direct subclasses
PlaybackFragmentGlueHost

This class is deprecated.

use PlaybackSupportFragmentGlueHost

PlaybackSupportFragmentGlueHost

PlaybackGlueHost implementation the interaction between this class and PlaybackSupportFragment.

PlaybackTransportRowPresenter.ViewHolder

A ViewHolder for the PlaybackControlsRow supporting seek UI.


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

Client (e.g. PlaybackGlue) to register on PlaybackSeekUi so that it can interact with Seeking UI.

Public functions

Unit

Interface to be implemented by UI widget to support PlaybackSeekUi.

Public functions

setPlaybackSeekUiClient

Added in 1.1.0
fun setPlaybackSeekUiClient(client: PlaybackSeekUi.Client!): Unit

Interface to be implemented by UI widget to support PlaybackSeekUi.