Package-level declarations
Types
Link copied to clipboard
data class OngoingPhoneCallDataModel(val id: String, val startTimestamp: Instant, val phoneNumber: String)
A model representing an ongoing phone call.
Link copied to clipboard
interface PhoneCallEventDataModel
A model representing a phone call event.
Link copied to clipboard
data class PhoneCallLogEntryDataModel(val id: String, val startTimestamp: Instant, val endTimestamp: Instant, val phoneNumber: 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 ServerStatusDataModel