public final class CKShareParticipantRole
extends java.lang.Object
- 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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Owner |
static long |
PrivateUser |
static long |
PublicUser |
static long |
Unknown |
public static final long Unknown
public static final long Owner
public static final long PrivateUser
public static final long PublicUser