public abstract class

PlaybackGlueHost.HostCallback

extends java.lang.Object

 java.lang.Object

↳androidx.leanback.media.PlaybackGlueHost.HostCallback

Overview

Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface.

Summary

Constructors
publicHostCallback()

Methods
public voidonHostDestroy()

Client triggered once the host(fragment) has been destroyed.

public voidonHostPause()

Client triggered once the host(fragment) has paused.

public voidonHostResume()

Client triggered once the host(fragment) has resumed.

public voidonHostStart()

Client triggered once the host(fragment) has started.

public voidonHostStop()

Client triggered once the host(fragment) has stopped.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public HostCallback()

Methods

public void onHostStart()

Client triggered once the host(fragment) has started.

public void onHostStop()

Client triggered once the host(fragment) has stopped.

public void onHostPause()

Client triggered once the host(fragment) has paused.

public void onHostResume()

Client triggered once the host(fragment) has resumed.

public void onHostDestroy()

Client triggered once the host(fragment) has been destroyed.