Package-level declarations

Types

Link copied to clipboard
fun interface EventCallback<T : Any>

Represents a callback for catching events data.

Link copied to clipboard
class EventDispatcher(onRemoveEntryKey: (removedKey: String) -> Unit)

Implements a list of registered event callbacks.

Link copied to clipboard
sealed class EventType<T : Any>(val channel: String, val eventType: String)

Defines the structure to register PrivMX Bridge event callbacks using PrivmxEndpoint.registerCallback.