Package-level declarations

Types

Link copied to clipboard

This use case observes and returns a flow of paginated meeting occurrences.

internal class GetPaginatedMeetingOccurrencesUseCaseImpl(dispatcher: <Error class: unknown class>, meetingRepository: MeetingRepository) : GetPaginatedMeetingOccurrencesUseCase
Link copied to clipboard
class MeetingScope(dispatcher: <Error class: unknown class>, meetingRepository: MeetingRepository)
Link copied to clipboard

Use case for observing a meeting occurrence by its ID.

Link copied to clipboard
internal class ObserveMeetingOccurrenceUseCaseImpl(dispatcher: <Error class: unknown class>, meetingRepository: MeetingRepository) : ObserveMeetingOccurrenceUseCase
Link copied to clipboard
internal interface SyncMeetingsUseCase
Link copied to clipboard
internal class SyncMeetingsUseCaseImpl(meetingRepository: MeetingRepository, userRepository: UserRepository, featureSupport: FeatureSupport, transactionProvider: CryptoTransactionProvider) : SyncMeetingsUseCase

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