Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui-components
/
com.mapsted.ui_components.presentation
/
EventsViewModel
/
EventsUiState
Events
Ui
State
sealed
class
EventsUiState
Inheritors
Loading
Loaded
Error
Members
Types
Error
Link copied to clipboard
class
Error
(
val
errorMessage
:
Int
)
:
EventsViewModel.EventsUiState
Loaded
Link copied to clipboard
class
Loaded
(
val
eventsUiState
:
EventsInfoItemUiState
)
:
EventsViewModel.EventsUiState
Loading
Link copied to clipboard
object
Loading
:
EventsViewModel.EventsUiState