added in version 26.1.0
  
    
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
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.
