Package apple.cloudkit.enums
Class CKShareParticipantRole
- java.lang.Object
-
- apple.cloudkit.enums.CKShareParticipantRole
-
public final class CKShareParticipantRole extends java.lang.ObjectThe participant type determines whether a participant can modify the list of participants on a share. - Owners can add private users - Private users can access the share - Public users are "self-added" when the participant accesses the shareURL. Owners cannot add public users.
-
-
Field Summary
Fields Modifier and Type Field Description static longOwnerstatic longPrivateUserstatic longPublicUserstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Owner
public static final long Owner
- See Also:
- Constant Field Values
-
PrivateUser
public static final long PrivateUser
- See Also:
- Constant Field Values
-
PublicUser
public static final long PublicUser
- See Also:
- Constant Field Values
-
-