Package | com.tuarua.firebase.dynamiclinks |
Class | public final class IosParameters |
Inheritance | IosParameters ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
IosParameters(bundleId:String, appStoreId:String = null, customScheme:String = null, fallbackUrl:String = null, ipadBundleId:String = null, ipadFallbackUrl:String = null, minimumVersion:String = null) | IosParameters |
appStoreId | property |
public var appStoreId:String
Your app's App Store ID, used to send users to the App Store when the app isn't installed
bundleId | property |
public var bundleId:String
customScheme | property |
public var customScheme:String
Your app's custom URL scheme, if defined to be something other than your app's bundle ID
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 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.
ipadBundleId | property |
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.
ipadFallbackUrl | property |
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.
minimumVersion | property |
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.
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)
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 )
|