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-app-template
/
com.mapsted.app_template.domain.model
/
ExpandableCategoryGroupUiState
Expandable
Category
Group
Ui
State
data
class
ExpandableCategoryGroupUiState
(
val
categories
:
LinkedHashMap
<
Category
,
MutableList
<
ExpandableCategoryGroup
>
>
?
)
Members
Constructors
Expandable
Category
Group
Ui
State
Link copied to clipboard
constructor
(
categories
:
LinkedHashMap
<
Category
,
MutableList
<
ExpandableCategoryGroup
>
>
?
)
Properties
categories
Link copied to clipboard
val
categories
:
LinkedHashMap
<
Category
,
MutableList
<
ExpandableCategoryGroup
>
>
?