OlmDecrypterImpl

class OlmDecrypterImpl(olmEncryptionService: OlmEncryptionService) : OlmDecrypter

Constructors

Link copied to clipboard
constructor(olmEncryptionService: OlmEncryptionService)

Functions

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