Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.misc/Environment

Environment

object Environment

Constants for the environments defined by a standard Tealium profile. Used predominantly to differentiate between settings that are not yet ready for a production app, and those which are.

Properties

DEV
Link copied to clipboard
const val DEV: String

Typically used during development when testing out iterative settings updates.

PROD
Link copied to clipboard
const val PROD: String

Typically used for production applications, where any configured settings are confirmed to be correct at the time of publication.

QA
Link copied to clipboard
const val QA: String

Typically used during testing to validate that the deployment is functioning correctly ahead of release to production.

Generated by Dokka
(c) Tealium 2026