OutgoingSecretKeyRequestEventHandler

class OutgoingSecretKeyRequestEventHandler(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, keyBackupService: KeyBackupService, keyStore: KeyStore, globalAccountDataStore: GlobalAccountDataStore, currentSyncState: CurrentSyncState, clock: Clock, driver: CryptoDriver) : EventHandler

Constructors

Link copied to clipboard
constructor(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, keyBackupService: KeyBackupService, keyStore: KeyStore, globalAccountDataStore: GlobalAccountDataStore, currentSyncState: CurrentSyncState, clock: Clock, driver: CryptoDriver)

Functions

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