Package-level declarations
Types
Link copied to clipboard
class ClientOlmEncryptionServiceRequestHandler(api: MatrixClientServerApiClient) : OlmEncryptionServiceRequestHandler
Link copied to clipboard
class ClientOlmEventHandlerRequestHandler(api: MatrixClientServerApiClient) : OlmEventHandlerRequestHandler
Link copied to clipboard
Link copied to clipboard
class ClientOlmStore(accountStore: AccountStore, olmCryptoStore: OlmCryptoStore, keyStore: KeyStore, roomStore: RoomStore, roomStateStore: RoomStateStore, userService: UserService) : OlmStore
Link copied to clipboard
class ClientSignServiceStore(olmCryptoStore: OlmCryptoStore, accountStore: AccountStore) : SignServiceStore
Link copied to clipboard
interface PossiblyEncryptEvent
Link copied to clipboard
class PossiblyEncryptEventImpl(roomStore: RoomStore, roomStateStore: RoomStateStore, olmEncryptionService: OlmEncryptionService, userService: UserService) : PossiblyEncryptEvent