Companion

Functions

Link copied to clipboard
open fun create(config: TealiumConfig): Tealium

Creates a new Tealium instance based on the provided config.

open override fun create(config: TealiumConfig, onReady: Callback<TealiumResult<Tealium>>?): Tealium

Creates a new Tealium instance based on the provided config.

Link copied to clipboard
open fun get(config: TealiumConfig, callback: Callback<Tealium?>)

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

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

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

Link copied to clipboard
open fun shutdown(tealium: Tealium)

Shuts down the Tealium instance.

open override fun shutdown(instanceKey: String)

Shuts down the Tealium instance identified by the instanceKey