-
public final class NIMMSTAIntentReceiver extends BroadcastReceiver
The NIMMSTAIntentReceiver handles all incoming intent from the NIMMSTA App
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNIMMSTAIntentReceiver.Companion
-
Field Summary
Fields Modifier and Type Field Description private Function0<Unit>onServiceStarted
-
Constructor Summary
Constructors Constructor Description NIMMSTAIntentReceiver(NIMMSTAService service)
-
Method Summary
Modifier and Type Method Description final Function0<Unit>getOnServiceStarted()final UnitsetOnServiceStarted(Function0<Unit> onServiceStarted)UnitonReceive(Context context, Intent intent)Gets called when a intent is received from the NIMMSTA App -
Methods inherited from class com.nimmsta.intent_library.NIMMSTAIntentReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, getSentFromPackage, getSentFromUid, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NIMMSTAIntentReceiver
NIMMSTAIntentReceiver(NIMMSTAService service)
-
-
Method Detail
-
getOnServiceStarted
final Function0<Unit> getOnServiceStarted()
-
setOnServiceStarted
final Unit setOnServiceStarted(Function0<Unit> onServiceStarted)
-
-
-
-