PhoneCallLogViewState

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

Inheritors

Types

Link copied to clipboard

A model representing the view state of the phone call log when data is being loaded.

Link copied to clipboard
data class Success(val serverHost: String, val serverPort: Int, val entries: List<PhoneCallLogEntryViewState>) : PhoneCallLogViewState

A model representing the view state of the phone call log when data has been loaded successfully and is ready to be displayed.