For the complete documentation index, see llms.txt. This page is also available as Markdown.

TripTimeoutListener

This interface is used with setTripTimeoutListener(TripTimeoutListener).

TripTimeoutListener API

onTripTimeout()

void onTripTimeout()

Called when a trip has exceeded the maximum duration.

This is only used when triggered trips is enabled in the SdkConfig.

Last updated