MLSWelcomeEventHandlerImpl

internal class MLSWelcomeEventHandlerImpl(val mlsClientProvider: MLSClientProvider, val conversationRepository: ConversationRepository, val oneOnOneResolver: OneOnOneResolver, val refillKeyPackages: RefillKeyPackagesUseCase, val revocationListChecker: RevocationListChecker, certificateRevocationListRepository: CertificateRevocationListRepository) : MLSWelcomeEventHandler

Constructors

Link copied to clipboard
constructor(mlsClientProvider: MLSClientProvider, conversationRepository: ConversationRepository, oneOnOneResolver: OneOnOneResolver, refillKeyPackages: RefillKeyPackagesUseCase, revocationListChecker: RevocationListChecker, certificateRevocationListRepository: CertificateRevocationListRepository)

Functions

Link copied to clipboard
open suspend override fun handle(event: Event.Conversation.MLSWelcome): Either<CoreFailure, Unit>