Package com.iplateia.sorisdk
Class SORIAudioRecognitionService.LocalBinder
-
- All Implemented Interfaces:
-
android.os.IBinder
public final class SORIAudioRecognitionService.LocalBinder extends Binder
-
-
Constructor Summary
Constructors Constructor Description SORIAudioRecognitionService.LocalBinder()
-
Method Summary
Modifier and Type Method Description final HandlergetHandler()final SORIAudioRecognitionServicegetService()final StringgetCurrentState()Returns the current state of the service. final BooleanisStartupInProgress()-
Methods inherited from class android.os.IBinder
addFrozenStateChangeCallback, removeFrozenStateChangeCallback -
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
-
getHandler
final Handler getHandler()
-
getService
final SORIAudioRecognitionService getService()
-
getCurrentState
final String getCurrentState()
Returns the current state of the service. This is used when the app reconnects to a running service.
-
isStartupInProgress
final Boolean isStartupInProgress()
-
-
-
-