PKAutomaticPassPresentationSuppressionResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates results that are used in calls to RequestAutomaticPassPresentationSuppression(Action<PKAutomaticPassPresentationSuppressionResult>).
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKAutomaticPassPresentationSuppressionResult
type PKAutomaticPassPresentationSuppressionResult =
- Inheritance
-
PKAutomaticPassPresentationSuppressionResult
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSupported | 0 | Suppression is not supported on this device. |
AlreadyPresenting | 1 | System is already presenting a pass and cannot be suppressed. |
Denied | 2 | The user denied the ability to suppress presentation. |
Cancelled | 3 | The suppression was cancelled. |
Success | 4 | The suppression of pass presentation succeeded. |