[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-10-10 UTC."],[],[],null,["# FirebaseDynamicLinks Framework Reference\n\nShortDynamicLinkPathLength\n==========================\n\n enum ShortDynamicLinkPathLength : Int, @unchecked Sendable\n\nEnum used to define the desired path length for shortened Dynamic Link URLs.\n- `\n ``\n ``\n `\n\n ### [default](#/c:@E@FIRShortDynamicLinkPathLength@FIRShortDynamicLinkPathLengthDefault)\n\n `\n ` \n Uses the server-default for the path length. See \u003chttps://goo.gl/8yDAqC\u003e for more information. \n\n #### Declaration\n\n Swift \n\n case `default` = 0\n\n- `\n ``\n ``\n `\n\n ### [short](#/c:@E@FIRShortDynamicLinkPathLength@FIRShortDynamicLinkPathLengthShort)\n\n `\n ` \n Typical short link for non-sensitive links. \n\n #### Declaration\n\n Swift \n\n case short = 1\n\n- `\n ``\n ``\n `\n\n ### [unguessable](#/c:@E@FIRShortDynamicLinkPathLength@FIRShortDynamicLinkPathLengthUnguessable)\n\n `\n ` \n Short link with an extra long path for great difficulty in guessing. \n\n #### Declaration\n\n Swift \n\n case unguessable = 2"]]