Interface PlayerService.NotificationHandler

Enclosing class:
PlayerService

public static interface PlayerService.NotificationHandler
Implementation of the interface can receive notification intents from the PlayerService. Shall be installed via PlayerService.Binder.releaseToBackground(IPlayerView, int, Notification, boolean, NotificationHandler)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onIntent(Intent intent)
    Receive notification intent to handle
    void
    Release any unneeded resources
  • Method Details