core/com.tealium.prism.core.api.network/Interceptor Interceptor interface InterceptorInterface for intercepting network requests and responses. Members Functions didComplete Link copied to clipboard abstract fun didComplete(request: HttpRequest, result: NetworkResult)Called when a network request is completed along with the corresponding result. shouldRetry Link copied to clipboard abstract fun shouldRetry(request: HttpRequest, result: NetworkResult, retryCount: Int): RetryPolicyDetermines if a network request should be retried based on the provided parameters.