PKAutomaticPassPresentationSuppressionResult Enum

Definition

[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

AlreadyPresenting 1

System is already presenting a pass and cannot be suppressed.

Cancelled 3

The suppression was cancelled.

Denied 2

The user denied the ability to suppress presentation.

NotSupported 0

Suppression is not supported on this device.

Success 4

The suppression of pass presentation succeeded.

Applies to