AudioBeaconsViewModel

class AudioBeaconsViewModel @Inject constructor(val context: Context, val audioEngine: NativeAudioEngine) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(context: Context, audioEngine: NativeAudioEngine)

Types

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

Properties

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

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard