KeySearchUiState

data class KeySearchUiState(val query: String = "", val hits: List<KeyserverHit> = emptyList(), val error: String? = null, val status: String? = null, val isBusy: Boolean = false)

Immutable UI state for the keyserver search screen.

Constructors

Link copied to clipboard
constructor(query: String = "", hits: List<KeyserverHit> = emptyList(), error: String? = null, status: String? = null, isBusy: Boolean = false)

Properties

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