Packagecom.tuarua.firebase.dynamiclinks
Classpublic final class AndroidParameters
InheritanceAndroidParameters Inheritance Object



Public Properties
 PropertyDefined By
  fallbackUrl : String
The link to open when the app isn't installed.
AndroidParameters
  minimumVersion : int = 19
The versionCode of the minimum version of your app that can open the link.
AndroidParameters
  packageName : String
AndroidParameters
Public Methods
 MethodDefined By
  
AndroidParameters(packageName:String = null, fallbackUrl:String = null, minimumVersion:int = 0)
AndroidParameters
Property Detail
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 Play 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.

minimumVersionproperty 
public var minimumVersion:int = 19

The versionCode of the minimum version of your app that can open the link. If the installed app is an older version, the user is taken to the Play Store to upgrade the app.

packageNameproperty 
public var packageName:String

Constructor Detail
AndroidParameters()Constructor
public function AndroidParameters(packageName:String = null, fallbackUrl:String = null, minimumVersion:int = 0)



Parameters
packageName:String (default = null)
 
fallbackUrl:String (default = null)
 
minimumVersion:int (default = 0)