CallInfoUiState

data class CallInfoUiState(val callStateUi: CallStateUi? = null, val displayNames: ImmutableList<String> = ImmutableList(), val displayState: TextRef? = null) : UiState

Constructors

Link copied to clipboard
constructor(callStateUi: CallStateUi? = null, displayNames: ImmutableList<String> = ImmutableList(), displayState: TextRef? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val displayState: TextRef? = null