FirebaseDynamicLinks Framework Reference

DynamicLinkOtherPlatformParameters

class DynamicLinkOtherPlatformParameters : NSObject

Options class for defining other platform(s) parameters of the Dynamic Link. Other here means not covered by specific parameters (not iOS and not Android).

  • Property defines fallback URL to navigate to when Dynamic Link is clicked on other platform.

    Declaration

    Swift

    var fallbackUrl: URL? { get set }
  • A method for creating the Other platform parameters object.

    Return Value

    Returns an object to be used with FIRDynamicLinkURLComponents to add Other Platform parameters to a generated Dynamic Link URL.

  • A method for creating the Other platform parameters object.

    Declaration

    Swift

    init()

    Return Value

    Returns an object to be used with FIRDynamicLinkURLComponents to add Other Platform parameters to a generated Dynamic Link URL.