MultipleDevicesAndHoldersAllowedStatus
Clarifies 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.
Enums |
STATUS_UNSPECIFIED |
Unspecified preference. |
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. |
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. |
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. |
multipleHolders |
Legacy alias for MULTIPLE_HOLDERS . Deprecated. |
oneUserAllDevices |
Legacy alias for ONE_USER_ALL_DEVICES . Deprecated. |
oneUserOneDevice |
Legacy alias for ONE_USER_ONE_DEVICE . Deprecated. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 UTC."],[[["This document outlines the issuer's preference for whether a Wallet pass object can be shared and saved across multiple users and devices."],["Three main sharing options are available: `MULTIPLE_HOLDERS` (shareable by any user on any device), `ONE_USER_ALL_DEVICES` (one user, multiple devices), and `ONE_USER_ONE_DEVICE` (one user, one device)."],["Legacy aliases for these options (e.g., `multipleHolders`) are deprecated and should not be used."]]],["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"]]