Package org.robovm.apple.cloudkit
Class CKFetchShareParticipantsOperation
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSOperation
org.robovm.apple.cloudkit.CKOperation
org.robovm.apple.cloudkit.CKFetchShareParticipantsOperation
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class CKFetchShareParticipantsOperation extends CKOperation
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCKFetchShareParticipantsOperation.CKFetchShareParticipantsOperationPtrNested classes/interfaces inherited from class org.robovm.apple.cloudkit.CKOperation
CKOperation.CKOperationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSOperation
NSOperation.NSOperationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description CKFetchShareParticipantsOperation()CKFetchShareParticipantsOperation(NSArray<CKUserIdentityLookupInfo> userIdentityLookupInfos)protectedCKFetchShareParticipantsOperation(NSObject.Handle h, long handle)protectedCKFetchShareParticipantsOperation(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description VoidBlock1<NSError>getFetchShareParticipantsCompletionBlock()VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError>getPerShareParticipantCompletionBlock()VoidBlock1<CKShareParticipant>getShareParticipantFetchedBlock()Deprecated.Deprecated in iOS 15.0.NSArray<CKUserIdentityLookupInfo>getUserIdentityLookupInfos()protected longinit(NSArray<CKUserIdentityLookupInfo> userIdentityLookupInfos)voidsetFetchShareParticipantsCompletionBlock(VoidBlock1<NSError> v)voidsetPerShareParticipantCompletionBlock(VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError> v)voidsetShareParticipantFetchedBlock(VoidBlock1<CKShareParticipant> v)Deprecated.Deprecated in iOS 15.0.voidsetUserIdentityLookupInfos(NSArray<CKUserIdentityLookupInfo> v)Methods inherited from class org.robovm.apple.cloudkit.CKOperation
allowsCellularAccess, getConfiguration, getContainer, getGroup, getLongLivedOperationWasPersistedBlock, getOperationID, getTimeoutIntervalForRequest, getTimeoutIntervalForResource, isLongLived, setAllowsCellularAccess, setConfiguration, setContainer, setGroup, setLongLived, setLongLivedOperationWasPersistedBlock, setTimeoutIntervalForRequest, setTimeoutIntervalForResourceMethods inherited from class org.robovm.apple.foundation.NSOperation
addDependency, cancel, getCompletionBlock, getDependencies, getName, getQualityOfService, getQueuePriority, getThreadPriority, isAsynchronous, isCancelled, isConcurrent, isExecuting, isFinished, isReady, main, removeDependency, setCompletionBlock, setName, setQualityOfService, setQueuePriority, setThreadPriority, start, waitUntilFinishedMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CKFetchShareParticipantsOperation
public CKFetchShareParticipantsOperation() -
CKFetchShareParticipantsOperation
-
CKFetchShareParticipantsOperation
-
CKFetchShareParticipantsOperation
public CKFetchShareParticipantsOperation(NSArray<CKUserIdentityLookupInfo> userIdentityLookupInfos)
-
-
Method Details
-
getUserIdentityLookupInfos
-
setUserIdentityLookupInfos
-
getShareParticipantFetchedBlock
Deprecated.Deprecated in iOS 15.0. Use perShareParticipantCompletionBlock instead, which surfaces per-share-participant errors- Since:
- Available in iOS 10.0 and later.
-
setShareParticipantFetchedBlock
Deprecated.Deprecated in iOS 15.0. Use perShareParticipantCompletionBlock instead, which surfaces per-share-participant errors- Since:
- Available in iOS 10.0 and later.
-
getPerShareParticipantCompletionBlock
public VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError> getPerShareParticipantCompletionBlock() -
setPerShareParticipantCompletionBlock
public void setPerShareParticipantCompletionBlock(VoidBlock3<CKUserIdentityLookupInfo,CKShareParticipant,NSError> v) -
getFetchShareParticipantsCompletionBlock
-
setFetchShareParticipantsCompletionBlock
-
init
-