ModulesManager Class Reference
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 : ModuleParameter Description completionCalled with the module instance or nil if not found.