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.presentation.adapter
/
ExploreAdapter
/
ExpandableGroupData
Expandable
Group
Data
class
ExpandableGroupData
(
val
searchEntity
:
ISearchable
,
items
:
List
<
ExploreAdapter.BuildingInfoData
?
>
?
)
:
ExpandableGroup
<
ExploreAdapter.BuildingInfoData
?
>
Members
Constructors
Expandable
Group
Data
Link copied to clipboard
constructor
(
searchEntity
:
ISearchable
,
items
:
List
<
ExploreAdapter.BuildingInfoData
?
>
?
)
Properties
item
Count
Link copied to clipboard
open
override
val
itemCount
:
Int
items
Link copied to clipboard
open
override
val
items
:
List
<
ExploreAdapter.BuildingInfoData
?
>
?
search
Entity
Link copied to clipboard
val
searchEntity
:
ISearchable
title
Link copied to clipboard
open
override
val
title
:
String
?
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
get
Items
Link copied to clipboard
open
fun
getItems
(
)
:
List
<
ExploreAdapter.BuildingInfoData
?
>
?
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)