FareListViewModel

class FareListViewModel(exceptionHandler: ExceptionHandler, ryderId: String, getFaresByIdUseCase: GetFaresByIdUseCase) : ViewModel, ContainerHost<FareListState, FareListEffect>

Constructors

Link copied to clipboard
constructor(exceptionHandler: ExceptionHandler, ryderId: String, getFaresByIdUseCase: GetFaresByIdUseCase)

Properties

Link copied to clipboard
open override val container: Container<FareListState, FareListEffect>

Functions

Link copied to clipboard
Link copied to clipboard
fun onFareClick(fare: FareModel): Job