次の方法で共有


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

ユーザーの状態が不明です。

適用対象