Success

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.

Constructors

Link copied to clipboard
constructor(serverHost: String, serverPort: Int, entries: List<PhoneCallLogEntryViewState>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard