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 : Module

    Parameters

    completion

    Called with the module instance or nil if not found.