belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
PlaybackGlueHost.HostCallback
  public
  static
  
  abstract
  class
  PlaybackGlueHost.HostCallback
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.v17.leanback.media.PlaybackGlueHost.HostCallback | 
Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface.
See also:
Summary
Public constructors | |
|---|---|
      
      PlaybackGlueHost.HostCallback()
      
      
     | 
  |
Public methods | |
|---|---|
        
        
        
        
        
        void
     | 
  
    
      
      onHostDestroy()
      
      
        Client triggered once the host(fragment) has been destroyed.  | 
  
        
        
        
        
        
        void
     | 
  
    
      
      onHostPause()
      
      
        Client triggered once the host(fragment) has paused.  | 
  
        
        
        
        
        
        void
     | 
  
    
      
      onHostResume()
      
      
        Client triggered once the host(fragment) has resumed.  | 
  
        
        
        
        
        
        void
     | 
  
    
      
      onHostStart()
      
      
        Client triggered once the host(fragment) has started.  | 
  
        
        
        
        
        
        void
     | 
  
    
      
      onHostStop()
      
      
        Client triggered once the host(fragment) has stopped.  | 
  
Inherited methods | |
|---|---|
  
    
  
    java.lang.Object
  
 | |
Public constructors
Public methods
onHostDestroy
void onHostDestroy ()
Client triggered once the host(fragment) has been destroyed.
onHostPause
void onHostPause ()
Client triggered once the host(fragment) has paused.
onHostResume
void onHostResume ()
Client triggered once the host(fragment) has resumed.
onHostStart
void onHostStart ()
Client triggered once the host(fragment) has started.
onHostStop
void onHostStop ()
Client triggered once the host(fragment) has stopped.
Interfaces
Classes
- MediaControllerAdapter
 - MediaControllerGlue
 - MediaPlayerAdapter
 - PlaybackBannerControlGlue
 - PlaybackBaseControlGlue
 - PlaybackControlGlue
 - PlaybackGlue
 - PlaybackGlue.PlayerCallback
 - PlaybackGlueHost
 - PlaybackGlueHost.HostCallback
 - PlaybackGlueHost.PlayerCallback
 - PlaybackTransportControlGlue
 - PlayerAdapter
 - PlayerAdapter.Callback