-
Initializes the module with a
TealiumContextand this module’s specific configuration.Declaration
Swift
init?(context: TealiumContext, moduleConfiguration: DataObject)Parameters
contextThe
TealiumContextshared among all the modulesmoduleConfigurationThe
DataObjectcontaining the configuration for this specific module. It should be empty if the module uses no configuration.
View on GitHub