EvCheckoutController

@ExperimentalCoroutinesApi
class EvCheckoutController(    val scope: CoroutineScope,     val appStore: AppStore,     val pricingUtil: PricingUtil,     val chargingSessionUseCase: ChargingSessionUseCase,     val applicationRepository: ApplicationRepository,     observeEvDataProvider: ObserveEvDataProvider,     closeBackButtonHandler: CloseBackButtonHandler)

Constructors

Link copied to clipboard
constructor(    scope: CoroutineScope,     appStore: AppStore,     pricingUtil: PricingUtil,     chargingSessionUseCase: ChargingSessionUseCase,     applicationRepository: ApplicationRepository,     observeEvDataProvider: ObserveEvDataProvider,     closeBackButtonHandler: CloseBackButtonHandler)

Properties

Link copied to clipboard
val applicationRepository: ApplicationRepository
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope
Link copied to clipboard
val session: SharedFlow<StartSessionState>

Functions

Link copied to clipboard