PKAutomaticPassPresentationSuppressionResult 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 호출에 사용되는 결과를 열거합니다 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 =
- 상속
-
PKAutomaticPassPresentationSuppressionResult
- 특성
필드
AlreadyPresenting | 1 | 시스템에서 이미 패스를 표시하고 있으며 억제할 수 없습니다. |
Cancelled | 3 | 제거가 취소되었습니다. |
Denied | 2 | 사용자가 프레젠테이션을 표시하지 않는 기능을 거부했습니다. |
NotSupported | 0 | 이 디바이스에서는 제거가 지원되지 않습니다. |
Success | 4 | 통과 프레젠테이션을 표시하지 못했습니다. |