HomeScreenViewModel

class HomeScreenViewModel(di: DI, savedStateHandle: SavedStateHandle) : ViewModel

Constructors

Link copied to clipboard
constructor(di: DI, savedStateHandle: SavedStateHandle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val concurrencyKnown: StateFlow<Boolean>
Link copied to clipboard
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
Link copied to clipboard
fun onConnectBandChanged(band: ConnectBand)
Link copied to clipboard
fun onConnectWifi(hotSpotConfig: WifiConnectConfig)
Link copied to clipboard
fun onSetHotspotTypeToCreate(hotspotType: HotspotType)
Link copied to clipboard
fun saveConcurrencyKnown(concurrencyKnown: Boolean)
Link copied to clipboard
fun saveConcurrencySupported(concurrencySupported: Boolean)