apidocs / com.nimmsta.core.android.framework / NIMMSTAConnectionManagerService

NIMMSTAConnectionManagerService

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

Types

LocalBinder

Binder used to bind this service to android system.

inner class LocalBinder : Binder

Constructors

<init>

This class is the Android Container for the NIMMSTAConnectionManager service that manages all the connections.

NIMMSTAConnectionManagerService()

Properties

connectionManager

lateinit var connectionManager: NIMMSTAConnectionManager

Functions

onBind

fun onBind(intent: Intent?): IBinder?

onCreate

called when this service starts and checks for some state.

fun onCreate(): Unit

onDestroy

fun onDestroy(): Unit