Interface PlayerViewLifecycleDelegate.LifecycleListener

All Known Implementing Classes:
MultiControllerPlaylist, PlaylistController
Enclosing class:
PlayerViewLifecycleDelegate

public static interface PlayerViewLifecycleDelegate.LifecycleListener
Callback to receive delegated Lifecycle events. Exposes hook points to add extra logic dependant on the lifecycle.
  • Method Details

    • onPostStart

      void onPostStart()
    • onPostResume

      void onPostResume(@NonNull PlayerController playerController)
    • onBeforeRelease

      void onBeforeRelease(boolean backgroundPlayback)
    • onPostRelease

      void onPostRelease(boolean backgroundPlayback)
    • onPostDestroy

      void onPostDestroy()