retryHttpRequestConfig
The callback which can be used to manipulate the retry handling in case of failing HTTP requests.
Note
For DRM requests there is a specific behavior:
When the initial DRM License acquire request fails, this callback will be triggered.
When a DRM License renew request fails, this callback will not be triggered, as per default failed DRM renew requests will not be retried. To enable this callback for renew requests, make sure the TweaksConfig.enableDrmLicenseRenewRetry flag is set to
true.
The default value is RetryHttpRequestConfig.LinearIncreasingBackoffRetry.