Last updated 2 years ago
This interface is used with .
onSuccess()
Copyvoid onSuccess()Called when a trip is successfully started.
void onSuccess()
Called when a trip is successfully started.
onFailure()
Copyvoid onFailure(@Nullable SdkStatus sdkStatus)Called when a trip start fails. Check the object to find out why.
void onFailure(@Nullable SdkStatus sdkStatus)
Called when a trip start fails. Check the object to find out why.
sdkStatus
An object containing the current SDK status.
SdkStatus
startTrip(Map<String, String>, TransportMode, StartTripCallback)