JSON representation |
---|
{ "androidAppLinkInfo": { object ( |
Fields | |
---|---|
android |
Optional information about the partner app link. |
iosAppLinkInfo |
Deprecated. Links to open iOS apps are not supported. |
web |
Optional information about the partner web link. |
AppLinkInfo
JSON representation |
---|
{ "appLogoImage": { object ( |
Fields | |
---|---|
appLogoImage |
Deprecated. Image isn't supported in the app link module. |
title |
Deprecated. Title isn't supported in the app link module. |
description |
Deprecated. Description isn't supported in the app link module. |
app |
Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage. |
AppTarget
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
target |
URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application. |
package |
Package name for AppTarget. For example: com.google.android.gm |