Package-level declarations

The main entry point of the Sudo Platform Email SDK for Android. Use the SudoEmailClient.builder() to construct an instance of the Sudo Platform Email SDK.

Types

Link copied to clipboard

Interface encapsulating a library for interacting with the Sudo Platform Email service.

Functions

Link copied to clipboard
suspend fun SudoEmailClient.subscribeToEmailMessages(id: String, onConnectionChange: (status: Subscriber.ConnectionState) -> Unit = {}, onEmailMessageChanged: (emailMessage: EmailMessage) -> Unit)

Subscribes to be notified of new and deleted EmailMessages.