Uses of Class
org.robovm.apple.cloudkit.CKShareParticipantPermission
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKShareParticipantPermission in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKShareParticipantPermission Modifier and Type Method Description CKShareParticipantPermissionCKShareMetadata. getParticipantPermission()CKShareParticipantPermissionCKShareParticipant. getPermission()CKShareParticipantPermissionCKShare. getPublicPermission()static CKShareParticipantPermissionCKShareParticipantPermission. valueOf(long n)Returns the enum constant of this type with the specified name.static CKShareParticipantPermissionCKShareParticipantPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static CKShareParticipantPermission[]CKShareParticipantPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.cloudkit with parameters of type CKShareParticipantPermission Modifier and Type Method Description voidCKShareParticipant. setPermission(CKShareParticipantPermission v)voidCKShare. setPublicPermission(CKShareParticipantPermission v)