[[["わかりやすい","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"]],["最終更新日 2025-06-13 UTC。"],[[["There are four ways to add links to a transit pass, including associating links with all passes of a class or individual passes."],["App linking empowers call-to-actions within Google Wallet passes, allowing navigation to branded experiences by placing links at the bottom of the pass."],["The `appLinkData` field is used to configure the link, accepting a URI or package name and allowing for Android or web app targets."],["The `displayText` field, with a 30-character limit, is used to customize the link's display within the Google Wallet pass."]]],["Links can be added to transit passes via `TransitClass.LinksModuleData` (for all passes) or `TransitObject.LinksModuleData` (for a specific pass). App links, displayed at the bottom of passes, can be added using `TransitObject.appLinkData` (specific pass) or `TransitClass.appLinkData` (all passes of that class). `appLinkData` utilizes `androidAppLinkInfo` or `webAppLinkInfo` to link to an app or website, respectively, with a maximum of 30 characters in the `displayText`.\n"]]