FunctionRef

A reference to a child function within a SEQUENTIAL_EXECUTOR function.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the child function to execute in this step.

Link copied to clipboard

An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately before running the step, using the accumulated state at that point in the sequence. If the expression evaluates to false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.

Functions

Link copied to clipboard
inline fun copy(block: FunctionRef.Builder.() -> Unit = {}): FunctionRef
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String