Definisce se/come è possibile acquisire screenshot di una tessera.
Enum
SCREENSHOT_ELIGIBILITY_UNSPECIFIED
Valore predefinito, uguale a ELIGIBLE.
ELIGIBLE
Comportamento predefinito per tutti i pass esistenti se ScreenshotIdoneità non è impostato. Consente di acquisire screenshot sui dispositivi Android.
INELIGIBLE
Non consente l'acquisizione di screenshot su dispositivi Android. Tieni presente che le versioni precedenti di Wallet potrebbero comunque consentire l'acquisizione di screenshot.
NfcConstraint
Definisce i possibili vincoli NFC per la tessera.
Enum
NFC_CONSTRAINT_UNSPECIFIED
Valore predefinito, nessun vincolo specificato.
BLOCK_PAYMENT
Le carte di pagamento non verranno trasmesse quando la tessera è aperta.
BLOCK_CLOSED_LOOP_TRANSIT
Le tessere del trasporto pubblico ad anello chiuso non verranno trasmesse quando la tessera è aperta.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]