क्लाइंट पर ऐप्लिकेशन का लिंक खोलने पर, फ़ॉलो किया जाने वाला टारगेट. पार्टनर इसका इस्तेमाल, अपना ऐप्लिकेशन या वेबपेज खोलने के लिए करेंगे.
AppTarget
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.}
AppTarget के लिए यूआरआई. यूआरआई पर ब्यौरा सेट होना चाहिए. अगर आपके ऐप्लिकेशन के लिए यह टारगेट तय किया गया है, तो पैकेज फ़ील्ड सेट करने का सुझाव दिया जाता है.
packageName
string
AppTarget के लिए पैकेज का नाम. उदाहरण के लिए: com.google.android.gm
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-16 (UTC) को अपडेट किया गया."],[[["AppLinkData objects contain information about app links for Android, iOS, and web apps, along with display text."],["AppLinkInfo objects, while largely deprecated, can define targets for opening app links."],["AppTarget objects specify either a URI or package name as the target for the app link."],["The `displayText` field within AppLinkData allows for customization of the app link button's text, with a 30-character limit."],["App link functionality enables integration with external apps or web pages directly from Google Wallet passes."]]],["The core content describes data structures for app links, including `JSON representation`, `AppLinkInfo`, and `AppTarget`. `AppLinkInfo` contains information for Android and web app links, with `displayText`. `AppLinkInfo` further specifies `appTarget`, which defines how to open the link, via either a `targetUri` or `packageName`. Several fields, such as `iosAppLinkInfo`, `appLogoImage`, `title`, and `description`, are deprecated. `target` is a union field with either `targetUri` or `packageName`.\n"]]