deepLink
fun deepLink(enforcedSettings: (DeepLinkSettingsBuilder) -> DeepLinkSettingsBuilder? = defaultSettings()): ModuleFactory
Returns a configured ModuleFactory for enabling the DeepLink Module.
The enforcedSettings will be set for the lifetime of the Tealium instance that this ModuleFactory is loaded in, and these settings will override any that come from other local/remote sources.
Parameters
enforcedSettings
DeepLink settings that should override any from any other settings source. Pass null to initialize this module only when some Local or Remote settings are provided. Omitting this parameter will initialize the module with its default settings.