Class CKFetchShareParticipantsOperation

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class CKFetchShareParticipantsOperation
    extends CKOperation
    Since:
    Available in iOS 10.0 and later.
    • Constructor Detail

      • CKFetchShareParticipantsOperation

        public CKFetchShareParticipantsOperation()
      • CKFetchShareParticipantsOperation

        protected CKFetchShareParticipantsOperation​(NSObject.Handle h,
                                                    long handle)
      • CKFetchShareParticipantsOperation

        protected CKFetchShareParticipantsOperation​(NSObject.SkipInit skipInit)
    • Method Detail

      • getShareParticipantFetchedBlock

        public org.robovm.objc.block.VoidBlock1<CKShareParticipant> getShareParticipantFetchedBlock()
      • setShareParticipantFetchedBlock

        public void setShareParticipantFetchedBlock​(org.robovm.objc.block.VoidBlock1<CKShareParticipant> v)
      • getFetchShareParticipantsCompletionBlock

        public org.robovm.objc.block.VoidBlock1<NSError> getFetchShareParticipantsCompletionBlock()
      • setFetchShareParticipantsCompletionBlock

        public void setFetchShareParticipantsCompletionBlock​(org.robovm.objc.block.VoidBlock1<NSError> v)