Package-level declarations

This package contains panel definitions and view models that can be used to build an EVCHARGING frontend.

Types

Link copied to clipboard
abstract class EvChargingModalPanelBase(frontendContext: FrontendContext, evChargingMediatorServiceApi: EvChargingMediatorServiceApi) : ModalPanel

EV Charging Modal panel that displays a common UI for different eMSPs.

Link copied to clipboard
class TtiviEvChargingMessageViewModel(val message: StringResolver?, val image: DrawableResolver? = null, val isImageAnimated: Boolean = false)

A ViewModel which can be used to populate Ev Charging modal panel with a text and/or an image.