Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.transform/TransformationSettingsBuilder/setOrder

setOrder

fun setOrder(order: Int): T

Sets when this transformationId should be executed. Transformations are executed in ascending order, that is, a Transformation with order 1 will be executed before a Transformation with order 2.

Duplicate values for order should be executed in insertion order according to the settings, but should not be relied upon.

Return

this TransformationSettingsBuilder to continue configuration

Generated by Dokka
(c) Tealium 2026