AppLinkData

Représentation JSON
{
  "androidAppLinkInfo": {
    object (AppLinkInfo)
  },
  "iosAppLinkInfo": {
    object (AppLinkInfo)
  },
  "webAppLinkInfo": {
    object (AppLinkInfo)
  }
}
Champs

AppLinkInfo

Représentation JSON
{
  "appLogoImage": {
    object (Image)
  },
  "title": {
    object (LocalizedString)
  },
  "description": {
    object (LocalizedString)
  },
  "appTarget": {
    object (AppTarget)
  }
}
Champs
appLogoImage

object (Image)

Image facultative à afficher dans le module de lien vers l'application

title

object (LocalizedString)

Chaîne à afficher dans le titre du module App Links requis

description

object (LocalizedString)

Chaîne à afficher dans la description du module App Links requis

appTarget

object (AppTarget)

URL à suivre lors de l'ouverture du module de lien vers l'application sur les clients. Les partenaires pourront l'utiliser pour ouvrir leur page Web ou créer un lien profond vers leur application.

AppTarget

Représentation JSON
{

  // 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.
}
Champs

Champ d'union target.

target ne peut être qu'un des éléments suivants :

targetUri

object (Uri)

URI pour AppTarget. Vous devez définir la description de l'URI. Préférez le champ de package à la place, si cette cible est définie pour votre application.

packageName

string

Nom du package pour AppTarget. Par exemple: com.google.android.gm