Uses of Class
org.robovm.apple.foundation.NSProgress
-
Uses of NSProgress in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return NSProgress Modifier and Type Method Description NSProgressAVURLAsset. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return NSProgress Modifier and Type Method Description NSProgressCNContact. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSProgress Modifier and Type Method Description NSProgressNSPersistentStoreAsynchronousResult. getProgress() -
Uses of NSProgress in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return NSProgress Modifier and Type Method Description static NSProgressMLModelCollection. beginAccessingModelCollection(String identifier, VoidBlock2<MLModelCollection,NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.exposurenotification
Methods in org.robovm.apple.exposurenotification that return NSProgress Modifier and Type Method Description NSProgressENManager. detectExposures(ENExposureConfiguration configuration, NSArray<NSURL> diagnosisKeyURLs, VoidBlock2<ENExposureDetectionSummary,NSError> completionHandler)NSProgressENManager. detectExposures(ENExposureConfiguration configuration, VoidBlock2<ENExposureDetectionSummary,NSError> completionHandler)NSProgressENManager. getExposureInfo(ENExposureDetectionSummary summary, String userExplanation, VoidBlock2<NSArray<ENExposureInfo>,NSError> completionHandler)Deprecated.Deprecated in iOS 13.6.NSProgressENManager. getExposureWindows(ENExposureDetectionSummary summary, VoidBlock2<NSArray<ENExposureWindow>,NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.fileprovider
Methods in org.robovm.apple.fileprovider that return NSProgress Modifier and Type Method Description NSProgressNSFileProviderExtension. fetchThumbnails(NSArray<NSString> itemIdentifiers, CGSize size, VoidBlock3<NSString,NSData,NSError> perThumbnailCompletionHandler, VoidBlock1<NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSProgress Modifier and Type Method Description static NSProgressNSProgress. getCurrentProgress()NSProgressNSBundleResourceRequest. getProgress()NSProgressNSOperationQueue. getProgress()NSProgressNSProgressReporting. getProgress()NSProgressNSProgressReportingAdapter. getProgress()NSProgressNSURLSessionTask. getProgress()NSProgressNSItemProviderWriting. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)NSProgressNSItemProviderWritingAdapter. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)NSProgressNSURL. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)NSProgressNSItemProvider. loadDataRepresentationForTypeIdentifier(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)NSProgressNSItemProvider. loadFileRepresentationForTypeIdentifier(String typeIdentifier, VoidBlock2<NSURL,NSError> completionHandler)NSProgressNSItemProvider. loadInPlaceFileRepresentationForTypeIdentifier(String typeIdentifier, VoidBlock3<NSURL,Boolean,NSError> completionHandler)NSProgressNSItemProvider. loadObjectOfClass(Class<?> aClass, VoidBlock2<NSItemProviderReading,NSError> completionHandler)Methods in org.robovm.apple.foundation with parameters of type NSProgress Modifier and Type Method Description voidNSProgress. addChild(NSProgress child, long inUnitCount)protected static longNSProgress. create(long unitCount, NSProgress parent, long portionOfParentTotalUnitCount)protected longNSProgress. init(NSProgress parentProgressOrNil, NSProgressUserInfo userInfoOrNil)Method parameters in org.robovm.apple.foundation with type arguments of type NSProgress Modifier and Type Method Description voidNSItemProvider. registerDataRepresentationForTypeIdentifier(String typeIdentifier, NSItemProviderRepresentationVisibility visibility, Block1<VoidBlock2<NSData,NSError>,NSProgress> loadHandler)voidNSItemProvider. registerFileRepresentationForTypeIdentifier(String typeIdentifier, NSItemProviderFileOptions fileOptions, NSItemProviderRepresentationVisibility visibility, Block1<VoidBlock3<NSURL,Boolean,NSError>,NSProgress> loadHandler)voidNSItemProvider. registerObjectOfClass(Class<?> aClass, NSItemProviderRepresentationVisibility visibility, Block1<VoidBlock2<NSItemProviderWriting,NSError>,NSProgress> loadHandler)Constructors in org.robovm.apple.foundation with parameters of type NSProgress Constructor Description NSProgress(long unitCount, NSProgress parent, long portionOfParentTotalUnitCount)NSProgress(NSProgress parentProgressOrNil, NSProgressUserInfo userInfoOrNil) -
Uses of NSProgress in org.robovm.apple.imagecapturecore
Methods in org.robovm.apple.imagecapturecore that return NSProgress Modifier and Type Method Description NSProgressICCameraDevice. requestDeleteFiles(NSArray<ICCameraItem> files, VoidBlock1<NSDictionary<NSString,ICCameraItem>> deleteFailed, VoidBlock2<NSDictionary<?,?>,NSError> completion)NSProgressICCameraFile. requestDownload(NSDictionary<NSString,?> options, VoidBlock2<NSString,NSError> completion) -
Uses of NSProgress in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return NSProgress Modifier and Type Method Description NSProgressMKMapItem. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler) -
Uses of NSProgress in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return NSProgress Modifier and Type Method Description NSProgressMCSession. sendResource(NSURL resourceURL, String resourceName, MCPeerID peerID, VoidBlock1<NSError> completionHandler)Methods in org.robovm.apple.multipeerconnectivity with parameters of type NSProgress Modifier and Type Method Description voidMCSessionDelegate. didStartReceivingResource(MCSession session, String resourceName, MCPeerID peerID, NSProgress progress)voidMCSessionDelegateAdapter. didStartReceivingResource(MCSession session, String resourceName, MCPeerID peerID, NSProgress progress) -
Uses of NSProgress in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSProgress Modifier and Type Method Description NSProgressUIDocumentBrowserTransitionController. getLoadingProgress()NSProgressUIProgressView. getObservedProgress()NSProgressUIDocument. getProgress()NSProgressUIDropSessionAdapter. getProgress()NSProgressUIColor. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)NSProgressUIDropSession. loadObjects(Class<?> aClass, VoidBlock1<NSArray<?>> completion)NSProgressUIDropSessionAdapter. loadObjects(Class<?> aClass, VoidBlock1<NSArray<?>> completion)Methods in org.robovm.apple.uikit with parameters of type NSProgress Modifier and Type Method Description voidUIDocumentBrowserTransitionController. setLoadingProgress(NSProgress v)voidUIProgressView. setObservedProgress(NSProgress v) -
Uses of NSProgress in org.robovm.apple.watchconnectivity
Methods in org.robovm.apple.watchconnectivity that return NSProgress Modifier and Type Method Description NSProgressWCSessionFileTransfer. getProgress() -
Uses of NSProgress in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return NSProgress Modifier and Type Method Description NSProgressWKDownload. getProgress()