AudioBeaconsUiState

data class AudioBeaconsUiState(val beaconTypes: List<String> = emptyList(), val selectedBeacon: String? = null)

Constructors

Link copied to clipboard
constructor(beaconTypes: List<String> = emptyList(), selectedBeacon: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val selectedBeacon: String? = null