<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:@E@PKAutomaticPassPresentationSuppressionResult"
  },
  "title" : "PKAutomaticPassPresentationSuppressionResult"
}
-->

# PKAutomaticPassPresentationSuppressionResult

The result of an attempt to suppress automatic pass presentation.

```
enum PKAutomaticPassPresentationSuppressionResult
```

## Topics

### Constants

[`PKAutomaticPassPresentationSuppressionResult.notSupported`](/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult/notSupported)

The device doesn’t support the suppression of automatic pass presentation.

[`PKAutomaticPassPresentationSuppressionResult.alreadyPresenting`](/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult/alreadyPresenting)

The device is already presenting passes.

[`PKAutomaticPassPresentationSuppressionResult.denied`](/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult/denied)

The user prevented the suppression, or an internal error occurred.

[`PKAutomaticPassPresentationSuppressionResult.cancelled`](/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult/cancelled)

The system canceled the suppression before calling the response handler.

[`PKAutomaticPassPresentationSuppressionResult.success`](/documentation/PassKit/PKAutomaticPassPresentationSuppressionResult/success)

Suppression of automatic presentation successful.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)