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

get

open fun get(config: TealiumConfig, callback: Callback<Tealium?>)

Retrieves an existing Tealium instance, if one has already been created using its TealiumConfig.key

Parameters

config

The config that was used to create the instance

callback

The block to receive the Tealium instance on, if found.


abstract fun get(instanceKey: String, callback: Callback<Tealium?>)

Retrieves an existing Tealium instance, if one has already been created, using the given instanceKey

Parameters

instanceKey

The key that identifies the Tealium instance

callback

The block to receive the Tealium instance on, if found.

Generated by Dokka
(c) Tealium 2026