MultipleDevicesAndHoldersAllowedStatus
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
월렛에서 2명 이상의 사용자와 2개 이상의 기기 간에 동일한 패스 객체를 공유하고 저장하도록 허용해야 하는지의 발급기관 환경설정을 명확히 합니다.
열거형 |
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 의 기존 별칭입니다. 지원이 중단되었습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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! |"]]