core/com.tealium.prism.core.api.settings.barriers/BatchingBarrierSettingsBuilder BatchingBarrierSettingsBuilder class BatchingBarrierSettingsBuilder : BarrierSettingsBuilder<BatchingBarrierSettingsBuilder> A builder used to configure the BatchingBarrier settings. Members Constructors BatchingBarrierSettingsBuilder Link copied to clipboard constructor() Functions build Link copied to clipboard fun build(): DataObject setBatchSize Link copied to clipboard fun setBatchSize(batchSize: Int): BatchingBarrierSettingsBuilderSet the batch size for dispatches. When this number of dispatches is reached, the batch will be released. setScope Link copied to clipboard fun setScope(scope: BarrierScope): BatchingBarrierSettingsBuilderSet the scope where this barrier should be applied.