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

成功抑制传递表示。

适用于