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

Success

class Success(val httpResponse: HttpResponse) : NetworkResult

Success indicates a successful network request, returning the relevant HTTP response data.

Parameters

httpResponse

The HTTP response data returned for this request

See also

NetworkResult.Failure

Constructors

Success
Link copied to clipboard
constructor(httpResponse: HttpResponse)

Properties

httpResponse
Link copied to clipboard
val httpResponse: HttpResponse

Functions

toString
Link copied to clipboard
open override fun toString(): String
Generated by Dokka
(c) Tealium 2026