FirebaseDynamicLinks Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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.
Return Value
Returns an object to be used with FIRDynamicLinkURLComponents to add Other Platform
parameters to a generated Dynamic Link URL.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseDynamicLinks Framework Reference\n\nDynamicLinkOtherPlatformParameters\n==================================\n\n class DynamicLinkOtherPlatformParameters : NSObject\n\nOptions class for defining other platform(s) parameters of the Dynamic Link.\nOther here means not covered by specific parameters (not iOS and not Android).\n- `\n ``\n ``\n `\n\n ### [fallbackUrl](#/c:objc(cs)FIRDynamicLinkOtherPlatformParameters(py)fallbackUrl)\n\n `\n ` \n Property defines fallback URL to navigate to when Dynamic Link is clicked on\n other platform. \n\n #### Declaration\n\n Swift \n\n var fallbackUrl: URL? { get set }\n\n- `\n ``\n ``\n `\n\n ### [+parameters](#/c:objc(cs)FIRDynamicLinkOtherPlatformParameters(cm)parameters)\n\n `\n ` \n A method for creating the Other platform parameters object. \n\n #### Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add Other Platform\n parameters to a generated Dynamic Link URL.\n- `\n ``\n ``\n `\n\n ### [init()](#/c:objc(cs)FIRDynamicLinkOtherPlatformParameters(im)init)\n\n `\n ` \n A method for creating the Other platform parameters object. \n\n #### Declaration\n\n Swift \n\n init()\n\n #### Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add Other Platform\n parameters to a generated Dynamic Link URL."]]