screenshotEligibility property
The screenshot eligibility for the pass. Possible string values are:
- "SCREENSHOT_ELIGIBILITY_UNSPECIFIED" : Default value, same as ELIGIBLE.
- "ELIGIBLE" : Default behavior for all existing Passes if ScreenshotEligibility is not set. Allows screenshots to be taken on Android devices.
- "INELIGIBLE" : Disallows screenshots to be taken on Android devices. Note that older versions of Wallet may still allow screenshots to be taken.
Implementation
core.String? screenshotEligibility;