IncomingRoomKeyRequestEventHandler

class IncomingRoomKeyRequestEventHandler(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, olmEncryptionService: OlmEncryptionService, accountStore: AccountStore, keyStore: KeyStore, olmStore: OlmCryptoStore, driver: CryptoDriver) : EventHandler

Constructors

Link copied to clipboard
constructor(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, olmEncryptionService: OlmEncryptionService, accountStore: AccountStore, keyStore: KeyStore, olmStore: OlmCryptoStore, driver: CryptoDriver)

Functions

Link copied to clipboard
open override fun startInCoroutineScope(scope: CoroutineScope)