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
/
com.mapsted.ui.search
/
SearchViewModel
/
SearchUiState
/
SearchResultAppendUiStateOnData
Search
Result
Append
Ui
State
On
Data
data
class
SearchResultAppendUiStateOnData
(
val
searchItems
:
List
<
SearchResultItem
>
,
val
searchQuery
:
String
,
val
searchScope
:
SearchScope
)
:
SearchViewModel.SearchUiState
Members
Constructors
Search
Result
Append
Ui
State
On
Data
Link copied to clipboard
constructor
(
searchItems
:
List
<
SearchResultItem
>
,
searchQuery
:
String
,
searchScope
:
SearchScope
)
Properties
search
Items
Link copied to clipboard
val
searchItems
:
List
<
SearchResultItem
>
search
Query
Link copied to clipboard
val
searchQuery
:
String
search
Scope
Link copied to clipboard
val
searchScope
:
SearchScope