Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.network/Interceptor/didComplete

didComplete

abstract fun didComplete(request: HttpRequest, result: NetworkResult)

Called when a network request is completed along with the corresponding result.

Parameters

request

The HttpRequest object representing the completed request.

result

The NetworkResult object representing the result of the request.

Generated by Dokka
(c) Tealium 2026