Uses of Class
org.robovm.apple.cloudkit.CKShareParticipant
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKShareParticipant in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKShareParticipant Modifier and Type Method Description CKShareParticipantCKShare. getCurrentUserParticipant()CKShareParticipantCKShare. getOwner()Methods in org.robovm.apple.cloudkit that return types with arguments of type CKShareParticipant Modifier and Type Method Description NSArray<CKShareParticipant>CKShare. getParticipants()VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError>CKFetchShareParticipantsOperation. getPerShareParticipantCompletionBlock()VoidBlock1<CKShareParticipant>CKFetchShareParticipantsOperation. getShareParticipantFetchedBlock()Deprecated.Deprecated in iOS 15.0.Methods in org.robovm.apple.cloudkit with parameters of type CKShareParticipant Modifier and Type Method Description voidCKShare. addParticipant(CKShareParticipant participant)voidCKShare. removeParticipant(CKShareParticipant participant)Method parameters in org.robovm.apple.cloudkit with type arguments of type CKShareParticipant Modifier and Type Method Description voidCKContainer. fetchShareParticipantWithEmailAddress(String emailAddress, VoidBlock2<CKShareParticipant,NSError> completionHandler)voidCKContainer. fetchShareParticipantWithPhoneNumber(String phoneNumber, VoidBlock2<CKShareParticipant,NSError> completionHandler)voidCKContainer. fetchShareParticipantWithUserRecordID(CKRecordID userRecordID, VoidBlock2<CKShareParticipant,NSError> completionHandler)voidCKFetchShareParticipantsOperation. setPerShareParticipantCompletionBlock(VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError> v)voidCKFetchShareParticipantsOperation. setShareParticipantFetchedBlock(VoidBlock1<CKShareParticipant> v)Deprecated.Deprecated in iOS 15.0.