java.lang.Object | |
↳ | com.google.firebase.dynamiclinks.DynamicLink.IosParameters.Builder |
Builder for iOS parameters.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create iOS parameters builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build Bundle for use with
setIosParameters(IosParameters) . | |||||||||||
Sets the App Store ID, used to send users to the App Store when the app isn't installed.
| |||||||||||
Sets the app's custom URL scheme, if defined to be something other than your app's
parameters ID.
| |||||||||||
Sets the link to open when the app isn't installed.
| |||||||||||
Sets the parameters ID of the iOS app to use on iPads to open the link.
| |||||||||||
Sets the link to open on iPads when the app isn't installed.
| |||||||||||
Sets the minimum version of your app that can open the link.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create iOS parameters builder.
Parameters | |
---|---|
bundleId |
String :
The parameters 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.
|
Build Bundle for use with setIosParameters(IosParameters)
.
Returns | |
---|---|
DynamicLink.IosParameters |
Sets the App Store ID, used to send users to the App Store when the app isn't installed.
Parameters | |
---|---|
appStoreId |
String :
The App Store ID.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |
Sets the app's custom URL scheme, if defined to be something other than your app's parameters ID.
Parameters | |
---|---|
customScheme |
String :
The app's custom URL scheme.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |
Sets 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.
Parameters | |
---|---|
fallbackUrl |
Uri :
The link to open on iOS if the app is not installed.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |
Sets the parameters 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.
Parameters | |
---|---|
bundleId |
String :
The iPad parameters ID of the app.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |
Sets 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. Overrides the
fallback link set by setFallbackUrl(Uri)
on iPad.
Parameters | |
---|---|
fallbackUrl |
Uri :
The link to open on iPad if the app is not installed.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |
Sets the minimum version of your app that can open the link.
Parameters | |
---|---|
minimumVersion |
String :
The minimum version.
|
Returns | |
---|---|
DynamicLink.IosParameters.Builder |