ChooseBuildingViewModel

class ChooseBuildingViewModel(coreApi: CoreApi?, dispatcher: CoroutineDispatcher = Dispatchers.IO) : ViewModel

Constructors

Link copied to clipboard
constructor(coreApi: CoreApi?, dispatcher: CoroutineDispatcher = Dispatchers.IO)

Types

Link copied to clipboard
sealed class UiState

Properties

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
fun loadBuildings(propertyId: Int, app: Application?)