PlaybackGlueHost.HostCallback
public abstract class PlaybackGlueHost.HostCallback
Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface.
| See also | |
|---|---|
setHostCallback |
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
void |
Client triggered once the host(fragment) has been destroyed. |
void |
Client triggered once the host(fragment) has paused. |
void |
Client triggered once the host(fragment) has resumed. |
void |
Client triggered once the host(fragment) has started. |
void |
Client triggered once the host(fragment) has stopped. |
Public constructors
Public methods
onHostDestroy
public void onHostDestroy()
Client triggered once the host(fragment) has been destroyed.
onHostPause
public void onHostPause()
Client triggered once the host(fragment) has paused.
onHostResume
public void onHostResume()
Client triggered once the host(fragment) has resumed.
onHostStart
public void onHostStart()
Client triggered once the host(fragment) has started.
onHostStop
public void onHostStop()
Client triggered once the host(fragment) has stopped.