Określa, czy i w jaki sposób można wykonywać zrzuty ekranu z karty.
Wartości w polu enum
SCREENSHOT_ELIGIBILITY_UNSPECIFIED
Wartość domyślna, taka sama jak ELIGIBLE.
ELIGIBLE
Domyślne zachowanie w przypadku wszystkich istniejących kart, jeśli nie skonfigurowano możliwości zrzutu ekranu. Zezwala na robienie zrzutów ekranu na urządzeniach z Androidem.
INELIGIBLE
Nie zezwala na robienie zrzutów ekranu na urządzeniach z Androidem. Pamiętaj, że w starszych wersjach Portfela możesz nadal robić zrzuty ekranu.
NfcConstraint
Określa możliwe ograniczenia NFC dla karty.
Wartości w polu enum
NFC_CONSTRAINT_UNSPECIFIED
Wartość domyślna, bez określonego ograniczenia.
BLOCK_PAYMENT
Karty płatnicze nie będą przekazywane, gdy karta będzie otwarta.
BLOCK_CLOSED_LOOP_TRANSIT
Karty transportu publicznego typu closed loop nie będą przekazywane, gdy karta jest otwarta.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]