HostCallback
abstract class HostCallback
kotlin.Any | |
↳ | androidx.leanback.media.PlaybackGlueHost.HostCallback |
Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface.
Summary
Public constructors | |
---|---|
<init>() Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface. |
Public methods | |
---|---|
open Unit |
Client triggered once the host(fragment) has been destroyed. |
open Unit |
Client triggered once the host(fragment) has paused. |
open Unit |
Client triggered once the host(fragment) has resumed. |
open Unit |
Client triggered once the host(fragment) has started. |
open Unit |
Client triggered once the host(fragment) has stopped. |
Public constructors
<init>
HostCallback()
Callbacks triggered by the host(e.g. fragment) hosting the video controls/surface.
See Also
Public methods
onHostDestroy
open fun onHostDestroy(): Unit
Client triggered once the host(fragment) has been destroyed.