Package-level declarations

The main entry point of the Sudo Platform Decentralized Identity Relay SDK for Android. Use the SudoDIRelayClient.builder() to construct an instance of the Sudo Platform Decentralized Identity Relay SDK.

Types

Link copied to clipboard

Interface encapsulating a library for interacting with the Sudo Platform Decentralized Identity Relay service.

Functions

Link copied to clipboard
suspend fun SudoDIRelayClient.subscribeToRelayEvents(subscriberId: String, onConnectionChange: (status: Subscriber.ConnectionState) -> Unit = {}, messageCreated: (relayMessage: Message) -> Unit)

Subscribes to be notified of incoming messages.