StopTripCallback
This interface is used with stopTrip(StopTripCallback)
.
StopTripCallback API
onSuccess()
onSuccess()
Called when an external trip is successfully stopped.
onFailure()
onFailure()
Called when a trip stop fails. Check the
SdkStatus
object to find out why.This method is also called when
stopTrip(StopTripCallback)
is called while no external trip exists. To check if there is an ongoing external trip, callisTripOngoing()
.
Parameters | |
---|---|
sdkStatus | An |
Last updated