SyncMeetingsUseCaseImpl

internal class SyncMeetingsUseCaseImpl(meetingRepository: MeetingRepository, isMeetingsEnabledUseCase: IsMeetingsEnabledUseCase, transactionProvider: CryptoTransactionProvider) : SyncMeetingsUseCase

This use case will sync against the backend the meetings of the current user.

Constructors

Link copied to clipboard
constructor(meetingRepository: MeetingRepository, isMeetingsEnabledUseCase: IsMeetingsEnabledUseCase, transactionProvider: CryptoTransactionProvider)

Functions

Link copied to clipboard
open suspend operator override fun invoke(): <Error class: unknown class><<Error class: unknown class>, Unit>
Link copied to clipboard
open suspend override fun isEnabled(): Boolean