MultipleDevicesAndHoldersAllowedStatus
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ウォレットが同じパス オブジェクトを複数のユーザーや複数のデバイスで共有、保存できるようにするかどうかについて、カード発行会社の設定を明確にしました。
列挙型 |
STATUS_UNSPECIFIED |
設定が指定されていません。 |
MULTIPLE_HOLDERS |
Pass オブジェクトはユーザーが共有でき、任意の数の異なるユーザーが任意の数のデバイスに保存できます。パートナーは通常、1 人のユーザーに制限する必要がないパスや、1 つのデバイスに固定する必要がないパスに対して、この設定を使用します。 |
ONE_USER_ALL_DEVICES |
オブジェクトを保存できるのは 1 人のユーザーのみですが、このユーザーは複数のデバイスでそのオブジェクトを表示して使用できます。最初のユーザーがオブジェクトを保存すると、他のユーザーはそのオブジェクトを表示または保存できなくなります。 |
ONE_USER_ONE_DEVICE |
オブジェクトは、1 台のデバイスに 1 人のユーザーのみが保存できます。一部のパートナー様による、限られた状況でのご使用を想定しています。ユースケースの一例として、乗車券を「デバイスに固定」する(つまり、1 台のデバイスで 1 人のユーザーのみが保存、表示、使用できるようにする場合)。詳細についてはサポートにお問い合わせください。 |
multipleHolders |
MULTIPLE_HOLDERS のレガシー エイリアス。サポート終了。
|
oneUserAllDevices |
ONE_USER_ALL_DEVICES のレガシー エイリアス。サポート終了。
|
oneUserOneDevice |
ONE_USER_ONE_DEVICE のレガシー エイリアス。サポート終了。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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! |"]]