OlmDecrypter

interface OlmDecrypter

Inheritors

Functions

Link copied to clipboard
abstract suspend fun handleOlmEvent(event: ClientEvent.ToDeviceEvent<EncryptedEventContent.OlmEncryptedEventContent>)
Link copied to clipboard
abstract fun subscribe(eventSubscriber: DecryptedOlmEventSubscriber): Unsubscriber