From e4f4484c3dc96af07a012a74f06efe265a3c0234 Mon Sep 17 00:00:00 2001 From: Jax DesMarais-Leder Date: Mon, 5 Aug 2024 10:27:16 -0500 Subject: [PATCH] Update Sources/BraintreeCore/Analytics/LinkType.swift Co-authored-by: scannillo <35243507+scannillo@users.noreply.github.com> --- Sources/BraintreeCore/Analytics/LinkType.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/BraintreeCore/Analytics/LinkType.swift b/Sources/BraintreeCore/Analytics/LinkType.swift index 5bbaac50d4..0fb70292ce 100644 --- a/Sources/BraintreeCore/Analytics/LinkType.swift +++ b/Sources/BraintreeCore/Analytics/LinkType.swift @@ -1,5 +1,6 @@ /// Used to describe the link type for analytics /// :nodoc: This class is exposed for internal Braintree use only. Do not use. It is not covered by Semantic Versioning and may change or be removed at any time. +@_documentation(visibility: private) public enum LinkType: String { case universal case deeplink