DeepLinkSettingsBuilder

public class DeepLinkSettingsBuilder : CollectorSettingsBuilder

A builder used to enforce some of the DeepLinkModuleConfiguration settings.

  • Enable or disable using trace from deep links.

    When this is enabled, using the camera to scan the QR code from the QR Trace tool will automatically join the trace. If set to false, trace actions (join, leave, force end of visit) cannot be fired by DeepLinkHandler.

    Declaration

    Swift

    public func setDeepLinkTraceEnabled(_ enabled: Bool) -> Self
  • Enable or disable sending deep link events. If set to true and deep link tracking is enabled, the handler will additionally track a deep link event on call.

    Declaration

    Swift

    public func setSendDeepLinkEvent(_ enabled: Bool) -> Self