/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.search/SearchProviderSuggestionViewModel
SearchProviderSuggestionViewModel
\ class SearchProviderSuggestionViewModel(context: Context, suggestion: SearchSuggestion, val term: String? = null) : FixedSuggestionViewModel
Constructors
SearchProviderSuggestionViewModel | constructor(context: Context, suggestion: SearchSuggestion, term: String? = null) |
Properties
Name | Summary |
---|---|
icon | val icon: ObservableField<Drawable?> |
id | val id: Any |
onInfoClicked | open override val onInfoClicked: TapAction<SuggestionViewModel> |
onItemClicked | open override val onItemClicked: TapAction<SuggestionViewModel> |
onSuggestionActionClicked | open override val onSuggestionActionClicked: TapAction<SuggestionViewModel> |
showInfoIcon | open override val showInfoIcon: Boolean |
showTimetableIcon | open val showTimetableIcon: Boolean = false |
subtitle | open override val subtitle: String? |
subtitleTextColor | val subtitleTextColor: Int |
suggestion | val suggestion: SearchSuggestion |
term | val term: String? = null |
title | open override val title: String |
titleTextColor | val titleTextColor: Int |