OutgoingSecretKeyRequestEventHandler

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

Constructors

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

Functions

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