Slide 53
Slide 53 text
- (void)fetchShareParticipantWithUserRecordID:(CKRecordID *)userRecordID
completionHandler:(void (^)(CKShareParticipant * _Nullable, NSError * _Nullable))completionHandler;
func fetchShareParticipant(
withUserRecordID userRecordID: CKRecord.ID,
completionHandler: @escaping (CKShare.Participant?, Error?) -> Void
)
func fetchShareParticipant(
withUserRecordID userRecordID: CKRecord.ID
) async throws -> CKShare.Participant
53 — @basthomas, NSSpain, November 2021