ReplanningRetryPolicy
public protocol ReplanningRetryPolicy
Specifies how to handle requests which failed during replanning of a Route.
-
Calculates a delay between each of the retries.
Declaration
Swift
func calculateRetryDelay(forAttempt attempt: Int) -> DispatchTimeIntervalParameters
attemptAttempt number.
Return Value
Delay for retry attempt.
TomTom SDK for iOS (0.53.1)
ReplanningRetryPolicy