| Package | Description |
|---|---|
| com.google.api.services.firebasedynamiclinks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
IosInfo |
IosInfo.clone() |
IosInfo |
DynamicLinkInfo.getIosInfo()
iOS related information.
|
IosInfo |
IosInfo.set(String fieldName,
Object value) |
IosInfo |
IosInfo.setIosAppStoreId(String iosAppStoreId)
iOS App Store ID.
|
IosInfo |
IosInfo.setIosBundleId(String iosBundleId)
iOS bundle ID of the app.
|
IosInfo |
IosInfo.setIosCustomScheme(String iosCustomScheme)
Custom (destination) scheme to use for iOS.
|
IosInfo |
IosInfo.setIosFallbackLink(String iosFallbackLink)
Link to open on iOS if the app is not installed.
|
IosInfo |
IosInfo.setIosIpadBundleId(String iosIpadBundleId)
iPad bundle ID of the app.
|
IosInfo |
IosInfo.setIosIpadFallbackLink(String iosIpadFallbackLink)
If specified, this overrides the ios_fallback_link value on iPads.
|
IosInfo |
IosInfo.setIosMinimumVersion(String iosMinimumVersion)
iOS minimum version.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicLinkInfo |
DynamicLinkInfo.setIosInfo(IosInfo iosInfo)
iOS related information.
|
Copyright © 2011–2020 Google. All rights reserved.