Package | com.myflashlab.air.extensions.firebase.dynamicLinks |
Class | public class IosParams |
Inheritance | IosParams Object |
Property | Defined By | ||
---|---|---|---|
ibi : String
The bundle ID of the iOS app to use to open the link. | IosParams | ||
ifl : String
The link to open when the app isn't installed. | IosParams | ||
imv : String
The version number of the minimum version of your app that can open the link. | IosParams | ||
ipbi : String
The bundle ID of the iOS app to use on iPads to open the link. | IosParams | ||
ipfl : String
The link to open on iPads when the app isn't installed. | IosParams | ||
isi : String
Your app's App Store ID, used to send users to the App Store when the app isn't installed
| IosParams | ||
ius : String
Your app's custom URL scheme, if defined to be something other than your app's bundle ID
| IosParams |
Method | Defined By | ||
---|---|---|---|
IosParams |
ibi | property |
public var ibi:String
The bundle ID of the iOS app to use to open the link. The app must be connected to your project from the Overview page of the Firebase console. Required for the Dynamic Link to open an iOS app.
ifl | property |
public var ifl: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.
imv | property |
public var imv: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.
ipbi | property |
public var ipbi: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.
ipfl | property |
public var ipfl: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.
isi | property |
public var isi:String
Your app's App Store ID, used to send users to the App Store when the app isn't installed
ius | property |
public var ius:String
Your app's custom URL scheme, if defined to be something other than your app's bundle ID
IosParams | () | Constructor |
public function IosParams()