PKPassLibraryAddPassesStatus 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.
An enumeration whose values define possible results when passes are added.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPassLibraryAddPassesStatus
type PKPassLibraryAddPassesStatus =
- Inheritance
-
PKPassLibraryAddPassesStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
DidAddPasses | 0 | Passes were successfully added. |
ShouldReviewPasses | 1 | The app should display the approval UI to the user. |
DidCancelAddPasses | 2 | The user cancelled the addition of passes. |