קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
המדיניות הזו מציינת את העדפת המנפיק אם אפליקציית Wallet צריכה לאפשר שיתוף ושמירה של אותו אובייקט כרטיס בין יותר ממשתמש אחד וממספר מכשירים.
טיפוסים בני מנייה (enums)
STATUS_UNSPECIFIED
לא צוינה העדפה.
MULTIPLE_HOLDERS
האובייקט של Pass ניתן לשיתוף על ידי משתמשים, וכל מספר של משתמשים שונים יכול לשמור אותו ובכל מספר של מכשירים. שותפים משתמשים בדרך כלל בהגדרה הזו לכרטיסים שלא צריך להיות מוגבלים למשתמש אחד או להצמיד למכשיר אחד.
ONE_USER_ALL_DEVICES
אובייקט יכול להישמר רק על ידי משתמש אחד, אבל המשתמש הזה יכול לצפות בו ולהשתמש בו במספר מכשירים שלו. אחרי שהמשתמש הראשון שומר את האובייקט, אף משתמש אחר לא יוכל לצפות בו או לשמור אותו.
ONE_USER_ONE_DEVICE
אובייקט יכול להישמר רק על ידי משתמש אחד במכשיר אחד. מיועד לשימוש על ידי שותפים נבחרים בנסיבות מוגבלות. לדוגמה, כרטיס לתחבורה ציבורית צריך להיות 'הצמדת המכשיר'. כלומר, אפשר לשמור את הכרטיס, להציג אותו ולהשתמש בו רק למשתמש אחד במכשיר אחד. לקבלת מידע נוסף, אפשר לפנות לתמיכה.
multipleHolders
כתובת אימייל חלופית מדור קודם של MULTIPLE_HOLDERS. הוּצא משימוש.
oneUserAllDevices
כתובת אימייל חלופית מדור קודם של ONE_USER_ALL_DEVICES. הוּצא משימוש.
oneUserOneDevice
כתובת אימייל חלופית מדור קודם של ONE_USER_ONE_DEVICE. הוּצא משימוש.
[[["התוכן קל להבנה","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-25 (שעון UTC)."],[[["\u003cp\u003eThis document outlines the issuer's preference for whether a Wallet pass object can be shared and saved across multiple users and devices.\u003c/p\u003e\n"],["\u003cp\u003eThree main sharing options are available: \u003ccode\u003eMULTIPLE_HOLDERS\u003c/code\u003e (shareable by any user on any device), \u003ccode\u003eONE_USER_ALL_DEVICES\u003c/code\u003e (one user, multiple devices), and \u003ccode\u003eONE_USER_ONE_DEVICE\u003c/code\u003e (one user, one device).\u003c/p\u003e\n"],["\u003cp\u003eLegacy aliases for these options (e.g., \u003ccode\u003emultipleHolders\u003c/code\u003e) are deprecated and should not be used.\u003c/p\u003e\n"]]],["The core content details issuer preferences for pass object sharing. `MULTIPLE_HOLDERS` allows any number of users to save the pass on multiple devices. `ONE_USER_ALL_DEVICES` restricts the pass to one user, usable across their devices. `ONE_USER_ONE_DEVICE` limits the pass to a single user and device. `STATUS_UNSPECIFIED` means the preference isn't defined. Legacy aliases for these options, multipleHolders, oneUserAllDevices, and oneUserOneDevice, are deprecated.\n"],null,["# MultipleDevicesAndHoldersAllowedStatus\n\nClarifies the issuer preference for whether Wallet should allow the same pass object to be shared and saved among more than one user and more than one device.\n\n| Enums ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `STATUS_UNSPECIFIED` | Unspecified preference. |\n| `MULTIPLE_HOLDERS` | The Pass object is shareable by a user and can be saved by any number of different users, and on any number of devices. Partners typically use this setup for passes that do not need to be restricted to a single user or pinned to a single device. |\n| `ONE_USER_ALL_DEVICES` | An object can only be saved by one user, but this user can view and use it on multiple of their devices. Once the first user saves the object, no other user will be allowed to view or save it. |\n| `ONE_USER_ONE_DEVICE` | An object can only be saved by one user on a single device. Intended for use by select partners in limited circumstances. An example use case is a transit ticket that should be \"device pinned\", meaning it can be saved, viewed and used only by a single user on a single device. Contact support for additional information. |\n| `multipleHolders` | Legacy alias for `MULTIPLE_HOLDERS`. Deprecated. | This item is deprecated! |\n| `oneUserAllDevices` | Legacy alias for `ONE_USER_ALL_DEVICES`. Deprecated. | This item is deprecated! |\n| `oneUserOneDevice` | Legacy alias for `ONE_USER_ONE_DEVICE`. Deprecated. | This item is deprecated! |"]]