من مزايا ربط التطبيقات أنّه يمكّن عبارة الطلب من توجيه
المستخدمين إلى تجاربك المرتبطة بعلامتك التجارية من "محفظة Google". تظهر الروابط التي تتضمّن هذه الميزة في أسفل
البطاقة.
مثال على الميزة
جهة الإصدار
ضبط رابط التطبيق في بطاقة "محفظة Google"
بالنسبة إلى بطاقة صعود طائرة معيّنة، اضبط الحقل FlightObject.appLinkData
على معرّف الموارد المنتظم (URI) أو اسم الحزمة لتطبيقك أو موقعك الإلكتروني.
اطّلِع على تنسيق حقل appLinkData وسياقه في رمز المصدر التالي:
يمكن إدخال 30 حرفًا كحد أقصى في حقل displayText.
تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["There are four ways to add links to Boarding Passes, including options for linking to all passes of a class or specific passes."],["App linking allows you to guide users to your branded experiences, with links appearing at the bottom of the pass."],["You can set the `FlightObject.appLinkData` field to the URI or package name of your app or website to enable app linking for a Boarding Pass."],["The `appLinkData` field includes options for specifying Android app links, web app links, and display text, with a 30-character limit for display text."],["You can alternatively use `targetUri` under `androidAppLinkInfo` to link to the Play store listing for your app instead of deeplinking to the app directly."]]],["Links can be added to Boarding Passes via `FlightClass.LinksModuleData` (for all passes) or `FlightObject.LinksModuleData` (for specific passes). App links, displayed at the bottom of the Pass, can be added through `FlightObject.appLinkData` (specific pass) or `FlightClass.appLinkData` (all passes). `appLinkData` allows navigation to an app or website, specifying the package name or URI. The display text is limited to 30 characters. Web links are enabled with `webAppLinkInfo` and `androidAppLinkInfo` can direct the user to the Play Store or to the app.\n"]]