StopTripCallback
void onSuccess()Called when an external trip is successfully stopped.
void onFailure(@Nullable SdkStatus sdkStatus)This method is also called whenstopTrip(StopTripCallback)
is called while no external trip exists. To check if there is an ongoing external trip, callisTripOngoing()
.
Parameters | |
sdkStatus |
Last modified 10mo ago