toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-ev-core
/
com.mapbox.ev.core.httpclient.domain.usecase
/
ChargingSessionUseCase
Charging
Session
Use
Case
class
ChargingSessionUseCase
(
evCoreClient
:
EVCoreClient
)
Members
Constructors
Charging
Session
Use
Case
Link copied to clipboard
constructor
(
evCoreClient
:
EVCoreClient
)
Functions
close
Confirm
Session
Flow
Link copied to clipboard
fun
closeConfirmSessionFlow
(
)
close
Start
Session
Flow
Link copied to clipboard
fun
closeStartSessionFlow
(
)
confirm
Session
Start
Link copied to clipboard
suspend
fun
confirmSessionStart
(
)
:
Flow
<
ChargerUnlockingState
>
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
locationId
:
String
,
portId
:
String
)
:
Flow
<
StartSessionState
>