Package-level declarations
Types
Link copied to clipboard
data class OngoingPhoneCallDomainModel(val id: String, val phoneNumber: String, val contactName: String?)
A model representing an ongoing phone call.
Link copied to clipboard
interface PhoneCallEventDomainModel
A model representing a phone call event.
Link copied to clipboard
data class PhoneCallLogEntryDomainModel(val id: String, val metadata: PhoneCallMetadataDomainModel, val startTimestamp: Instant, val endTimestamp: Instant, val phoneNumber: String, val contactName: String?)
A model representing a phone call log entry, i.e. a single phone call made or received by the user.
Link copied to clipboard
A model representing metadata of a phone call. It contains information about the number of times the phone call has been queried.
Link copied to clipboard
Link copied to clipboard
interface ServerStatusDomainModel
Link copied to clipboard
interface ServerStatusEventDomainModel