PhoneCallLogEntryViewState

data class PhoneCallLogEntryViewState(val id: String, val phoneNumber: String, val contactName: String?, val duration: Duration)

A model representing the view state of the phone call log entry.

Constructors

Link copied to clipboard
constructor(id: String, phoneNumber: String, contactName: String?, duration: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard