-
- All Implemented Interfaces:
-
android.os.IBinder
public final class MediaPlaybackService.Binder extends Binder
The binder to connect to the MediaPlaybackService.
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaPlaybackService
service
-
Constructor Summary
Constructors Constructor Description MediaPlaybackService.Binder(MediaPlaybackService service)
-
Method Summary
Modifier and Type Method Description final MediaPlaybackService
getService()
Get the instance of the service. -
Methods inherited from class com.brightcove.playback.notification.MediaPlaybackService.Binder
attachInterface, dump, dump, dumpAsync, getInterfaceDescriptor, isBinderAlive, linkToDeath, onTransact, pingBinder, queryLocalInterface, transact, unlinkToDeath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MediaPlaybackService.Binder
MediaPlaybackService.Binder(MediaPlaybackService service)
-
-
Method Detail
-
getService
final MediaPlaybackService getService()
Get the instance of the service.
-
-
-
-