Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.barriers/BarrierFactory/getEnforcedSettings

getEnforcedSettings

open fun getEnforcedSettings(): DataObject

Returns some optional settings for this barrier that override any other Local or Remote settings fields.

Only the values at the specific keys returned in this DataObject will be enforced and remain constant during the life of this Barrier. Other values at other keys that are not present in this DataObject can be set by Local or Remote settings and be updated by future Remote settings refreshes during the life of this Barrier.

Return

A DataObject representing the BarrierSettings, containing some of the settings used by the Barrier that will be enforced and remain constant during the life of this Barrier.

Generated by Dokka
(c) Tealium 2026