[[["이해하기 쉬움","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-07-16(UTC)"],[[["There are four ways to add links to Generic passes: using `GenericClass.LinksModuleData` for all passes of a class, using `GenericObject.LinksModuleData` for a specific pass, using `GenericObject.appLinkData` for an app link at the bottom of a specific pass, and using `GenericClass.appLinkData` for an app link at the bottom of all passes of a class."],["App linking allows call-to-actions on Google Wallet passes to direct users to branded experiences, with links appearing at the bottom of the pass."],["To set an app link, configure the `GenericObject.appLinkData` field with the URI or package name of your app or website for a specific pass or `GenericClass.appLinkData` for all passes of that class."],["The `appLinkData` field can include `androidAppLinkInfo` for Android apps and `webAppLinkInfo` for websites, and the `displayText` field, limited to 30 characters, provides a label for the link."],["You can alternatively use `targetUri` within `androidAppLinkInfo` to link directly to your app's Play Store listing instead of opening the app directly."]]],["Links can be added to Generic passes via `GenericClass.LinksModuleData` (for all class passes) or `GenericObject.LinksModuleData` (for specific passes). App links, displayed at the pass's bottom, are added using `GenericObject.appLinkData` (specific pass) or `GenericClass.appLinkData` (all class passes). `appLinkData` uses either `androidAppLinkInfo` with a package name or `webAppLinkInfo` for deep linking. `displayText` field is limited to 30 characters.\n"]]