Package-level declarations

Barriers definition

Types

Link copied to clipboard
interface Barrier

Defines a utility that can influence whether or not it is safe to continue processing events for any Dispatcher implementations that may rely on this Barrier.

Link copied to clipboard
interface BarrierFactory

The BarrierFactory is responsible for creating new ConfigurableBarrier instances.

Link copied to clipboard

The BarrierRegistrar is responsible for registering and unregistering additional Barriers outside of those provided by the main SDK settings.

Link copied to clipboard
object Barriers

Utility object for getting built-in BarrierFactory objects when configuring the Tealium instance.

Link copied to clipboard

The BarrierScope defines the available scopes that can be assigned to a Barrier via a BarrierSettings

Link copied to clipboard

The defined states that a Barrier implementation can have at any given time.

Link copied to clipboard

The ConfigurableBarrier is a specialist Barrier implementation that supports updated configuration at runtime.