FirebaseDynamicLinks Framework Reference

ShortDynamicLinkPathLength

enum ShortDynamicLinkPathLength : Int, @unchecked Sendable

Enum used to define the desired path length for shortened Dynamic Link URLs.

  • Uses the server-default for the path length. See https://goo.gl/8yDAqC for more information.

    Declaration

    Swift

    case `default` = 0
  • Typical short link for non-sensitive links.

    Declaration

    Swift

    case short = 1
  • Short link with an extra long path for great difficulty in guessing.

    Declaration

    Swift

    case unguessable = 2