CKShareRequestAccessOperation
public var perShareAccessRequestResultBlock: ((Foundation.URL, Swift.Result<Swift.Void, any Swift.Error>) -> Swift.Void)?
CKShareRequestAccessOperation
public var shareAccessRequestResultBlock: ((Swift.Result<Swift.Void, any Swift.Error>) -> Swift.Void)?
CKShareParticipant
@property(nonatomic, assign, unsafe_unretained, readonly) BOOL isApprovedRequester;
CKShareParticipant
@property(nonatomic, copy, readonly, nullable) NSDate *dateAddedToShare;
CKAllowedSharingOptions
@property(atomic, assign, unsafe_unretained, readwrite) BOOL allowsParticipantsToInviteOthers;
CKAllowedSharingOptions
@property(atomic, assign, unsafe_unretained, readwrite) BOOL allowsAccessRequests;
CKRecordZone
@property(atomic, assign, unsafe_unretained, readwrite) CKRecordZoneEncryptionScope encryptionScope;
CKShare
@property(atomic, copy, readonly) NSArray<CKShareAccessRequester *> * _Nonnull requesters;
CKShare
@property(atomic, copy, readonly) NSArray<CKShareBlockedIdentity *> * _Nonnull blockedIdentities;
CKShare
@property(atomic, assign, unsafe_unretained, readwrite) BOOL allowsAccessRequests;