AppLinkData

JSON representation
{
  "androidAppLinkInfo": {
    object (AppLinkInfo)
  },
  "iosAppLinkInfo": {
    object (AppLinkInfo)
  },
  "webAppLinkInfo": {
    object (AppLinkInfo)
  }
}
Fields

AppLinkInfo

JSON representation
{
  "appLogoImage": {
    object (Image)
  },
  "title": {
    object (LocalizedString)
  },
  "description": {
    object (LocalizedString)
  },
  "appTarget": {
    object (AppTarget)
  }
}
Fields
appLogoImage
(deprecated)

object (Image)

Deprecated. Image isn't supported in the app link module.

title
(deprecated)

object (LocalizedString)

Deprecated. Title isn't supported in the app link module.

description
(deprecated)

object (LocalizedString)

Deprecated. Description isn't supported in the app link module.

appTarget

object (AppTarget)

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 target can be only one of the following:
  "targetUri": {
    object (Uri)
  },
  "packageName": string
  // End of list of possible types for union field target.
}
Fields

Union field target.

target can be only one of the following:

targetUri

object (Uri)

URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.

packageName

string

Package name for AppTarget. For example: com.google.android.gm