Die NFC-Einschränkungen für die Karte bzw. das Ticket.
ScreenshotEligibility
Legt fest, ob und wie Screenshots von Karten/Tickets erstellt werden dürfen.
Enums
SCREENSHOT_ELIGIBILITY_UNSPECIFIED
Standardwert, entspricht ELIGIBLE.
ELIGIBLE
Standardverhalten für alle vorhandenen Karten/Tickets, wenn „ScreenshotEntitlement“ nicht festgelegt ist. Ermöglicht das Aufnehmen von Screenshots auf Android-Geräten.
INELIGIBLE
Auf Android-Geräten dürfen keine Screenshots aufgenommen werden. Beachten Sie, dass in älteren Versionen von Wallet möglicherweise weiterhin Screenshots aufgenommen werden können.
NfcConstraint
Definiert mögliche NFC-Einschränkungen für die Karte bzw. das Ticket.
Enums
NFC_CONSTRAINT_UNSPECIFIED
Standardwert, keine angegebene Einschränkung.
BLOCK_PAYMENT
Zahlungskarten werden nicht übertragen, während die Karte bzw. das Ticket geöffnet ist.
BLOCK_CLOSED_LOOP_TRANSIT
Closed-Loop-Fahrkarten werden nicht übertragen, während die Karte bzw. das Ticket geöffnet ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-13 (UTC)."],[[["Pass constraints can be set to control screenshot eligibility and NFC behavior."],["`screenshotEligibility` determines if screenshots of the pass are allowed on Android devices, with options for eligible or ineligible."],["`nfcConstraint` allows restrictions on NFC interactions when the pass is open, such as blocking payments or closed-loop transit cards."],["The default behavior for screenshots is eligible, and there are no NFC constraints by default."]]],["Pass constraints are defined through `screenshotEligibility` and `nfcConstraint`. `screenshotEligibility` controls screenshot capture with `ELIGIBLE` (default) or `INELIGIBLE` options. `nfcConstraint` manages NFC interactions, allowing `BLOCK_PAYMENT` to prevent payment card conveyance and `BLOCK_CLOSED_LOOP_TRANSIT` to block closed-loop transit card conveyance. Unspecified settings use default behaviors: `SCREENSHOT_ELIGIBILITY_UNSPECIFIED` defaults to `ELIGIBLE` and `NFC_CONSTRAINT_UNSPECIFIED` implies no constraints.\n"]]