MultipleDevicesAndHoldersAllowedStatus
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wyjaśnia, czy Portfel ma zezwalać na udostępnianie i zapisywanie tego samego obiektu karty dla więcej niż jednego użytkownika i więcej niż jednego urządzenia.
Wartości w polu enum |
STATUS_UNSPECIFIED |
Nieokreślone preferencje. |
MULTIPLE_HOLDERS |
Użytkownik może udostępniać obiekt karty i może go zapisywać na dowolnej liczbie urządzeń i przez dowolną liczbę użytkowników. Partnerzy zwykle używają tej konfiguracji w przypadku kart, które nie muszą być ograniczone do jednego użytkownika ani przypięte do jednego urządzenia. |
ONE_USER_ALL_DEVICES |
Obiekt może zapisać tylko jeden użytkownik, ale ten użytkownik może go wyświetlać i używać na wielu swoich urządzeniach. Gdy pierwszy użytkownik zapisze obiekt, żaden inny użytkownik nie będzie mógł go wyświetlić ani zapisać. |
ONE_USER_ONE_DEVICE |
Obiekt może zapisać tylko jeden użytkownik na danym urządzeniu. Przeznaczony do użytku przez wybranych partnerów w ograniczonych okolicznościach. Przykładem może być bilet transportu publicznego, który powinien być „przypięty do urządzenia”, co oznacza, że może go zapisać, wyświetlić i wykorzystać tylko jeden użytkownik na jednym urządzeniu. Aby uzyskać dodatkowe informacje, skontaktuj się z zespołem pomocy. |
multipleHolders |
Starsza wersja aliasu dla MULTIPLE_HOLDERS . Rola wycofana. |
oneUserAllDevices |
Starsza wersja aliasu dla ONE_USER_ALL_DEVICES . Rola wycofana. |
oneUserOneDevice |
Starsza wersja aliasu dla ONE_USER_ONE_DEVICE . Rola wycofana. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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! |"]]