VehicleListViewModel

class VehicleListViewModel : ViewModel

VehicleListViewModel is used to handle the operation which are used to manage VehicleListFragment.

Created at: December 25, 2021

Author

Darshan Bhanushali

Constructors

Link copied to clipboard
fun VehicleListViewModel()

Functions

Link copied to clipboard
fun filterList(context: Context, fleetTypeStr: String?, headingDirection: String?)

This method is used to filter the vehicle List based on Fleet Type & Heading Direction

Link copied to clipboard
fun setVehicleList(dataBody: String)

This method is used to the data to vehicleList parameter

Properties

Link copied to clipboard
val filteredVehicleList: MutableLiveData<MutableList<Vehicle>>
Link copied to clipboard
val vehicleList: MutableLiveData<MutableList<Vehicle>>