EVCoreClient

interface EVCoreClient

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun closeStartSessionFlow()
Link copied to clipboard
abstract suspend fun confirmChargingSessionStarted(sessionId: String): Flow<Expected<MapboxEVError, ConfirmSessionResponse>>
Link copied to clipboard
abstract suspend fun getLocationById(stationId: String): Expected<MapboxEVError, EVCoreStation>
Link copied to clipboard
abstract suspend fun searchChargers(points: List<Point>, options: EvSearchOptions): List<EVCoreSearchResult>
abstract suspend fun searchChargers(latitude: Double, longitude: Double, options: EvSearchOptions): List<EVCoreSearchResult>
Link copied to clipboard
abstract suspend fun startChargingSession(locationId: String, evseId: String): Flow<Expected<MapboxEVError, SessionResponse>>