DeepLinkSettingsBuilder Class Reference
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 byDeepLinkHandler.Declaration
Swift
public func setDeepLinkTraceEnabled(_ enabled: Bool) -> Self -
Enable or disable sending deep link events. If set to
trueand deep link tracking is enabled, the handler will additionally track a deep link event on call.Declaration
Swift
public func setSendDeepLinkEvent(_ enabled: Bool) -> Self