Package-level declarations

Types

Link copied to clipboard
class AudioBeaconsViewModel @Inject constructor(val context: Context, val audioEngine: NativeAudioEngine) : ViewModel
Link copied to clipboard
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioBeaconsViewModel_Factory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioBeaconsViewModel_Factory : Factory<T>
Link copied to clipboard
@Generated(value = "dagger.hilt.android.processor.internal.viewmodel.ViewModelProcessor")
class AudioBeaconsViewModel_HiltModules
@Generated(value = "dagger.hilt.android.processor.internal.viewmodel.ViewModelProcessor")
class AudioBeaconsViewModel_HiltModules
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioBeaconsViewModel_HiltModules_KeyModule_ProvideFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioBeaconsViewModel_HiltModules_KeyModule_ProvideFactory : Factory<T>
Link copied to clipboard

Functions

Link copied to clipboard
fun AudioBeaconItem(text: String, isSelected: Boolean, onSelect: () -> Unit, foregroundColor: Color)
Link copied to clipboard
@Preview(device = "spec:parent=pixel_5,orientation=landscape")
fun AudioBeaconPreview()
Link copied to clipboard
fun AudioBeacons(beacons: List<String>, onBeaconSelected: (String) -> Unit, selectedBeacon: String?, onContinue: () -> Unit)
Link copied to clipboard
fun AudioBeaconsScreen(onNavigate: () -> Unit, viewModel: AudioBeaconsViewModel = hiltViewModel())
Link copied to clipboard
fun getBeaconResourceId(beaconName: String): Int