Package org.robovm.apple.cloudkit
Class CKFetchSubscriptionsOperation
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.CKDatabaseOperation
org.robovm.apple.cloudkit.CKFetchSubscriptionsOperation
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class CKFetchSubscriptionsOperation extends CKDatabaseOperation
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCKFetchSubscriptionsOperation.CKFetchSubscriptionsOperationPtrNested classes/interfaces inherited from class org.robovm.apple.cloudkit.CKDatabaseOperation
CKDatabaseOperation.CKDatabaseOperationPtrNested 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 CKFetchSubscriptionsOperation()CKFetchSubscriptionsOperation(List<String> subscriptionIDs)protectedCKFetchSubscriptionsOperation(NSObject.Handle h, long handle)protectedCKFetchSubscriptionsOperation(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description static CKFetchSubscriptionsOperationcreateFetchAllSubscriptionsOperation()VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError>getFetchSubscriptionCompletionBlock()VoidBlock3<String,CKSubscription,NSError>getPerSubscriptionCompletionBlock()List<String>getSubscriptionIDs()protected longinit(List<String> subscriptionIDs)voidsetFetchSubscriptionCompletionBlock(VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError> v)voidsetPerSubscriptionCompletionBlock(VoidBlock3<String,CKSubscription,NSError> v)voidsetSubscriptionIDs(List<String> 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
-
CKFetchSubscriptionsOperation
public CKFetchSubscriptionsOperation() -
CKFetchSubscriptionsOperation
-
CKFetchSubscriptionsOperation
-
CKFetchSubscriptionsOperation
-
-
Method Details
-
getSubscriptionIDs
-
setSubscriptionIDs
-
getPerSubscriptionCompletionBlock
- Since:
- Available in iOS 15.0 and later.
-
setPerSubscriptionCompletionBlock
- Since:
- Available in iOS 15.0 and later.
-
getFetchSubscriptionCompletionBlock
public VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError> getFetchSubscriptionCompletionBlock() -
setFetchSubscriptionCompletionBlock
public void setFetchSubscriptionCompletionBlock(VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError> v) -
init
-
createFetchAllSubscriptionsOperation
-