Mapsted Android SDK 26.8.1
      Target filter
Search in API
Skip to content
    Mapsted Android SDK 26.8.1
android-app-template/com.mapsted.app_template.presentation.properties/PropertyHomeViewModel/PropertyHomeUiState

PropertyHomeUiState

sealed class PropertyHomeUiState

Inheritors

Loading
BuildingListLoadedSuccess
CategoriesListLoadedSuccess
PropertyInfoLoadedSuccess
EventsNewsListLoadedSuccess
Error

Types

BuildingListLoadedSuccess
Link copied to clipboard
class BuildingListLoadedSuccess(val buildingListUiState: BuildingListUiState) : PropertyHomeViewModel.PropertyHomeUiState
CategoriesListLoadedSuccess
Link copied to clipboard
class CategoriesListLoadedSuccess(val categoriesListUiState: CategoriesListUiState) : PropertyHomeViewModel.PropertyHomeUiState
Error
Link copied to clipboard
class Error(@StringRes val errorMessage: Int) : PropertyHomeViewModel.PropertyHomeUiState
EventsNewsListLoadedSuccess
Link copied to clipboard
class EventsNewsListLoadedSuccess(val eventsInfoUiState: EventsItemUiState) : PropertyHomeViewModel.PropertyHomeUiState
Loading
Link copied to clipboard
object Loading : PropertyHomeViewModel.PropertyHomeUiState
PropertyInfoLoadedSuccess
Link copied to clipboard
class PropertyInfoLoadedSuccess(val propertyInfoUiState: PropertyInfoUiState) : PropertyHomeViewModel.PropertyHomeUiState
Generated by Dokka
© 2026 Copyright