Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.settings/CoreSettingsBuilder/setMaxQueueSize

setMaxQueueSize

fun setMaxQueueSize(queueSize: Int): CoreSettingsBuilder

Sets the maximum queue size to maintain when the SDK is unable to fully process events. e.g. where connectivity may be unavailable for extended periods, events will be queued until they can be processed safely.

After the queueSize is reached, queued events will be evicted on an oldest-first basis.

Default: 100

Parameters

queueSize

The maximum number of events to hold the queue

Generated by Dokka
(c) Tealium 2026