संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
जारी करने वाले की प्राथमिकता तय करता है कि Wallet को एक ही पास ऑब्जेक्ट को एक से ज़्यादा लोगों और एक से ज़्यादा डिवाइसों में शेयर करने और सेव करने की अनुमति देनी चाहिए या नहीं.
Enums
STATUS_UNSPECIFIED
अनिर्दिष्ट प्राथमिकता.
MULTIPLE_HOLDERS
पास ऑब्जेक्ट को कोई भी व्यक्ति शेयर कर सकता है. इसे कितने भी अलग-अलग लोग और कितने भी डिवाइसों पर सेव कर सकते हैं. आम तौर पर, पार्टनर इस सेटअप का इस्तेमाल उन पास के लिए करते हैं जिन्हें किसी एक उपयोगकर्ता के लिए सीमित करने या किसी एक डिवाइस पर पिन करने की ज़रूरत नहीं है.
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! |"]]