FirebaseDynamicLinks Framework Reference

DynamicLinkComponentsOptions

class DynamicLinkComponentsOptions : NSObject

Options class for defining how Dynamic Link URLs are generated.

  • Specifies the length of the path component of a short Dynamic Link.

    Declaration

    Swift

    var pathLength: ShortDynamicLinkPathLength { get set }
  • A method for creating the Dynamic Link components options object.

    Return Value

    Returns an object to be used with FIRDynamicLinkURLComponents to specify options related to the generation of Dynamic Link URLs.

  • A method for creating the Dynamic Link components options object.

    Declaration

    Swift

    init()

    Return Value

    Returns an object to be used with FIRDynamicLinkURLComponents to specify options related to the generation of Dynamic Link URLs.