CKShareParticipantPermission Enum

Definition

Enumerates user share permissions.

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

Fields

None 1

The user has no share access permissions.

ReadOnly 2

The user has can read data in the share.

ReadWrite 3

The user has read and write data in the share.

Unknown 0

The user's share access permissions are unknown.

Applies to