InstanceManager
interface InstanceManager
An InstanceManager has methods to manage the starting and stopping of multiple Tealium instances
Only a single instance per Tealium Account-Profile can be running at any given time. Therefore calling create with a TealiumConfig for the same account and profile combination will return a Tealium for interacting with an existing instance.
Inheritors
Functions
Link copied to clipboard
abstract fun create(config: TealiumConfig, onReady: Callback<TealiumResult<Tealium>>? = null): Tealium
Link copied to clipboard
Retrieves an existing Tealium instance, if one has already been created using its TealiumConfig.key
Retrieves an existing Tealium instance, if one has already been created, using the given instanceKey