/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.dialog/GenericWebViewViewModel
GenericWebViewViewModel
\ class GenericWebViewViewModel@Injectconstructor : RxViewModel
Constructors
| GenericWebViewViewModel | @Inject constructor() |
Properties
| Name | Summary |
|---|---|
| acceptShown | val acceptShown: LiveData<Boolean> |
| title | val title: LiveData<String> |
Functions
| Name | Summary |
|---|---|
| addCloseable | open fun addCloseable(@NonNullp0: Closeable) |
| autoClear | fun <T> Observable<T>.autoClear(): Observable<T> fun Disposable.autoClear() |
| onCleared | open override fun onCleared() This method will be called when this ViewModel is no longer used and will be destroyed. |
| setAcceptShown | fun setAcceptShown(value: Boolean) |
| setTitle | fun setTitle(value: String) |