Package-level declarations
Types
The DeepLinkHandler is responsible for tracking incoming deep links, managing attribution, and handling trace parameters when present in the URL.
A Dispatcher is a specialized Module that is the destination for any Dispatches tracked through the SDK.
A ModuleFactory is responsible for creating Module implementations. This will occur during initialization of the Tealium instance, but also when new remote settings have been retrieved, if in use, and the module has since been enabled.
The ModuleManager is responsible for managing Module implementations throughout the Tealium instance lifecycle.
Exception class to denote that a particular Module implementation was attempted to be used, but was unavailable, either due to being disabled or not available.
A ModuleProxy is to be used for proxying access to modules that are or were available to access from the main Tealium implementation.