Tealium Reference
-
The main class for the Tealium SDK.
This class provides the primary interface for interacting with the Tealium SDK. It handles initialization, tracking events, managing visitor IDs, and accessing various modules like data layer, deep linking, and tracing.
See moreDeclaration
Swift
public class Tealium -
Declaration
Swift
public enum TealiumError : ErrorEnum, ErrorWrapping -
A class that creates and stores all the created
Tealiuminstances and reuse all of its dependencies when a new instance is created with the sameaccountandprofile.All references to created
See moreTealiuminstances are kept weak so that an app that removes all their references to aTealiuminstance will automatically deallocate that instance.Declaration
Swift
public class TealiumInstanceManager -
Describes all the available configurable settings that control behavior of core SDK functionality. All settings available on this object are able to be set from remote, local and programmatic sources.
See moreDeclaration
Swift
public struct CoreSettings : Equatable -
A builder used to enforce some of the
See moreCoreSettings.Declaration
Swift
public class CoreSettingsBuilder