OlmDecrypter

interface OlmDecrypter

Inheritors

Functions

Link copied to clipboard
abstract suspend fun handleOlmEvents(events: List<ClientEvent.ToDeviceEvent<EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent>>)
Link copied to clipboard
abstract fun subscribe(eventSubscriber: DecryptedOlmEventSubscriber): Unsubscriber