共用方式為


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

傳遞簡報的歸併成功。

適用於