FirebaseDynamicLinks Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
@interface FIRDynamicLinkOtherPlatformParameters : 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
Objective-C
@property (nonatomic, nullable) NSURL *fallbackUrl;
-
A method for creating the Other platform parameters object.
Declaration
Objective-C
+ (nonnull instancetype)parameters;
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
Objective-C
- (nonnull instancetype)init;
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,["FIRDynamicLinkOtherPlatformParameters \n\n\n @interface FIRDynamicLinkOtherPlatformParameters : 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 Property defines fallback URL to navigate to when Dynamic Link is clicked on\n other platform. \n\n Declaration \n Objective-C \n\n @property (nonatomic, nullable) NSURL *fallbackUrl;\n\n- `\n ``\n ``\n `\n\n [+parameters](#/c:objc(cs)FIRDynamicLinkOtherPlatformParameters(cm)parameters)`\n ` \n A method for creating the Other platform parameters object. \n\n Declaration \n Objective-C \n\n + (nonnull instancetype)parameters;\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 A method for creating the Other platform parameters object. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)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."]]