class NIMMSTAConnectionManagerService : Service
This class is the Android Container for the NIMMSTAConnectionManager service that manages all the connections.
Author
NIMMSTA Team
Copyright
NIMMSTA GmbH & IBPG 2020
License
NIMMSTA GmbH
LocalBinder |
Binder used to bind this service to android system. inner class LocalBinder : Binder |
<init> |
This class is the Android Container for the NIMMSTAConnectionManager service that manages all the connections. NIMMSTAConnectionManagerService() |
connectionManager |
lateinit var connectionManager: NIMMSTAConnectionManager |
onBind |
fun onBind(intent: Intent?): IBinder? |
onCreate |
called when this service starts and checks for some state. fun onCreate(): Unit |
onDestroy |
fun onDestroy(): Unit |