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

object (Image)

Optional image to be displayed in the App Link Module

title

object (LocalizedString)

String to be displayed in the title of the App Link Module Required

description

object (LocalizedString)

String to be displayed in the description of the App Link Module Required

appTarget

object (AppTarget)

Url to follow when opening the App Link Module on clients. It will be used by partners to open their webpage or deeplink into their app.

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