Outgoing Room Key Request Event Handler Impl
class OutgoingRoomKeyRequestEventHandlerImpl(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, accountStore: AccountStore, keyStore: KeyStore, olmCryptoStore: OlmCryptoStore, currentSyncState: CurrentSyncState, clock: Clock) : EventHandler, OutgoingRoomKeyRequestEventHandler
Constructors
Link copied to clipboard
constructor(userInfo: UserInfo, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, accountStore: AccountStore, keyStore: KeyStore, olmCryptoStore: OlmCryptoStore, currentSyncState: CurrentSyncState, clock: Clock)