ModulesManager
public class ModulesManager
Manages the lifecycle and configuration of modules within the Tealium SDK.
-
Asynchronously retrieves a module of the specified type.
Declaration
Swift
public func getModule<T>(completion: @escaping (T?) -> Void) where T : ModuleParameters
completionCalled with the module instance or nil if not found.
View on GitHub