TermsAndConditionsUiState

data class TermsAndConditionsUiState(val isConnected: Boolean = false, val isDeclined: Boolean = false) : UiState

Terms And Conditions Ui State

Constructors

Link copied to clipboard
constructor(isConnected: Boolean = false, isDeclined: Boolean = false)

Properties

Link copied to clipboard
val isConnected: Boolean = false

Boolean flag indicating if the call is connected, true if connected, false otherwise

Link copied to clipboard
val isDeclined: Boolean = false

Boolean flag indicating if the call has been declined, true if declined, false otherwise