Package-level declarations

Types

Link copied to clipboard

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

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.

Properties

Link copied to clipboard
private const val TAG: String