Package cloud.pace.sdk.appkit.communication.generated

Types

Communication
Link copied to clipboard
interface Communication

Used for receiving messages from the PWA. These methods are called when the listener is registered with the CommunicationManager.

CommunicationManager
Link copied to clipboard
data class CommunicationManager(listener: Communication, onResponse: (String) -> Unit)

The middleware between the PACE Cloud SDK and the PWA that routes the message to the correct handler and serialized/deserialized the request and response JSON correctly.

Metadata
Link copied to clipboard
object Metadata

Contains metadata of the generated API version.