Package | com.tuarua.firebase.dynamiclinks |
Class | public final class AndroidParameters |
Inheritance | AndroidParameters ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
AndroidParameters(packageName:String = null, fallbackUrl:String = null, minimumVersion:int = 0) | AndroidParameters |
fallbackUrl | property |
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.
minimumVersion | property |
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.
packageName | property |
public var packageName:String
AndroidParameters | () | Constructor |
public function AndroidParameters(packageName:String = null, fallbackUrl:String = null, minimumVersion:int = 0)
packageName:String (default = null )
| |
fallbackUrl:String (default = null )
| |
minimumVersion:int (default = 0 )
|