CKShareParticipantAcceptanceStatus Enum

Definition

Enumerates responses to share participation requests.

[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 = 
Inheritance
CKShareParticipantAcceptanceStatus
Attributes

Fields

Accepted 2

The user has been accepted to the share.

Pending 1

The user's status is pending.

Removed 3

The user has been removed from the share.

Unknown 0

The user's status is unknown.

Applies to