Package com.tomtom.ivi.sdk.communications.serviceframework

This contains Protobuf data types as well as Kotlin base classes and interfaces used by the service implementations.

Types

Link copied to clipboard
interface CommunicationsClientDescriptor

Interface for providing a description of the client part of a communications service.

Link copied to clipboard
interface CommunicationsServerDescriptor

Interface for providing a description of the server part of a communications service.

Link copied to clipboard
interface CommunicationsServiceBase

Interface for communications services.

Link copied to clipboard
interface CommunicationsServiceClientFactory

Factory for client proxy CommunicationsServiceBase objects.

Link copied to clipboard
interface CommunicationsServiceHandler

Interface for service handlers.