Packagecom.myflashlab.air.extensions.firebase.dynamicLinks
Classpublic class IosParams
InheritanceIosParams Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
IosParams
Property Detail
ibiproperty
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.

iflproperty 
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.

imvproperty 
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.

ipbiproperty 
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.

ipflproperty 
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.

isiproperty 
public var isi:String

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

iusproperty 
public var ius:String

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

Constructor Detail
IosParams()Constructor
public function IosParams()