Package live.hms.video.services
Class HMSScreenCaptureService.LocalBinder
-
- All Implemented Interfaces:
-
android.os.IBinder
public final class HMSScreenCaptureService.LocalBinder extends Binder
-
-
Field Summary
Fields Modifier and Type Field Description private final HMSScreenCaptureServiceservice
-
Constructor Summary
Constructors Constructor Description HMSScreenCaptureService.LocalBinder()
-
Method Summary
Modifier and Type Method Description final HMSScreenCaptureServicegetService()-
Methods inherited from class android.os.Binder
attachInterface, dump, dumpAsync, getInterfaceDescriptor, isBinderAlive, linkToDeath, pingBinder, queryLocalInterface, transact, unlinkToDeath -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getService
final HMSScreenCaptureService getService()
-
-
-
-