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

HttpValue

data class HttpValue<T>(val value: T, val httpResponse: HttpResponse)

Data class for holding a generic value along with the HttpResponse

Parameters

value

the value generated from the httpResponse

httpResponse

The full http response

Constructors

HttpValue
Link copied to clipboard
constructor(value: T, httpResponse: HttpResponse)

Properties

httpResponse
Link copied to clipboard
val httpResponse: HttpResponse
value
Link copied to clipboard
val value: T
Generated by Dokka
(c) Tealium 2026