FIRDynamicLinkOtherPlatformParameters
@interface FIRDynamicLinkOtherPlatformParameters : NSObjectOptions 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. DeclarationObjective-C @property (nonatomic, nullable) NSURL *fallbackUrl;
- 
                  
                  A method for creating the Other platform parameters object. DeclarationObjective-C + (nonnull instancetype)parameters;Return ValueReturns 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. DeclarationObjective-C - (nonnull instancetype)init;Return ValueReturns an object to be used with FIRDynamicLinkURLComponents to add Other Platform parameters to a generated Dynamic Link URL.