CKShareParticipantType Enum

Definition

Enumerates share participant types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantType
type CKShareParticipantType = 
Inheritance
CKShareParticipantType
Attributes

Fields

Owner 1

Indicates that a participant is the share owner.

PrivateUser 3

Indicates that a participant is a credentialed user.

PublicUser 4

Indicates that a participant is an anonymous user.

Unknown 0

Indicates that the participant type is unknown.

Applies to