Package-level declarations
Types
Link copied to clipboard
interface GetPaginatedMeetingOccurrencesUseCase
This use case observes and returns a flow of paginated meeting occurrences.
Link copied to clipboard
internal class GetPaginatedMeetingOccurrencesUseCaseImpl(dispatcher: <Error class: unknown class>, meetingRepository: MeetingRepository) : GetPaginatedMeetingOccurrencesUseCase
Link copied to clipboard
Link copied to clipboard
interface ObserveMeetingOccurrenceUseCase
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
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.