Package cloud. pace. sdk. appkit. communication. generated
Types
Communication
Link copied to clipboard
interface Communication
Content copied to clipboard
Used for receiving messages from the PWA. These methods are called when the listener is registered with the CommunicationManager.
Communication Manager
Link copied to clipboard
data class CommunicationManager(listener: Communication, onResponse: (String) -> Unit)
Content copied to clipboard
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.