共用方式為


CKShareParticipantAcceptanceStatus 列舉

定義

列舉共用參與要求的回應。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantAcceptanceStatus
type CKShareParticipantAcceptanceStatus = 
繼承
CKShareParticipantAcceptanceStatus
屬性

欄位

Accepted 2

使用者已接受共用。

Pending 1

使用者的狀態為擱置中。

Removed 3

使用者已從共用中移除。

Unknown 0

使用者的狀態不明。

適用於