Packagecom.tuarua.firebase.dynamiclinks
Classpublic final class IosParameters
InheritanceIosParameters Inheritance Object



Public Properties
 PropertyDefined By
  appStoreId : String
Your app's App Store ID, used to send users to the App Store when the app isn't installed
IosParameters
  bundleId : String
IosParameters
  customScheme : String
Your app's custom URL scheme, if defined to be something other than your app's bundle ID
IosParameters
  fallbackUrl : String
The link to open when the app isn't installed.
IosParameters
  ipadBundleId : String
The bundle ID of the iOS app to use on iPads to open the link.
IosParameters
  ipadFallbackUrl : String
The link to open on iPads when the app isn't installed.
IosParameters
  minimumVersion : String
The version number of the minimum version of your app that can open the link.
IosParameters
Public Methods
 MethodDefined By
  
IosParameters(bundleId:String, appStoreId:String = null, customScheme:String = null, fallbackUrl:String = null, ipadBundleId:String = null, ipadFallbackUrl:String = null, minimumVersion:String = null)
IosParameters
Property Detail
appStoreIdproperty
public var appStoreId:String

Your app's App Store ID, used to send users to the App Store when the app isn't installed

bundleIdproperty 
public var bundleId:String

customSchemeproperty 
public var customScheme:String

Your app's custom URL scheme, if defined to be something other than your app's bundle ID

fallbackUrlproperty 
public var fallbackUrl:String

The link to open when the app isn't installed. Specify this to do something other than install your app from the App Store when the app isn't installed, such as open the mobile web version of the content, or display a promotional page for your app.

ipadBundleIdproperty 
public var ipadBundleId:String

The bundle ID of the iOS app to use on iPads to open the link. The app must be connected to your project from the Overview page of the Firebase console.

ipadFallbackUrlproperty 
public var ipadFallbackUrl:String

The link to open on iPads when the app isn't installed. Specify this to do something other than install your app from the App Store when the app isn't installed, such as open the web version of the content, or display a promotional page for your app.

minimumVersionproperty 
public var minimumVersion:String

The version number of the minimum version of your app that can open the link. This flag is passed to your app when it is opened, and your app must decide what to do with it.

Constructor Detail
IosParameters()Constructor
public function IosParameters(bundleId:String, appStoreId:String = null, customScheme:String = null, fallbackUrl:String = null, ipadBundleId:String = null, ipadFallbackUrl:String = null, minimumVersion:String = null)



Parameters
bundleId:String
 
appStoreId:String (default = null)
 
customScheme:String (default = null)
 
fallbackUrl:String (default = null)
 
ipadBundleId:String (default = null)
 
ipadFallbackUrl:String (default = null)
 
minimumVersion:String (default = null)