次の方法で共有


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

パス表示の抑制に成功しました。

適用対象