OutdatedKeysHandler

class OutdatedKeysHandler(api: MatrixClientServerApiClient, olmCryptoStore: OlmCryptoStore, roomStore: RoomStore, roomStateStore: RoomStateStore, keyStore: KeyStore, signService: SignService, keyTrustService: KeyTrustService, currentSyncState: CurrentSyncState, userInfo: UserInfo, tm: TransactionManager) : EventHandler, LazyMemberEventHandler

Constructors

Link copied to clipboard
constructor(api: MatrixClientServerApiClient, olmCryptoStore: OlmCryptoStore, roomStore: RoomStore, roomStateStore: RoomStateStore, keyStore: KeyStore, signService: SignService, keyTrustService: KeyTrustService, currentSyncState: CurrentSyncState, userInfo: UserInfo, tm: TransactionManager)

Functions

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