Package-level declarations
Types
Link copied to clipboard
internal class PhoneCallEventRepositoryImpl(val phoneCallEventDataSource: PhoneCallEventDataSource) : PhoneCallEventRepository
A repository for phone call events.
Link copied to clipboard
internal class PhoneCallRepositoryImpl(val logger: Logger, val ongoingPhoneCallDataSource: OngoingPhoneCallDataSource, val phoneCallLogDataSource: PhoneCallLogDataSource, val contactNameDataSource: ContactNameDataSource, val phoneCallMetadataDataSource: PhoneCallMetadataDataSource) : PhoneCallRepository
A repository for managing phone calls. It handles the current phone call events, as well as the history of phone calls.
Link copied to clipboard
internal class ServerConfigurationRepositoryImpl(val serverConfigurationDataSource: ServerConfigurationDataSource) : ServerConfigurationRepository
A repository for retrieving server configuration, including host and port information.
Link copied to clipboard
internal class ServerStatusRepositoryImpl(val serverStatusDataSource: ServerStatusDataSource) : ServerStatusRepository
A repository for managing the server current status.