-
- All Implemented Interfaces:
-
android.os.IBinder
public final class NIMMSTAService.ServiceBinder extends Binder
Class for clients to access the service when bound
-
-
Field Summary
Fields Modifier and Type Field Description private final NIMMSTAServiceservice
-
Constructor Summary
Constructors Constructor Description NIMMSTAService.ServiceBinder()
-
Method Summary
Modifier and Type Method Description final NIMMSTAServicegetService()-
Methods inherited from class com.nimmsta.intent_library.NIMMSTAService.ServiceBinder
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
-
-
Method Detail
-
getService
final NIMMSTAService getService()
-
-
-
-