Package com.tomtom.ivi.sdk.communications.server

This contains the CommunicationServer, which is the server side of the communications architecture. This is the entry point for the companion app side of the service oriented communications architecture.

Types

Link copied to clipboard
class CommunicationsServer(serverContext: CommunicationsServerContext) : DefaultLifecycleObserver

Server for remote communications services.

Link copied to clipboard
class CommunicationsServerContext(    val context: Context,     val lifecycleOwner: LifecycleOwner,     val communicationsServerFactory: CommunicationsServerFactory)

Provides context for a CommunicationsServer.

Link copied to clipboard
abstract class CommunicationsServerFactory(val serverDescriptor: CommunicationsServerDescriptor)

Factory for creating CommunicationsServiceBase derived service stubs.