tripkit-android / com.skedgo.tripkit.ui.search / LocationSearchErrorViewModel

LocationSearchErrorViewModel

class LocationSearchErrorViewModel

Constructors

Name Summary
<init> LocationSearchErrorViewModel(context: Context)

Properties

Name Summary
actionText val actionText: ObservableField<String>
chooseOnMapObservable val chooseOnMapObservable: Observable<Unit>
context val context: Context
iconSrc val iconSrc: ObservableField<Drawable>
retryObservable val retryObservable: Observable<Unit>
title val title: ObservableField<String>

Functions

Name Summary
performAction fun performAction():Unit
updateError fun updateError(errorType:SearchErrorType?):Unit