FirebaseDynamicLinks Framework Reference

FIRDynamicLinkComponentsOptions


@interface FIRDynamicLinkComponentsOptions : NSObject

Options class for defining how Dynamic Link URLs are generated.

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

    Declaration

    Objective-C

    @property (nonatomic) FIRShortDynamicLinkPathLength pathLength;
  • A method for creating the Dynamic Link components options object.

    Declaration

    Objective-C

    + (nonnull instancetype)options;

    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

    Objective-C

    - (nonnull instancetype)init;

    Return Value

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