Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api/InstanceManager/shutdown

shutdown

open fun shutdown(tealium: Tealium)

Shuts down the Tealium instance.

After calling this method, no further input will be processed and future method calls to the tealium instance will fail.

Parameters

tealium

The Tealium instance to shutdown.


abstract fun shutdown(instanceKey: String)

Shuts down the Tealium instance identified by the instanceKey

After calling this method, no further input will be processed and future method calls to the Tealium instance will fail.

Parameters

instanceKey

The key of the Tealium instance to shutdown.

See also

Tealium.key
TealiumConfig.key
Generated by Dokka
(c) Tealium 2026