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