Uses of Class
org.robovm.apple.foundation.NSError
-
Uses of NSError in org.robovm.apple.accounts
Subclasses of NSError in org.robovm.apple.accounts Modifier and Type Class Description classACErrorMethod parameters in org.robovm.apple.accounts with type arguments of type NSError Modifier and Type Method Description voidACAccountStore. removeAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated.voidACAccountStore. renewCredentials(ACAccount account, VoidBlock2<ACAccountCredentialRenewResult,NSError> completionHandler)Deprecated.voidACAccountStore. requestAccessToAccounts(ACAccountType accountType, ACAccountOptions options, VoidBlock2<Boolean,NSError> completion)Deprecated.protected voidACAccountStore. requestAccessToAccounts(ACAccountType accountType, NSDictionary<?,?> options, VoidBlock2<Boolean,NSError> completion)Deprecated.voidACAccountStore. saveAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated. -
Uses of NSError in org.robovm.apple.addressbook
Subclasses of NSError in org.robovm.apple.addressbook Modifier and Type Class Description classABAddressBookErrorMethods in org.robovm.apple.addressbook with parameters of type NSError Modifier and Type Method Description voidABAddressBook.RequestAccessCompletionHandler. requestAccess(boolean granted, NSError error) -
Uses of NSError in org.robovm.apple.appclip
Subclasses of NSError in org.robovm.apple.appclip Modifier and Type Class Description static classAPActivationPayloadErrorCode.NSErrorWrapMethod parameters in org.robovm.apple.appclip with type arguments of type NSError Modifier and Type Method Description voidAPActivationPayload. confirmAcquiredInRegion(CLRegion region, VoidBlock2<Boolean,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.arkit
Subclasses of NSError in org.robovm.apple.arkit Modifier and Type Class Description static classARErrorCode.NSErrorWrapMethods in org.robovm.apple.arkit with parameters of type NSError Modifier and Type Method Description voidARSCNViewDelegateAdapter. didFailWithError(ARSession session, NSError error)voidARSessionObserver. didFailWithError(ARSession session, NSError error)voidARSessionObserverAdapter. didFailWithError(ARSession session, NSError error)voidARSKViewDelegateAdapter. didFailWithError(ARSession session, NSError error)Method parameters in org.robovm.apple.arkit with type arguments of type NSError Modifier and Type Method Description static voidARGeoTrackingConfiguration. checkAvailability(CLLocationCoordinate2D coordinate, VoidBlock2<Boolean,NSError> completionHandler)static voidARGeoTrackingConfiguration. checkAvailability(VoidBlock2<Boolean,NSError> completionHandler)voidARSession. createReferenceObject(MatrixFloat4x4 transform, VectorFloat3 center, VectorFloat3 extent, VoidBlock2<ARReferenceObject,NSError> completionHandler)voidARSession. getCurrentWorldMap(VoidBlock2<ARWorldMap,NSError> completionHandler)voidARSession. getGeoLocation(VectorFloat3 position, VoidBlock3<CLLocationCoordinate2D,Double,NSError> completionHandler)voidARReferenceImage. validate(VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.assetslibrary
Subclasses of NSError in org.robovm.apple.assetslibrary Modifier and Type Class Description classALAssetsLibraryErrorMethod parameters in org.robovm.apple.assetslibrary with type arguments of type NSError Modifier and Type Method Description voidALAssetsLibrary. enumerateGroups(ALAssetsGroupType types, VoidBlock2<ALAssetsGroup,BooleanPtr> enumerationBlock, VoidBlock1<NSError> failureBlock)Deprecated.Deprecated in iOS 9.0.voidALAsset. setImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAsset. setVideo(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeImageDataToSavedPhotosAlbum(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeImageToSavedPhotosAlbum(CGImage imageRef, ALAssetOrientation orientation, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeImageToSavedPhotosAlbum(CGImage imageRef, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAsset. writeModifiedImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAsset. writeModifiedVideo(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidALAssetsLibrary. writeVideoToSavedPhotosAlbum(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0. -
Uses of NSError in org.robovm.apple.audiotoolbox
Method parameters in org.robovm.apple.audiotoolbox with type arguments of type NSError Modifier and Type Method Description static voidAUAudioUnit. instantiate(AudioComponentDescription componentDescription, AudioComponentInstantiationOptions options, VoidBlock2<AUAudioUnit,NSError> completionHandler)static voidAUAudioUnitV2Bridge. instantiate(AudioComponentDescription componentDescription, AudioComponentInstantiationOptions options, VoidBlock2<AUAudioUnit,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.authservices
Subclasses of NSError in org.robovm.apple.authservices Modifier and Type Class Description static classASAuthorizationError.NSErrorWrapstatic classASCredentialIdentityStoreErrorCode.NSErrorWrapMethods in org.robovm.apple.authservices with parameters of type NSError Modifier and Type Method Description voidASAccountAuthenticationModificationExtensionContext. cancelRequest(NSError error)voidASCredentialProviderExtensionContext. cancelRequest(NSError error)voidASAuthorizationProviderExtensionAuthorizationRequest. complete(NSError error)voidASAuthorizationControllerDelegate. didComplete(ASAuthorizationController controller, NSError error)voidASAuthorizationControllerDelegateAdapter. didComplete(ASAuthorizationController controller, NSError error)voidASAccountAuthenticationModificationControllerDelegate. didFailRequest(ASAccountAuthenticationModificationController controller, ASAccountAuthenticationModificationRequest request, NSError error)voidASAccountAuthenticationModificationControllerDelegateAdapter. didFailRequest(ASAccountAuthenticationModificationController controller, ASAccountAuthenticationModificationRequest request, NSError error)Method parameters in org.robovm.apple.authservices with type arguments of type NSError Modifier and Type Method Description voidASAuthorizationAppleIDProvider. getCredentialState(String userID, VoidBlock2<ASAuthorizationAppleIDProviderCredentialState,NSError> completion)voidASAccountAuthenticationModificationExtensionContext. getSignInWithAppleUpgradeAuthorization(String state, String nonce, VoidBlock2<ASAuthorizationAppleIDCredential,NSError> completionHandler)protected longASWebAuthenticationSession. init(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,NSError> completionHandler)voidASAuthorizationProviderExtensionAuthorizationRequest. presentAuthorizationViewController(VoidBlock2<Boolean,NSError> completion)voidASCredentialIdentityStore. removeAllCredentialIdentities(VoidBlock2<Boolean,NSError> completion)voidASCredentialIdentityStore. removeCredentialIdentities(NSArray<ASPasswordCredentialIdentity> credentialIdentities, VoidBlock2<Boolean,NSError> completion)voidASCredentialIdentityStore. replaceCredentialIdentities(NSArray<ASPasswordCredentialIdentity> newCredentialIdentities, VoidBlock2<Boolean,NSError> completion)voidASCredentialIdentityStore. saveCredentialIdentities(NSArray<ASPasswordCredentialIdentity> credentialIdentities, VoidBlock2<Boolean,NSError> completion)Constructor parameters in org.robovm.apple.authservices with type arguments of type NSError Constructor Description ASWebAuthenticationSession(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.automaticac
Subclasses of NSError in org.robovm.apple.automaticac Modifier and Type Class Description static classAEAssessmentErrorCode.NSErrorWrapMethods in org.robovm.apple.automaticac with parameters of type NSError Modifier and Type Method Description voidAEAssessmentSessionDelegate. failedToBegin(AEAssessmentSession session, NSError error)voidAEAssessmentSessionDelegateAdapter. failedToBegin(AEAssessmentSession session, NSError error)voidAEAssessmentSessionDelegate. wasInterrupted(AEAssessmentSession session, NSError error)voidAEAssessmentSessionDelegateAdapter. wasInterrupted(AEAssessmentSession session, NSError error) -
Uses of NSError in org.robovm.apple.avfoundation
Subclasses of NSError in org.robovm.apple.avfoundation Modifier and Type Class Description classAVErrorMethods in org.robovm.apple.avfoundation that return NSError Modifier and Type Method Description NSErrorAVAssetExportSession. getError()NSErrorAVAssetReader. getError()NSErrorAVAssetWriter. getError()NSErrorAVContentKeyRequest. getError()NSErrorAVPlayer. getError()NSErrorAVPlayerItem. getError()NSErrorAVPlayerLooper. getError()NSErrorAVSampleBufferAudioRenderer. getError()NSErrorAVSampleBufferDisplayLayer. getError()Methods in org.robovm.apple.avfoundation with parameters of type NSError Modifier and Type Method Description voidAVAudioPlayerDelegate. decodeErrorDidOccur(AVAudioPlayer player, NSError error)voidAVAudioPlayerDelegateAdapter. decodeErrorDidOccur(AVAudioPlayer player, NSError error)voidAVContentKeySessionDelegate. didFailWithError(AVContentKeySession session, AVContentKeyRequest keyRequest, NSError err)voidAVContentKeySessionDelegateAdapter. didFailWithError(AVContentKeySession session, AVContentKeyRequest keyRequest, NSError err)voidAVCapturePhotoCaptureDelegate. didFinishCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)voidAVCapturePhotoCaptureDelegateAdapter. didFinishCaptureForResolvedSettings(AVCapturePhotoOutput output, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)voidAVCapturePhotoCaptureDelegate. didFinishProcessingLivePhotoToMovieFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, CMTime duration, CMTime photoDisplayTime, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)voidAVCapturePhotoCaptureDelegateAdapter. didFinishProcessingLivePhotoToMovieFileAtURL(AVCapturePhotoOutput output, NSURL outputFileURL, CMTime duration, CMTime photoDisplayTime, AVCaptureResolvedPhotoSettings resolvedSettings, NSError error)voidAVCapturePhotoCaptureDelegate. didFinishProcessingPhoto(AVCapturePhotoOutput output, AVCapturePhoto photo, NSError error)voidAVCapturePhotoCaptureDelegateAdapter. didFinishProcessingPhoto(AVCapturePhotoOutput output, AVCapturePhoto photo, NSError error)voidAVCapturePhotoCaptureDelegate. didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer photoSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0.voidAVCapturePhotoCaptureDelegateAdapter. didFinishProcessingPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer photoSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0.voidAVCapturePhotoCaptureDelegate. didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer rawSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0.voidAVCapturePhotoCaptureDelegateAdapter. didFinishProcessingRawPhotoSampleBuffer(AVCapturePhotoOutput output, CMSampleBuffer rawSampleBuffer, CMSampleBuffer previewPhotoSampleBuffer, AVCaptureResolvedPhotoSettings resolvedSettings, AVCaptureBracketedStillImageSettings bracketSettings, NSError error)Deprecated.Deprecated in iOS 11.0.voidAVCaptureFileOutputRecordingDelegate. didFinishRecording(AVCaptureFileOutput output, NSURL outputFileURL, NSArray<AVCaptureConnection> connections, NSError error)voidAVCaptureFileOutputRecordingDelegateAdapter. didFinishRecording(AVCaptureFileOutput output, NSURL outputFileURL, NSArray<AVCaptureConnection> connections, NSError error)voidAVAudioRecorderDelegate. encodeErrorDidOccur(AVAudioRecorder recorder, NSError error)voidAVAudioRecorderDelegateAdapter. encodeErrorDidOccur(AVAudioRecorder recorder, NSError error)voidAVAsynchronousCIImageFilteringRequest. finish(NSError error)voidAVAsynchronousVideoCompositionRequest. finish(NSError error)voidAVAssetResourceLoadingRequest. finishLoading(NSError error)voidAVContentKeyRequest. processContentKeyResponseError(NSError error)voidAVMetadataItemValueRequest. respond(NSError error) -
Uses of NSError in org.robovm.apple.avkit
Subclasses of NSError in org.robovm.apple.avkit Modifier and Type Class Description classAVKitErrorMethods in org.robovm.apple.avkit with parameters of type NSError Modifier and Type Method Description voidAVPictureInPictureControllerDelegate. failedToStartPictureInPicture(AVPictureInPictureController pictureInPictureController, NSError error)voidAVPictureInPictureControllerDelegateAdapter. failedToStartPictureInPicture(AVPictureInPictureController pictureInPictureController, NSError error)voidAVPlayerViewControllerDelegate. failedToStartPictureInPicture(AVPlayerViewController playerViewController, NSError error)voidAVPlayerViewControllerDelegateAdapter. failedToStartPictureInPicture(AVPlayerViewController playerViewController, NSError error)Method parameters in org.robovm.apple.avkit with type arguments of type NSError Modifier and Type Method Description voidAVPlayerViewController. playPrerollAd(VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.backgroundtasks
Subclasses of NSError in org.robovm.apple.backgroundtasks Modifier and Type Class Description static classBGTaskSchedulerErrorCode.NSErrorWrap -
Uses of NSError in org.robovm.apple.callkit
Subclasses of NSError in org.robovm.apple.callkit Modifier and Type Class Description static classCXErrorCode.NSErrorWrapstatic classCXErrorCodeCallDirectoryManagerError.NSErrorWrapstatic classCXErrorCodeIncomingCallError.NSErrorWrapstatic classCXErrorCodeNotificationServiceExtensionError.NSErrorWrapstatic classCXErrorCodeRequestTransactionError.NSErrorWrapMethods in org.robovm.apple.callkit with parameters of type NSError Modifier and Type Method Description voidCXCallDirectoryExtensionContextDelegate. requestFailed(CXCallDirectoryExtensionContext extensionContext, NSError error)voidCXCallDirectoryExtensionContextDelegateAdapter. requestFailed(CXCallDirectoryExtensionContext extensionContext, NSError error)Method parameters in org.robovm.apple.callkit with type arguments of type NSError Modifier and Type Method Description voidCXCallDirectoryManager. getEnabledStatusForExtension(String identifier, VoidBlock2<CXCallDirectoryEnabledStatus,NSError> completion)voidCXCallDirectoryManager. openSettings(VoidBlock1<NSError> completion)voidCXCallDirectoryManager. reloadExtension(String identifier, VoidBlock1<NSError> completion)voidCXProvider. reportNewIncomingCall(NSUUID UUID, CXCallUpdate update, VoidBlock1<NSError> completion)static voidCXProvider. reportNewIncomingVoIPPushPayload(NSDictionary<?,?> dictionaryPayload, VoidBlock1<NSError> completion)voidCXCallController. requestTransaction(CXAction action, VoidBlock1<NSError> completion)voidCXCallController. requestTransaction(CXTransaction transaction, VoidBlock1<NSError> completion)voidCXCallController. requestTransaction(NSArray<CXAction> actions, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.carplay
Method parameters in org.robovm.apple.carplay with type arguments of type NSError Modifier and Type Method Description voidCPInterfaceController. dismissTemplate(boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. popTemplate(boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. popToRootTemplate(boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. popToTemplate(CPTemplate targetTemplate, boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. presentTemplate(CPTemplate templateToPresent, boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. pushTemplate(CPTemplate templateToPush, boolean animated, VoidBlock2<Boolean,NSError> completion)voidCPInterfaceController. setRootTemplate(CPTemplate rootTemplate, boolean animated, VoidBlock2<Boolean,NSError> completion) -
Uses of NSError in org.robovm.apple.classkit
Subclasses of NSError in org.robovm.apple.classkit Modifier and Type Class Description static classCLSErrorCode.NSErrorWrapMethod parameters in org.robovm.apple.classkit with type arguments of type NSError Modifier and Type Method Description voidCLSDataStore. fetchActivity(NSURL url, VoidBlock2<CLSActivity,NSError> completion)voidCLSDataStore. getContextsMatchingIdentifier(NSArray<NSString> identifierPath, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSDataStore. getContextsMatchingPredicate(NSPredicate predicate, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSContext. getDescendantMatchingIdentifierPath(NSArray<NSString> identifierPath, VoidBlock2<CLSContext,NSError> completion)voidCLSDataStore. save(VoidBlock1<NSError> completion)voidCLSContextProvider. updateDescendantsOfContext(CLSContext context, VoidBlock1<NSError> completion)voidCLSContextProviderAdapter. updateDescendantsOfContext(CLSContext context, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.clockkit
Subclasses of NSError in org.robovm.apple.clockkit Modifier and Type Class Description static classCLKWatchFaceLibraryErrorCode.NSErrorWrapMethod parameters in org.robovm.apple.clockkit with type arguments of type NSError Modifier and Type Method Description voidCLKWatchFaceLibrary. addWatchFace(NSURL fileURL, VoidBlock1<NSError> handler) -
Uses of NSError in org.robovm.apple.cloudkit
Subclasses of NSError in org.robovm.apple.cloudkit Modifier and Type Class Description classCKError -
Uses of NSError in org.robovm.apple.contacts
Subclasses of NSError in org.robovm.apple.contacts Modifier and Type Class Description classCNErrorMethod parameters in org.robovm.apple.contacts with type arguments of type NSError Modifier and Type Method Description NSProgressCNContact. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)voidCNContactStore. requestAccessForEntityType(CNEntityType entityType, VoidBlock2<Boolean,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.corebluetooth
Subclasses of NSError in org.robovm.apple.corebluetooth Modifier and Type Class Description classCBATTErrorclassCBErrorMethods in org.robovm.apple.corebluetooth with parameters of type NSError Modifier and Type Method Description voidCBPeripheralManagerDelegate. didAddService(CBPeripheralManager peripheral, CBService service, NSError error)voidCBPeripheralManagerDelegateAdapter. didAddService(CBPeripheralManager peripheral, CBService service, NSError error)voidCBCentralManagerDelegate. didDisconnectPeripheral(CBCentralManager central, CBPeripheral peripheral, NSError error)voidCBCentralManagerDelegateAdapter. didDisconnectPeripheral(CBCentralManager central, CBPeripheral peripheral, NSError error)voidCBPeripheralDelegate. didDiscoverCharacteristics(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverCharacteristics(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegate. didDiscoverDescriptors(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverDescriptors(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegate. didDiscoverIncludedServices(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverIncludedServices(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegate. didDiscoverServices(CBPeripheral peripheral, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverServices(CBPeripheral peripheral, NSError error)voidCBCentralManagerDelegate. didFailToConnectPeripheral(CBCentralManager central, CBPeripheral peripheral, NSError error)voidCBCentralManagerDelegateAdapter. didFailToConnectPeripheral(CBCentralManager central, CBPeripheral peripheral, NSError error)voidCBPeripheralDelegate. didOpenL2CAPChannel(CBPeripheral peripheral, CBL2CAPChannel channel, NSError error)voidCBPeripheralDelegateAdapter. didOpenL2CAPChannel(CBPeripheral peripheral, CBL2CAPChannel channel, NSError error)voidCBPeripheralManagerDelegate. didOpenL2CAPChannel(CBPeripheralManager peripheral, CBL2CAPChannel channel, NSError error)voidCBPeripheralManagerDelegateAdapter. didOpenL2CAPChannel(CBPeripheralManager peripheral, CBL2CAPChannel channel, NSError error)voidCBPeripheralManagerDelegate. didPublishL2CAPChannel(CBPeripheralManager peripheral, short PSM, NSError error)voidCBPeripheralManagerDelegateAdapter. didPublishL2CAPChannel(CBPeripheralManager peripheral, short PSM, NSError error)voidCBPeripheralDelegate. didReadRSSI(CBPeripheral peripheral, NSNumber RSSI, NSError error)voidCBPeripheralDelegateAdapter. didReadRSSI(CBPeripheral peripheral, NSNumber RSSI, NSError error)voidCBPeripheralManagerDelegate. didStartAdvertising(CBPeripheralManager peripheral, NSError error)voidCBPeripheralManagerDelegateAdapter. didStartAdvertising(CBPeripheralManager peripheral, NSError error)voidCBPeripheralManagerDelegate. didUnpublishL2CAPChannel(CBPeripheralManager peripheral, short PSM, NSError error)voidCBPeripheralManagerDelegateAdapter. didUnpublishL2CAPChannel(CBPeripheralManager peripheral, short PSM, NSError error)voidCBPeripheralDelegate. didUpdateNotificationState(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegateAdapter. didUpdateNotificationState(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegate. didUpdateRSSI(CBPeripheral peripheral, NSError error)Deprecated.Deprecated in iOS 8.0.voidCBPeripheralDelegateAdapter. didUpdateRSSI(CBPeripheral peripheral, NSError error)Deprecated.Deprecated in iOS 8.0.voidCBPeripheralDelegate. didUpdateValue(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegate. didUpdateValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegateAdapter. didUpdateValue(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegateAdapter. didUpdateValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegate. didWriteValue(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegate. didWriteValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegateAdapter. didWriteValue(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error)voidCBPeripheralDelegateAdapter. didWriteValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error) -
Uses of NSError in org.robovm.apple.coredata
Subclasses of NSError in org.robovm.apple.coredata Modifier and Type Class Description classNSSQLiteErrorMethods in org.robovm.apple.coredata that return NSError Modifier and Type Method Description NSErrorNSPersistentCloudKitContainerEvent. getError()NSErrorNSPersistentStoreAsynchronousResult. getOperationError()Methods in org.robovm.apple.coredata with parameters of type NSError Modifier and Type Method Description voidNSMigrationManager. cancelMigration(NSError error)Method parameters in org.robovm.apple.coredata with type arguments of type NSError Modifier and Type Method Description voidNSPersistentStoreCoordinator. addPersistentStoreWithDescription(NSPersistentStoreDescription storeDescription, VoidBlock2<NSPersistentStoreDescription,NSError> block)voidNSCoreDataCoreSpotlightDelegate. deleteSpotlightIndex(VoidBlock1<NSError> completionHandler)voidNSPersistentContainer. loadPersistentStores(VoidBlock2<NSPersistentStoreDescription,NSError> block) -
Uses of NSError in org.robovm.apple.corefoundation
Subclasses of NSError in org.robovm.apple.corefoundation Modifier and Type Class Description classCFMessagePortError -
Uses of NSError in org.robovm.apple.corehaptic
Subclasses of NSError in org.robovm.apple.corehaptic Modifier and Type Class Description static classCHHapticErrorCode.NSErrorWrapMethods in org.robovm.apple.corehaptic that return types with arguments of type NSError Modifier and Type Method Description VoidBlock1<NSError>CHHapticAdvancedPatternPlayer. getCompletionHandler()VoidBlock1<NSError>CHHapticAdvancedPatternPlayerAdapter. getCompletionHandler()Method parameters in org.robovm.apple.corehaptic with type arguments of type NSError Modifier and Type Method Description voidCHHapticEngine. notifyWhenPlayersFinished(Block1<NSError,CHHapticEngineFinishedAction> finishedHandler)voidCHHapticAdvancedPatternPlayer. setCompletionHandler(VoidBlock1<NSError> v)voidCHHapticAdvancedPatternPlayerAdapter. setCompletionHandler(VoidBlock1<NSError> v)voidCHHapticEngine. start(VoidBlock1<NSError> completionHandler)voidCHHapticEngine. stop(VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.corelocation
Subclasses of NSError in org.robovm.apple.corelocation Modifier and Type Class Description classCLErrorstatic classCLLocationPushServiceError.NSErrorWrapMethods in org.robovm.apple.corelocation with parameters of type NSError Modifier and Type Method Description voidCLLocationManagerDelegate. didFail(CLLocationManager manager, NSError error)voidCLLocationManagerDelegateAdapter. didFail(CLLocationManager manager, NSError error)voidCLLocationManagerDelegate. didFailRangingBeacons(CLLocationManager manager, CLBeaconIdentityConstraint beaconConstraint, NSError error)voidCLLocationManagerDelegateAdapter. didFailRangingBeacons(CLLocationManager manager, CLBeaconIdentityConstraint beaconConstraint, NSError error)voidCLLocationManagerDelegate. didFinishDeferredUpdates(CLLocationManager manager, NSError error)voidCLLocationManagerDelegateAdapter. didFinishDeferredUpdates(CLLocationManager manager, NSError error)voidCLLocationManagerDelegate. monitoringDidFail(CLLocationManager manager, CLRegion region, NSError error)voidCLLocationManagerDelegateAdapter. monitoringDidFail(CLLocationManager manager, CLRegion region, NSError error)voidCLLocationManagerDelegate. rangingBeaconsDidFail(CLLocationManager manager, CLBeaconRegion region, NSError error)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegateAdapter. rangingBeaconsDidFail(CLLocationManager manager, CLBeaconRegion region, NSError error)Deprecated.Deprecated in iOS 13.0.Method parameters in org.robovm.apple.corelocation with type arguments of type NSError Modifier and Type Method Description voidCLGeocoder. geocodeAddress(String addressString, CLRegion region, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodeAddress(String addressString, CLRegion region, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodeAddress(String addressString, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodeAddress(ABPersonAddress addressDictionary, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)Deprecated.Deprecated in iOS 11.0.voidCLGeocoder. geocodePostalAddress(CNPostalAddress postalAddress, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodePostalAddress(CNPostalAddress postalAddress, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLLocationManager. requestTemporaryFullAccuracyAuthorization(String purposeKey, VoidBlock1<NSError> completion)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLLocationManager. startMonitoringLocationPushes(VoidBlock2<NSData,NSError> completion) -
Uses of NSError in org.robovm.apple.coremidi
Method parameters in org.robovm.apple.coremidi with type arguments of type NSError Modifier and Type Method Description protected longMIDICISession. init(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler)Constructor parameters in org.robovm.apple.coremidi with type arguments of type NSError Constructor Description MIDICISession(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler) -
Uses of NSError in org.robovm.apple.coreml
Subclasses of NSError in org.robovm.apple.coreml Modifier and Type Class Description static classMLModelError.NSErrorWrapMethods in org.robovm.apple.coreml that return NSError Modifier and Type Method Description NSErrorMLTask. getError()Method parameters in org.robovm.apple.coreml with type arguments of type NSError Modifier and Type Method Description static NSProgressMLModelCollection. beginAccessingModelCollection(String identifier, VoidBlock2<MLModelCollection,NSError> completionHandler)static voidMLModelCollection. endAccessingModelCollection(String identifier, VoidBlock2<Boolean,NSError> completionHandler)static voidMLModel. load(NSURL url, MLModelConfiguration configuration, VoidBlock2<MLModel,NSError> handler) -
Uses of NSError in org.robovm.apple.coremotion
Subclasses of NSError in org.robovm.apple.coremotion Modifier and Type Class Description classCMError -
Uses of NSError in org.robovm.apple.corenfc
Subclasses of NSError in org.robovm.apple.corenfc Modifier and Type Class Description static classNFCReaderError.NSErrorWrapMethods in org.robovm.apple.corenfc with parameters of type NSError Modifier and Type Method Description voidNFCTagReaderSessionDelegate. didInvalidate(NFCTagReaderSession session, NSError error)voidNFCTagReaderSessionDelegateAdapter. didInvalidate(NFCTagReaderSession session, NSError error)voidNFCVASReaderSessionDelegate. didInvalidate(NFCVASReaderSession session, NSError error)voidNFCVASReaderSessionDelegateAdapter. didInvalidate(NFCVASReaderSession session, NSError error)voidNFCNDEFReaderSessionDelegate. didInvalidateWithError(NFCNDEFReaderSession session, NSError error)voidNFCNDEFReaderSessionDelegateAdapter. didInvalidateWithError(NFCNDEFReaderSession session, NSError error)voidNFCReaderSessionDelegate. didInvalidateWithError(NFCReaderSession session, NSError error)voidNFCReaderSessionDelegateAdapter. didInvalidateWithError(NFCReaderSession session, NSError error)Method parameters in org.robovm.apple.corenfc with type arguments of type NSError Modifier and Type Method Description voidNFCISO15693Tag. authenticate(NFCISO15693RequestFlag flags, long cryptoSuiteIdentifier, NSData message, VoidBlock3<NFCISO15693ResponseFlag,NSData,NSError> completionHandler)voidNFCISO15693Tag. challenge(NFCISO15693RequestFlag flags, long cryptoSuiteIdentifier, NSData message, VoidBlock1<NSError> completionHandler)voidNFCNDEFReaderSession. connectToTag(NFCNDEFTag tag, VoidBlock1<NSError> completionHandler)voidNFCTagReaderSession. connectToTag(NFCTag tag, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. customCommand(NFCISO15693RequestFlag flags, long customCommandCode, NSData customRequestParameters, VoidBlock2<NSData,NSError> completionHandler)voidNFCISO15693Tag. extendedFastReadMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCISO15693Tag. extendedGetMultipleBlockSecurityStatus(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSNumber>,NSError> completionHandler)voidNFCISO15693Tag. extendedLockBlock(NFCISO15693RequestFlag flags, long blockNumber, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. extendedReadMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCISO15693Tag. extendedReadSingleBlock(NFCISO15693RequestFlag flags, long blockNumber, VoidBlock2<NSData,NSError> completionHandler)voidNFCISO15693Tag. extendedWriteMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, NSArray<NSData> dataBlocks, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. extendedWriteSingleBlock(NFCISO15693RequestFlag flags, long blockNumber, NSData dataBlock, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. fastReadMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCISO15693Tag. getMultipleBlockSecurityStatus(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSNumber>,NSError> completionHandler)voidNFCISO15693Tag. getSystemInfo(NFCISO15693RequestFlag flags, VoidBlock6<Long,Long,Long,Long,Long,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidNFCISO15693Tag. keyUpdate(NFCISO15693RequestFlag flags, long keyIdentifier, NSData message, VoidBlock3<NFCISO15693ResponseFlag,NSData,NSError> completionHandler)voidNFCISO15693Tag. lockAFI(NFCISO15693RequestFlag flags, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. lockBlock(NFCISO15693RequestFlag flags, byte blockNumber, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. lockDFSID(NFCISO15693RequestFlag flags, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidNFCISO15693Tag. lockDSFID(NFCISO15693RequestFlag flags, VoidBlock1<NSError> completionHandler)voidNFCFeliCaTag. pollingUsingSystemCode(NSData systemCode, NFCFeliCaPollingRequestCode requestCode, NFCFeliCaPollingTimeSlot timeSlot, VoidBlock3<NSData,NSData,NSError> completionHandler)voidNFCNDEFTag. queryNDEFStatus(VoidBlock3<NFCNDEFStatus,Long,NSError> completionHandler)voidNFCISO15693Tag. readBuffer(NFCISO15693RequestFlag flags, VoidBlock3<NFCISO15693ResponseFlag,NSData,NSError> completionHandler)voidNFCISO15693Tag. readMultipleBlocks(NFCISO15693ReadMultipleBlocksConfiguration readConfiguration, VoidBlock2<NSData,NSError> completionHandler)voidNFCISO15693Tag. readMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCNDEFTag. readNDEF(VoidBlock2<NFCNDEFMessage,NSError> completionHandler)voidNFCISO15693Tag. readSingleBlock(NFCISO15693RequestFlag flags, byte blockNumber, VoidBlock2<NSData,NSError> completionHandler)voidNFCFeliCaTag. readWithoutEncryption(NSArray<NSData> serviceCodeList, NSArray<NSData> blockList, VoidBlock4<Long,Long,NSArray<NSData>,NSError> completionHandler)voidNFCFeliCaTag. requestResponse(VoidBlock2<Long,NSError> completionHandler)voidNFCFeliCaTag. requestService(NSArray<NSData> nodeCodeList, VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCFeliCaTag. requestServiceV2(NSArray<NSData> nodeCodeList, VoidBlock6<Long,Long,NFCFeliCaEncryptionId,NSArray<NSData>,NSArray<NSData>,NSError> completionHandler)voidNFCFeliCaTag. requestSpecificationVersion(VoidBlock5<Long,Long,NSData,NSData,NSError> completionHandler)voidNFCFeliCaTag. requestSystemCode(VoidBlock2<NSArray<NSData>,NSError> completionHandler)voidNFCFeliCaTag. resetMode(VoidBlock3<Long,Long,NSError> completionHandler)voidNFCISO15693Tag. resetToReady(NFCISO15693RequestFlag flags, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. selectWithRequestFlags(NFCISO15693RequestFlag flags, VoidBlock1<NSError> completionHandler)voidNFCISO7816Tag. sendCommandAPDU(NFCISO7816APDU apdu, VoidBlock4<NSData,Byte,Byte,NSError> completionHandler)voidNFCISO15693Tag. sendCustomCommand(NFCISO15693CustomCommandConfiguration commandConfiguration, VoidBlock2<NSData,NSError> completionHandler)voidNFCFeliCaTag. sendFeliCaCommandPacket(NSData commandPacket, VoidBlock2<NSData,NSError> completionHandler)voidNFCMiFareTag. sendMiFareCommand(NSData command, VoidBlock2<NSData,NSError> completionHandler)voidNFCMiFareTag. sendMiFareISO7816Command(NFCISO7816APDU apdu, VoidBlock4<NSData,Byte,Byte,NSError> completionHandler)voidNFCISO15693Tag. sendRequest(long flags, long commandCode, NSData data, VoidBlock3<NFCISO15693ResponseFlag,NSData,NSError> completionHandler)voidNFCISO15693Tag. stayQuiet(VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. writeAFI(NFCISO15693RequestFlag flags, byte afi, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. writeDSFID(NFCISO15693RequestFlag flags, byte dsfid, VoidBlock1<NSError> completionHandler)voidNFCNDEFTag. writeLock(VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. writeMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, NSArray<NSData> dataBlocks, VoidBlock1<NSError> completionHandler)voidNFCNDEFTag. writeNDEF(NFCNDEFMessage ndefMessage, VoidBlock1<NSError> completionHandler)voidNFCISO15693Tag. writeSingleBlock(NFCISO15693RequestFlag flags, byte blockNumber, NSData dataBlock, VoidBlock1<NSError> completionHandler)voidNFCFeliCaTag. writeWithoutEncryption(NSArray<NSData> serviceCodeList, NSArray<NSData> blockList, NSArray<NSData> blockData, VoidBlock3<Long,Long,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.coreservices
Subclasses of NSError in org.robovm.apple.coreservices Modifier and Type Class Description classCFNetworkErrorclassCFWinSockError -
Uses of NSError in org.robovm.apple.corespotlight
Subclasses of NSError in org.robovm.apple.corespotlight Modifier and Type Class Description static classCSIndexErrorCode.NSErrorWrapstatic classCSSearchQueryErrorCode.NSErrorWrapMethods in org.robovm.apple.corespotlight that return types with arguments of type NSError Modifier and Type Method Description VoidBlock1<NSError>CSSearchQuery. getCompletionHandler()Method parameters in org.robovm.apple.corespotlight with type arguments of type NSError Modifier and Type Method Description voidCSSearchableIndex. deleteAllSearchableItems(VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. deleteSearchableItems(NSArray<NSString> identifiers, VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. deleteSearchableItemsWithDomainIdentifiers(NSArray<NSString> domainIdentifiers, VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. endIndexBatch(NSData clientState, VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. fetchLastClientState(VoidBlock2<NSData,NSError> completionHandler)voidCSSearchableIndex. indexSearchableItems(NSArray<CSSearchableItem> items, VoidBlock1<NSError> completionHandler)voidCSSearchQuery. setCompletionHandler(VoidBlock1<NSError> v) -
Uses of NSError in org.robovm.apple.coretext
Subclasses of NSError in org.robovm.apple.coretext Modifier and Type Class Description classCTFontManagerErrorMethods in org.robovm.apple.coretext that return NSError Modifier and Type Method Description NSErrorCTFontDescriptorProgressData. getError() -
Uses of NSError in org.robovm.apple.cryptotokenkit
Subclasses of NSError in org.robovm.apple.cryptotokenkit Modifier and Type Class Description static classTKErrorCode.NSErrorWrapMethod parameters in org.robovm.apple.cryptotokenkit with type arguments of type NSError Modifier and Type Method Description voidTKSmartCard. beginSession(VoidBlock2<Boolean,NSError> reply)voidTKSmartCardUserInteraction. run(VoidBlock2<Boolean,NSError> reply)voidTKSmartCard. send(byte ins, byte p1, byte p2, NSData requestData, NSNumber le, VoidBlock3<NSData,Short,NSError> reply)voidTKSmartCard. transmitRequest(NSData request, VoidBlock2<NSData,NSError> reply) -
Uses of NSError in org.robovm.apple.devicecheck
Subclasses of NSError in org.robovm.apple.devicecheck Modifier and Type Class Description static classDCError.NSErrorWrapMethod parameters in org.robovm.apple.devicecheck with type arguments of type NSError Modifier and Type Method Description voidDCAppAttestService. attestKey(String keyId, NSData clientDataHash, VoidBlock2<NSData,NSError> completionHandler)voidDCAppAttestService. generateAssertion(String keyId, NSData clientDataHash, VoidBlock2<NSData,NSError> completionHandler)voidDCAppAttestService. generateKey(VoidBlock2<NSString,NSError> completionHandler)voidDCDevice. generateToken(VoidBlock2<NSData,NSError> completion) -
Uses of NSError in org.robovm.apple.eventkit
Subclasses of NSError in org.robovm.apple.eventkit Modifier and Type Class Description classEKErrorMethod parameters in org.robovm.apple.eventkit with type arguments of type NSError Modifier and Type Method Description voidEKVirtualConferenceProvider. fetchAvailableRoomTypes(VoidBlock2<NSArray<EKVirtualConferenceRoomTypeDescriptor>,NSError> completionHandler)voidEKVirtualConferenceProvider. fetchVirtualConference(String identifier, VoidBlock2<EKVirtualConferenceDescriptor,NSError> completionHandler)voidEKEventStore. requestAccess(EKEntityType entityType, VoidBlock2<Boolean,NSError> completion) -
Uses of NSError in org.robovm.apple.exposurenotification
Subclasses of NSError in org.robovm.apple.exposurenotification Modifier and Type Class Description static classENErrorCode.NSErrorWrap -
Uses of NSError in org.robovm.apple.externalaccessory
Subclasses of NSError in org.robovm.apple.externalaccessory Modifier and Type Class Description classEABluetoothAccessoryPickerErrorMethod parameters in org.robovm.apple.externalaccessory with type arguments of type NSError Modifier and Type Method Description voidEAAccessoryManager. showBluetoothAccessoryPicker(NSPredicate predicate, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.fileprovider
Subclasses of NSError in org.robovm.apple.fileprovider Modifier and Type Class Description static classNSFileProviderErrorCode.NSErrorWrapMethods in org.robovm.apple.fileprovider that return NSError Modifier and Type Method Description NSErrorNSFileProviderItem. getDownloadingError()NSErrorNSFileProviderItemAdapter. getDownloadingError()NSErrorNSFileProviderItem. getUploadingError()NSErrorNSFileProviderItemAdapter. getUploadingError()Methods in org.robovm.apple.fileprovider with parameters of type NSError Modifier and Type Method Description voidNSFileProviderChangeObserver. finishEnumerating(NSError error)voidNSFileProviderChangeObserverAdapter. finishEnumerating(NSError error)voidNSFileProviderEnumerationObserver. finishEnumerating(NSError error)voidNSFileProviderEnumerationObserverAdapter. finishEnumerating(NSError error)Method parameters in org.robovm.apple.fileprovider with type arguments of type NSError Modifier and Type Method Description static voidNSFileProviderManager. addDomain(NSFileProviderDomain domain, VoidBlock1<NSError> completionHandler)voidNSFileProviderExtension. createDirectory(String directoryName, NSString parentItemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. deleteItem(NSString itemIdentifier, VoidBlock1<NSError> completionHandler)NSProgressNSFileProviderExtension. fetchThumbnails(NSArray<NSString> itemIdentifiers, CGSize size, VoidBlock3<NSString,NSData,NSError> perThumbnailCompletionHandler, VoidBlock1<NSError> completionHandler)NSProgressNSFileProviderExtension. fetchThumbnails(NSArray<NSString> itemIdentifiers, CGSize size, VoidBlock3<NSString,NSData,NSError> perThumbnailCompletionHandler, VoidBlock1<NSError> completionHandler)static voidNSFileProviderManager. getDomains(VoidBlock2<NSArray<NSFileProviderDomain>,NSError> completionHandler)voidNSFileProviderExtension. importDocumentAtURL(NSURL fileURL, NSString parentItemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. providePlaceholderAtURL(NSURL url, VoidBlock1<NSError> completionHandler)voidNSFileProviderManager. registerURLSessionTask(NSURLSessionTask task, NSString identifier, VoidBlock1<NSError> completion)static voidNSFileProviderManager. removeAllDomains(VoidBlock1<NSError> completionHandler)static voidNSFileProviderManager. removeDomain(NSFileProviderDomain domain, VoidBlock1<NSError> completionHandler)voidNSFileProviderExtension. renameItem(NSString itemIdentifier, String itemName, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. reparentItem(NSString itemIdentifier, NSString parentItemIdentifier, String newName, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. setFavoriteRank(NSNumber favoriteRank, NSString itemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. setLastUsedDate(NSDate lastUsedDate, NSString itemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. setTagData(NSData tagData, NSString itemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderManager. signalEnumerator(NSString containerItemIdentifier, VoidBlock1<NSError> completion)voidNSFileProviderExtension. startProvidingItemAtURL(NSURL url, VoidBlock1<NSError> completionHandler)voidNSFileProviderExtension. trashItem(NSString itemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler)voidNSFileProviderExtension. untrashItem(NSString itemIdentifier, NSString parentItemIdentifier, VoidBlock2<NSFileProviderItem,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.fileproviderui
Subclasses of NSError in org.robovm.apple.fileproviderui Modifier and Type Class Description static classFPUIExtensionErrorCode.NSErrorWrapMethods in org.robovm.apple.fileproviderui with parameters of type NSError Modifier and Type Method Description voidFPUIActionExtensionContext. cancelRequest(NSError error)voidFPUIActionExtensionViewController. prepareForError(NSError error) -
Uses of NSError in org.robovm.apple.foundation
Subclasses of NSError in org.robovm.apple.foundation Modifier and Type Class Description classNSCarbonErrorclassNSCocoaErrorclassNSItemProviderErrorclassNSMachErrorclassNSPOSIXErrorclassNSStreamSocketSSLErrorclassNSStreamSOCKSErrorclassNSURLErrorclassNSXMLParserErrorMethods in org.robovm.apple.foundation that return NSError Modifier and Type Method Description NSErrorNSMetadataItemAttributes. getDownloadingError()NSErrorNSURLProperties. getDownloadingError()NSErrorNSCoder. getError()NSErrorNSErrorException. getError()NSErrorNSURLAuthenticationChallenge. getError()NSErrorNSURLSessionTask. getError()NSErrorNSXMLParser. getParserError()NSErrorNSStream. getStreamError()NSErrorNSErrorUserInfo. getUnderlyingError()NSErrorNSMetadataItemAttributes. getUploadingError()NSErrorNSURLProperties. getUploadingError()static NSErrorNSError.Marshaler. toObject(Class<? extends NSError> cls, long handle, long flags)Methods in org.robovm.apple.foundation that return types with arguments of type NSError Modifier and Type Method Description VoidBlock3<VoidBlock2<NSObject,NSError>,ObjCClass,NSDictionary<?,?>>NSItemProvider. getPreviewImageHandler()NSArray<NSError>NSError. getUnderlyingErrors()static Block2<NSError,String,NSObject>NSError. getUserInfoValueProvider(NSError err, String userInfoKey, String errorDomain)Methods in org.robovm.apple.foundation with parameters of type NSError Modifier and Type Method Description booleanNSErrorRecoveryAttempting. attemptRecoveryFromError(NSError error, long recoveryOptionIndex)voidNSErrorRecoveryAttempting. attemptRecoveryFromError(NSError error, long recoveryOptionIndex, NSObject delegate, Selector didRecoverSelector, VoidPtr contextInfo)booleanNSErrorRecoveryAttemptingAdapter. attemptRecoveryFromError(NSError error, long recoveryOptionIndex)voidNSErrorRecoveryAttemptingAdapter. attemptRecoveryFromError(NSError error, long recoveryOptionIndex, NSObject delegate, Selector didRecoverSelector, VoidPtr contextInfo)voidNSExtensionContext. cancelRequest(NSError error)voidNSURLSessionDelegate. didBecomeInvalid(NSURLSession session, NSError error)voidNSURLSessionDelegateAdapter. didBecomeInvalid(NSURLSession session, NSError error)voidNSURLSessionTaskDelegate. didComplete(NSURLSession session, NSURLSessionTask task, NSError error)voidNSURLSessionTaskDelegateAdapter. didComplete(NSURLSession session, NSURLSessionTask task, NSError error)voidNSURLConnectionDelegate. didFail(NSURLConnection connection, NSError error)voidNSURLConnectionDelegateAdapter. didFail(NSURLConnection connection, NSError error)voidNSURLProtocolClient. didFail(NSURLProtocol protocol, NSError error)voidNSURLProtocolClientAdapter. didFail(NSURLProtocol protocol, NSError error)voidNSCoder. fail(NSError error)static Block2<NSError,String,NSObject>NSError. getUserInfoValueProvider(NSError err, String userInfoKey, String errorDomain)protected longNSURLAuthenticationChallenge. init(NSURLProtectionSpace space, NSURLCredential credential, long previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender)voidNSXMLParserDelegate. parseErrorOccurred(NSXMLParser parser, NSError parseError)voidNSXMLParserDelegateAdapter. parseErrorOccurred(NSXMLParser parser, NSError parseError)NSErrorUserInfoNSErrorUserInfo. setUnderlyingError(NSError error)booleanNSFileManagerDelegate. shouldProceedCopyingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegateAdapter. shouldProceedCopyingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegate. shouldProceedCopyingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegateAdapter. shouldProceedCopyingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegate. shouldProceedLinkingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegateAdapter. shouldProceedLinkingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegate. shouldProceedLinkingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegateAdapter. shouldProceedLinkingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegate. shouldProceedMovingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegateAdapter. shouldProceedMovingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath)booleanNSFileManagerDelegate. shouldProceedMovingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegateAdapter. shouldProceedMovingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)booleanNSFileManagerDelegate. shouldProceedRemovingItemAtPath(NSFileManager fileManager, NSError error, String path)booleanNSFileManagerDelegateAdapter. shouldProceedRemovingItemAtPath(NSFileManager fileManager, NSError error, String path)booleanNSFileManagerDelegate. shouldProceedRemovingItemAtURL(NSFileManager fileManager, NSError error, NSURL URL)booleanNSFileManagerDelegateAdapter. shouldProceedRemovingItemAtURL(NSFileManager fileManager, NSError error, NSURL URL)static longNSError.Marshaler. toNative(NSError o, long flags)voidNSXMLParserDelegate. validationErrorOccurred(NSXMLParser parser, NSError validationError)voidNSXMLParserDelegateAdapter. validationErrorOccurred(NSXMLParser parser, NSError validationError)Constructors in org.robovm.apple.foundation with parameters of type NSError Constructor Description NSErrorException(NSError error)NSURLAuthenticationChallenge(NSURLProtectionSpace space, NSURLCredential credential, long previousFailureCount, NSURLResponse response, NSError error, NSURLAuthenticationChallengeSender sender) -
Uses of NSError in org.robovm.apple.gamecontroller
Method parameters in org.robovm.apple.gamecontroller with type arguments of type NSError Modifier and Type Method Description voidGCVirtualController. connect(VoidBlock1<NSError> reply) -
Uses of NSError in org.robovm.apple.gamekit
Subclasses of NSError in org.robovm.apple.gamekit Modifier and Type Class Description static classGKErrorCode.NSErrorWrapstatic classGKGameSessionErrorCode.NSErrorWrapDeprecated.static classGKSessionError.NSErrorWrapDeprecated.static classGKVoiceChatServiceError.NSErrorWrapDeprecated.Methods in org.robovm.apple.gamekit that return types with arguments of type NSError Modifier and Type Method Description VoidBlock2<UIViewController,NSError>GKLocalPlayer. getAuthenticateHandler()Methods in org.robovm.apple.gamekit with parameters of type NSError Modifier and Type Method Description voidGKSessionDelegate. connectionWithPeerFailed(GKSession session, String peerID, NSError error)Deprecated.voidGKSessionDelegateAdapter. connectionWithPeerFailed(GKSession session, String peerID, NSError error)voidGKMatchDelegate. didFail(GKMatch match, NSError error)voidGKMatchDelegateAdapter. didFail(GKMatch match, NSError error)voidGKMatchmakerViewControllerDelegate. didFail(GKMatchmakerViewController viewController, NSError error)voidGKMatchmakerViewControllerDelegateAdapter. didFail(GKMatchmakerViewController viewController, NSError error)voidGKSessionDelegate. didFail(GKSession session, NSError error)Deprecated.voidGKSessionDelegateAdapter. didFail(GKSession session, NSError error)voidGKTurnBasedMatchmakerViewControllerDelegate. didFail(GKTurnBasedMatchmakerViewController viewController, NSError error)voidGKTurnBasedMatchmakerViewControllerDelegateAdapter. didFail(GKTurnBasedMatchmakerViewController viewController, NSError error)voidGKVoiceChatClient. didNotStart(GKVoiceChatService voiceChatService, String participantID, NSError error)Deprecated.voidGKVoiceChatClientAdapter. didNotStart(GKVoiceChatService voiceChatService, String participantID, NSError error)voidGKVoiceChatClient. didStop(GKVoiceChatService voiceChatService, String participantID, NSError error)Deprecated.voidGKVoiceChatClientAdapter. didStop(GKVoiceChatService voiceChatService, String participantID, NSError error)Method parameters in org.robovm.apple.gamekit with type arguments of type NSError Modifier and Type Method Description voidGKTurnBasedMatch. acceptInvite(VoidBlock2<GKTurnBasedMatch,NSError> completionHandler)voidGKMatchmaker. addPlayersToMatch(GKMatch match, GKMatchRequest matchRequest, VoidBlock1<NSError> completionHandler)voidGKTurnBasedExchange. cancel(String key, List<String> arguments, VoidBlock1<NSError> completionHandler)voidGKGameSession. clearBadge(NSArray<GKCloudPlayer> players, VoidBlock1<NSError> completionHandler)Deprecated.static voidGKGameSession. createSessionInContainer(String containerName, String title, long maxPlayers, VoidBlock2<GKGameSession,NSError> completionHandler)Deprecated.voidGKTurnBasedMatch. declineInvite(VoidBlock1<NSError> completionHandler)voidGKLocalPlayer. deleteSavedGames(String name, VoidBlock1<NSError> handler)voidGKTurnBasedMatch. endMatch(NSData matchData, NSArray<GKScore> scores, NSArray<GKAchievement> achievements, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidGKTurnBasedMatch. endMatch(NSData matchData, VoidBlock1<NSError> completionHandler)voidGKTurnBasedMatch. endMatchInTurn(NSData matchData, NSArray<GKLeaderboardScore> scores, NSArray<?> achievements, VoidBlock1<NSError> completionHandler)voidGKTurnBasedMatch. endTurn(NSArray<GKTurnBasedParticipant> nextParticipants, double timeout, NSData matchData, VoidBlock1<NSError> completionHandler)voidGKLocalPlayer. fetchItemsForIdentityVerificationSignature(VoidBlock5<NSURL,NSData,NSData,Long,NSError> completionHandler)voidGKLocalPlayer. fetchSavedGames(VoidBlock2<NSArray<GKSavedGame>,NSError> handler)voidGKMatchmaker. findMatch(GKMatchRequest request, VoidBlock2<GKMatch,NSError> completionHandler)static voidGKTurnBasedMatch. findMatch(GKMatchRequest request, VoidBlock2<GKTurnBasedMatch,NSError> completionHandler)voidGKMatchmaker. findPlayers(GKMatchRequest request, VoidBlock2<NSArray<NSString>,NSError> completionHandler)Deprecated.Deprecated in iOS 8.0.voidGKMatchmaker. findPlayersForHostedRequest(GKMatchRequest request, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKLocalPlayer. generateIdentityVerificationSignature(VoidBlock5<NSURL,NSData,NSData,Long,NSError> completionHandler)Deprecated.Deprecated in iOS 13.5.static voidGKCloudPlayer. getCurrentSignedInPlayerForContainer(String containerName, VoidBlock2<GKCloudPlayer,NSError> handler)Deprecated.voidGKGameSession. getShareURL(VoidBlock2<NSURL,NSError> completionHandler)Deprecated.static voidGKAchievementDescription. loadAchievementDescriptions(VoidBlock2<NSArray<GKAchievementDescription>,NSError> completionHandler)static voidGKAchievement. loadAchievements(VoidBlock2<NSArray<GKAchievement>,NSError> completionHandler)voidGKLocalPlayer. loadChallengableFriends(VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKGameSession. loadData(VoidBlock2<NSData,NSError> completionHandler)Deprecated.voidGKSavedGame. loadData(VoidBlock2<NSData,NSError> handler)voidGKLocalPlayer. loadDefaultLeaderboardCategoryID(VoidBlock2<NSString,NSError> completionHandler)Deprecated.Deprecated in iOS 7.0.voidGKLocalPlayer. loadDefaultLeaderboardIdentifier(VoidBlock2<NSString,NSError> completionHandler)voidGKLeaderboard. loadEntriesForPlayers(NSArray<GKPlayer> players, GKLeaderboardTimeScope timeScope, VoidBlock3<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,NSError> completionHandler)voidGKLeaderboard. loadEntriesForPlayerScope(GKLeaderboardPlayerScope playerScope, GKLeaderboardTimeScope timeScope, NSRange range, VoidBlock4<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,Long,NSError> completionHandler)voidGKLocalPlayer. loadFriendPlayers(VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)Deprecated.Deprecated in iOS 10.0.voidGKLocalPlayer. loadFriends(NSArray<NSString> identifiers, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKLocalPlayer. loadFriends(VoidBlock2<NSArray<NSString>,NSError> completionHandler)Deprecated.Deprecated in iOS 8.0.voidGKLocalPlayer. loadFriends2(VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKLocalPlayer. loadFriendsAuthorizationStatus(VoidBlock2<GKFriendsAuthorizationStatus,NSError> completionHandler)voidGKAchievementDescription. loadImage(VoidBlock2<UIImage,NSError> completionHandler)voidGKLeaderboard. loadImage(VoidBlock2<UIImage,NSError> completionHandler)voidGKLeaderboardSet. loadImage(VoidBlock2<UIImage,NSError> completionHandler)static voidGKLeaderboard. loadLeaderboards(NSArray<NSString> leaderboardIDs, VoidBlock2<NSArray<GKLeaderboard>,NSError> completionHandler)static voidGKLeaderboard. loadLeaderboards(VoidBlock2<NSArray<GKLeaderboard>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidGKLeaderboardSet. loadLeaderboards(VoidBlock2<NSArray<GKLeaderboard>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.static voidGKLeaderboardSet. loadLeaderboardSets(VoidBlock2<GKLeaderboardSet,NSError> completionHandler)voidGKLeaderboardSet. loadLeaderboardsUsingHandler(VoidBlock2<NSArray<GKLeaderboard>,NSError> handler)voidGKTurnBasedMatch. loadMatchData(VoidBlock2<NSData,NSError> completionHandler)static voidGKTurnBasedMatch. loadMatches(String matchID, VoidBlock2<GKTurnBasedMatch,NSError> completionHandler)static voidGKTurnBasedMatch. loadMatches(VoidBlock2<NSArray<GKTurnBasedMatch>,NSError> completionHandler)voidGKPlayer. loadPhoto(GKPhotoSize size, VoidBlock2<UIImage,NSError> completionHandler)static voidGKPlayer. loadPlayers(List<String> identifiers, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.5.voidGKLeaderboard. loadPreviousOccurrence(VoidBlock2<GKLeaderboard,NSError> completionHandler)static voidGKAchievementChallenge. loadReceivedChallenges(VoidBlock2<NSArray<GKChallenge>,NSError> completionHandler)static voidGKChallenge. loadReceivedChallenges(VoidBlock2<NSArray<GKChallenge>,NSError> completionHandler)static voidGKScoreChallenge. loadReceivedChallenges(VoidBlock2<NSArray<GKChallenge>,NSError> completionHandler)voidGKLocalPlayer. loadRecentPlayers(VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKLeaderboard. loadScores(VoidBlock2<NSArray<GKScore>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.static voidGKGameSession. loadSession(String identifier, VoidBlock2<GKGameSession,NSError> completionHandler)Deprecated.static voidGKGameSession. loadSessionsInContainer(String containerName, VoidBlock2<NSArray<GKGameSession>,NSError> completionHandler)Deprecated.voidGKMatchmaker. match(GKInvite invite, VoidBlock2<GKMatch,NSError> completionHandler)voidGKTurnBasedMatch. participantQuitInTurn(GKTurnBasedMatchOutcome matchOutcome, NSArray<GKTurnBasedParticipant> nextParticipants, double timeout, NSData matchData, VoidBlock1<NSError> completionHandler)voidGKTurnBasedMatch. participantQuitOutOfTurn(GKTurnBasedMatchOutcome matchOutcome, VoidBlock1<NSError> completionHandler)voidGKMatchmaker. queryActivity(VoidBlock2<Long,NSError> completionHandler)voidGKMatchmaker. queryPlayerGroupActivity(long playerGroup, VoidBlock2<Long,NSError> completionHandler)voidGKMatch. rematch(VoidBlock2<GKMatch,NSError> completionHandler)voidGKTurnBasedMatch. rematch(VoidBlock2<GKTurnBasedMatch,NSError> completionHandler)voidGKTurnBasedMatch. remove(VoidBlock1<NSError> completionHandler)static voidGKGameSession. removeSession(String identifier, VoidBlock1<NSError> completionHandler)Deprecated.voidGKTurnBasedExchange. reply(String key, List<String> arguments, NSData data, VoidBlock1<NSError> completionHandler)voidGKAchievement. reportAchievement(VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 7.0.static voidGKAchievement. reportAchievements(NSArray<GKAchievement> achievements, NSArray<GKChallenge> challenges, VoidBlock1<NSError> completionHandler)static voidGKAchievement. reportAchievements(NSArray<GKAchievement> achievements, VoidBlock1<NSError> completionHandler)static voidGKScore. reportLeaderboardScores(NSArray<GKLeaderboardScore> scores, NSArray<GKChallenge> challenges, VoidBlock1<NSError> completionHandler)Deprecated.voidGKScore. reportScore(VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 7.0.static voidGKScore. reportScores(NSArray<GKScore> scores, NSArray<GKChallenge> challenges, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.static voidGKScore. reportScores(NSArray<GKScore> scores, VoidBlock1<NSError> completionHandler)Deprecated.static voidGKAchievement. resetAchievements(VoidBlock1<NSError> completionHandler)voidGKLocalPlayer. resolveConflictingSavedGames(NSArray<GKSavedGame> conflictingSavedGames, NSData data, VoidBlock2<NSArray<GKSavedGame>,NSError> handler)voidGKTurnBasedMatch. saveCurrentTurn(NSData matchData, VoidBlock1<NSError> completionHandler)voidGKGameSession. saveData(NSData data, VoidBlock2<NSData,NSError> completionHandler)Deprecated.voidGKLocalPlayer. saveGameData(NSData data, String name, VoidBlock2<GKSavedGame,NSError> handler)voidGKTurnBasedMatch. saveMergedMatchData(NSData matchData, NSArray<GKTurnBasedExchange> exchanges, VoidBlock1<NSError> completionHandler)voidGKAchievement. selectChallengeablePlayerIDs(List<String> playerIDs, VoidBlock2<NSArray<NSString>,NSError> completionHandler)Deprecated.Deprecated in iOS 8.0.voidGKAchievement. selectChallengeablePlayers(NSArray<GKPlayer> players, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)voidGKGameSession. sendData(NSData data, GKTransportType transport, VoidBlock1<NSError> completionHandler)Deprecated.voidGKTurnBasedMatch. sendExchange(NSArray<GKTurnBasedParticipant> participants, NSData data, String key, List<String> arguments, double timeout, VoidBlock2<GKTurnBasedExchange,NSError> completionHandler)voidGKGameSession. sendMessage(String key, NSArray<NSString> arguments, NSData data, NSArray<GKCloudPlayer> players, boolean badgePlayers, VoidBlock1<NSError> completionHandler)Deprecated.voidGKTurnBasedMatch. sendReminder(NSArray<GKTurnBasedParticipant> participants, String key, List<String> arguments, VoidBlock1<NSError> completionHandler)voidGKLocalPlayer. setAuthenticateHandler(VoidBlock2<UIViewController,NSError> v)voidGKGameSession. setConnectionState(GKConnectionState state, VoidBlock1<NSError> completionHandler)Deprecated.static voidGKLeaderboard. setDefaultLeaderboard(String leaderboardIdentifier, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 7.0.voidGKLocalPlayer. setDefaultLeaderboardCategoryID(String categoryID, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 7.0.voidGKLocalPlayer. setDefaultLeaderboardIdentifier(String leaderboardIdentifier, VoidBlock1<NSError> completionHandler)static voidGKLeaderboard. submitScore(long score, long context, GKPlayer player, NSArray<NSString> leaderboardIDs, VoidBlock1<NSError> completionHandler)voidGKLeaderboard. submitScore(long score, long context, GKPlayer player, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit with parameters of type NSError Modifier and Type Method Description booleanGKDecisionTree. exportToURL(NSURL url, NSError error)protected longGKDecisionTree. init(NSURL url, NSError error)Constructors in org.robovm.apple.gameplaykit with parameters of type NSError Constructor Description GKDecisionTree(NSURL url, NSError error) -
Uses of NSError in org.robovm.apple.glkit
Subclasses of NSError in org.robovm.apple.glkit Modifier and Type Class Description classGLKTextureLoaderError -
Uses of NSError in org.robovm.apple.healthkit
Subclasses of NSError in org.robovm.apple.healthkit Modifier and Type Class Description classHKErrorMethods in org.robovm.apple.healthkit that return types with arguments of type NSError Modifier and Type Method Description VoidBlock3<HKStatisticsCollectionQuery,HKStatisticsCollection,NSError>HKStatisticsCollectionQuery. getInitialResultsHandler()VoidBlock4<HKStatisticsCollectionQuery,HKStatistics,HKStatisticsCollection,NSError>HKStatisticsCollectionQuery. getStatisticsUpdateHandler()VoidBlock3<HKActivitySummaryQuery,NSArray<HKActivitySummary>,NSError>HKActivitySummaryQuery. getUpdateHandler()VoidBlock5<HKAnchoredObjectQuery,NSArray<HKSample>,NSArray<HKDeletedObject>,HKQueryAnchor,NSError>HKAnchoredObjectQuery. getUpdateHandler() -
Uses of NSError in org.robovm.apple.homekit
Subclasses of NSError in org.robovm.apple.homekit Modifier and Type Class Description classHMErrorMethods in org.robovm.apple.homekit that return types with arguments of type NSError Modifier and Type Method Description NSDictionary<NSUUID,NSError>HMError. getFailedAccessories()Methods in org.robovm.apple.homekit with parameters of type NSError Modifier and Type Method Description voidHMHomeDelegate. didEncounterError(HMHome home, NSError error, HMAccessory accessory)voidHMHomeDelegateAdapter. didEncounterError(HMHome home, NSError error, HMAccessory accessory)voidHMCameraStreamControlDelegate. didStopStreamWithError(HMCameraStreamControl cameraStreamControl, NSError error)voidHMCameraSnapshotControlDelegate. didTakeSnapshot(HMCameraSnapshotControl cameraSnapshotControl, HMCameraSnapshot snapshot, NSError error)Method parameters in org.robovm.apple.homekit with type arguments of type NSError Modifier and Type Method Description voidHMHome. addAccessory(HMAccessory accessory, VoidBlock1<NSError> completion)voidHMActionSet. addAction(HMAction action, VoidBlock1<NSError> completion)voidHMHome. addActionSet(String actionSetName, VoidBlock2<HMActionSet,NSError> completion)voidHMTrigger. addActionSet(HMActionSet actionSet, VoidBlock1<NSError> completion)voidHMHome. addAndSetupAccessories(HMAccessorySetupPayload payload, VoidBlock2<NSArray<HMAccessory>,NSError> completion)Deprecated.Deprecated in iOS 15.0.voidHMHome. addAndSetupAccessories(VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 15.4.voidHMAccessorySetupManager. addAndSetUpAccessories(HMMatterTopology topology, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 15.4.voidHMEventTrigger. addEvent(HMEvent event, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 11.0.voidHMHomeManager. addHome(String homeName, VoidBlock2<HMHome,NSError> completion)voidHMHome. addRoom(String roomName, VoidBlock2<HMRoom,NSError> completion)voidHMZone. addRoom(HMRoom room, VoidBlock1<NSError> completion)voidHMServiceGroup. addService(HMService service, VoidBlock1<NSError> completion)voidHMHome. addServiceGroup(String serviceGroupName, VoidBlock2<HMServiceGroup,NSError> completion)voidHMHome. addTrigger(HMTrigger trigger, VoidBlock1<NSError> completion)voidHMHome. addUser(VoidBlock2<HMUser,NSError> completion)Deprecated.Deprecated in iOS 9.0.voidHMHome. addZone(String zoneName, VoidBlock2<HMZone,NSError> completion)voidHMHome. assignAccessoryToRoom(HMAccessory accessory, HMRoom room, VoidBlock1<NSError> completion)voidHMMatterRequestHandler. configureAccessory(String accessoryName, HMMatterRoom accessoryRoom, VoidBlock1<NSError> completion)voidHMTrigger. enable(boolean enable, VoidBlock1<NSError> completion)voidHMCharacteristic. enableNotification(boolean enable, VoidBlock1<NSError> completion)voidHMHome. executeActionSet(HMActionSet actionSet, VoidBlock1<NSError> completion)voidHMMatterRequestHandler. fetchRooms(HMMatterHome home, VoidBlock2<NSArray<HMMatterRoom>,NSError> completion)voidHMAccessory. identify(VoidBlock1<NSError> completion)voidHMHome. manageUsers(VoidBlock1<NSError> completion)voidHMMatterRequestHandler. pairAccessory(HMMatterHome home, String onboardingPayload, VoidBlock1<NSError> completion)voidHMAccessorySetupManager. performAccessorySetupUsingRequest(HMAccessorySetupRequest request, VoidBlock2<HMAccessorySetupResult,NSError> completion)voidHMAccessorySetupManager. performMatterEcosystemAccessorySetupUsingRequest(HMAccessorySetupRequest request, HMMatterTopology topology, VoidBlock1<NSError> completion)voidHMCharacteristic. readValue(VoidBlock1<NSError> completion)voidHMHome. removeAccessory(HMAccessory accessory, VoidBlock1<NSError> completion)voidHMActionSet. removeAction(HMAction action, VoidBlock1<NSError> completion)voidHMHome. removeActionSet(HMActionSet actionSet, VoidBlock1<NSError> completion)voidHMTrigger. removeActionSet(HMActionSet actionSet, VoidBlock1<NSError> completion)voidHMEventTrigger. removeEvent(HMEvent event, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 11.0.voidHMHomeManager. removeHome(HMHome home, VoidBlock1<NSError> completion)voidHMHome. removeRoom(HMRoom room, VoidBlock1<NSError> completion)voidHMZone. removeRoom(HMRoom room, VoidBlock1<NSError> completion)voidHMServiceGroup. removeService(HMService service, VoidBlock1<NSError> completion)voidHMHome. removeServiceGroup(HMServiceGroup group, VoidBlock1<NSError> completion)voidHMHome. removeTrigger(HMTrigger trigger, VoidBlock1<NSError> completion)voidHMHome. removeUser(HMUser user, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 9.0.voidHMHome. removeZone(HMZone zone, VoidBlock1<NSError> completion)voidHMHome. unblockAccessory(HMAccessory accessory, VoidBlock1<NSError> completion)voidHMService. updateAssociatedServiceType(HMServiceType serviceType, VoidBlock1<NSError> completion)voidHMCameraStream. updateAudioStreamSetting(HMCameraAudioStreamSetting audioStreamSetting, VoidBlock1<NSError> completion)voidHMCharacteristic. updateAuthorizationData(NSData data, VoidBlock1<NSError> completion)voidHMEventTrigger. updateEndEvents(NSArray<HMEvent> endEvents, VoidBlock1<NSError> completion)voidHMEventTrigger. updateEvents(NSArray<HMEvent> events, VoidBlock1<NSError> completion)voidHMEventTrigger. updateExecuteOnce(boolean executeOnce, VoidBlock1<NSError> completion)voidHMTimerTrigger. updateFireDate(NSDate fireDate, VoidBlock1<NSError> completion)voidHMAccessory. updateName(String name, VoidBlock1<NSError> completion)voidHMActionSet. updateName(String name, VoidBlock1<NSError> completion)voidHMHome. updateName(String name, VoidBlock1<NSError> completion)voidHMRoom. updateName(String name, VoidBlock1<NSError> completion)voidHMService. updateName(String name, VoidBlock1<NSError> completion)voidHMServiceGroup. updateName(String name, VoidBlock1<NSError> completion)voidHMTrigger. updateName(String name, VoidBlock1<NSError> completion)voidHMZone. updateName(String name, VoidBlock1<NSError> completion)voidHMEventTrigger. updatePredicate(NSPredicate predicate, VoidBlock1<NSError> completion)voidHMHomeManager. updatePrimaryHome(HMHome home, VoidBlock1<NSError> completion)voidHMTimerTrigger. updateRecurrence(NSDateComponents recurrence, VoidBlock1<NSError> completion)voidHMEventTrigger. updateRecurrences(NSArray<NSDateComponents> recurrences, VoidBlock1<NSError> completion)voidHMLocationEvent. updateRegion(CLRegion region, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 11.0.voidHMCharacteristicWriteAction. updateTargetValue(T targetValue, VoidBlock1<NSError> completion)voidHMTimerTrigger. updateTimeZone(NSTimeZone timeZone, VoidBlock1<NSError> completion)voidHMCharacteristicEvent. updateTriggerValue(T triggerValue, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 11.0.voidHMCharacteristic. writeValue(NSObject value, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.iad
Subclasses of NSError in org.robovm.apple.iad Modifier and Type Class Description classADClientErrorclassADErrorMethods in org.robovm.apple.iad with parameters of type NSError Modifier and Type Method Description voidADInterstitialAdDelegate. didFail(ADInterstitialAd interstitialAd, NSError error)Deprecated.voidADInterstitialAdDelegateAdapter. didFail(ADInterstitialAd interstitialAd, NSError error)voidADBannerViewDelegate. didFailToReceiveAd(ADBannerView banner, NSError error)Deprecated.voidADBannerViewDelegateAdapter. didFailToReceiveAd(ADBannerView banner, NSError error)Method parameters in org.robovm.apple.iad with type arguments of type NSError Modifier and Type Method Description static voidAVPlayerViewControllerExtensions. playPrerollAd(AVPlayerViewController thiz, VoidBlock1<NSError> completionHandler)static voidMPMoviePlayerControllerExtensions. playPrerollAd(MPMoviePlayerController thiz, VoidBlock1<NSError> completionHandler)voidADClient. requestAttributionDetails(VoidBlock2<NSDictionary<?,?>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.5. -
Uses of NSError in org.robovm.apple.identitylookup
Subclasses of NSError in org.robovm.apple.identitylookup Modifier and Type Class Description static classILMessageFilterError.NSErrorWrapMethod parameters in org.robovm.apple.identitylookup with type arguments of type NSError Modifier and Type Method Description voidILMessageFilterExtensionContext. deferQueryRequestToNetwor(VoidBlock2<ILNetworkResponse,NSError> completion) -
Uses of NSError in org.robovm.apple.imagecapturecore
Subclasses of NSError in org.robovm.apple.imagecapturecore Modifier and Type Class Description static classICReturnCode.NSErrorWrapMethods in org.robovm.apple.imagecapturecore with parameters of type NSError Modifier and Type Method Description voidICDeviceDelegate. didCloseSession(ICDevice device, NSError error)voidICDeviceDelegateAdapter. didCloseSession(ICDevice device, NSError error)voidICCameraDeviceDelegate. didCompleteDeleteFiles(ICCameraDevice camera, NSError error)voidICCameraDeviceDelegateAdapter. didCompleteDeleteFiles(ICCameraDevice camera, NSError error)voidICCameraDeviceDownloadDelegate. didDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo)voidICCameraDeviceDownloadDelegateAdapter. didDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo)voidICDeviceDelegate. didEject(ICDevice device, NSError error)voidICDeviceDelegateAdapter. didEject(ICDevice device, NSError error)voidICDeviceDelegate. didEncounterError(ICDevice device, NSError error)voidICDeviceDelegateAdapter. didEncounterError(ICDevice device, NSError error)voidICDeviceDelegate. didOpenSession(ICDevice device, NSError error)voidICDeviceDelegateAdapter. didOpenSession(ICDevice device, NSError error)voidICCameraDeviceDelegate. didReceiveMetadata(ICCameraDevice camera, NSDictionary<?,?> metadata, ICCameraItem item, NSError error)voidICCameraDeviceDelegateAdapter. didReceiveMetadata(ICCameraDevice camera, NSDictionary<?,?> metadata, ICCameraItem item, NSError error)voidICCameraDeviceDelegate. didReceiveThumbnail(ICCameraDevice camera, CGImage thumbnail, ICCameraItem item, NSError error)voidICCameraDeviceDelegateAdapter. didReceiveThumbnail(ICCameraDevice camera, CGImage thumbnail, ICCameraItem item, NSError error) -
Uses of NSError in org.robovm.apple.intents
Subclasses of NSError in org.robovm.apple.intents Modifier and Type Class Description static classINIntentErrorCode.NSErrorWrapMethod parameters in org.robovm.apple.intents with type arguments of type NSError Modifier and Type Method Description static voidINInteraction. deleteAllInteractions(VoidBlock1<NSError> completion)static voidINInteraction. deleteInteractions(NSArray<NSString> identifiers, VoidBlock1<NSError> completion)static voidINInteraction. deleteInteractionsByGroup(String groupIdentifier, VoidBlock1<NSError> completion)voidINInteraction. donateInteraction(VoidBlock1<NSError> completion)voidINVoiceShortcutCenter. getAllVoiceShortcuts(VoidBlock2<NSArray<INVoiceShortcut>,NSError> completionHandler)voidINVoiceShortcutCenter. getVoiceShortcut(NSUUID identifier, VoidBlock2<INVoiceShortcut,NSError> completionHandler)voidINRelevantShortcutStore. setRelevantShortcuts(NSArray<INRelevantShortcut> shortcuts, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.intentsui
Methods in org.robovm.apple.intentsui with parameters of type NSError Modifier and Type Method Description voidINUIAddVoiceShortcutViewControllerDelegate. addVoiceShortcutViewController(INUIAddVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error)voidINUIAddVoiceShortcutViewControllerDelegateAdapter. addVoiceShortcutViewController(INUIAddVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error)voidINUIEditVoiceShortcutViewControllerDelegate. editVoiceShortcutViewController(INUIEditVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error)voidINUIEditVoiceShortcutViewControllerDelegateAdapter. editVoiceShortcutViewController(INUIEditVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error) -
Uses of NSError in org.robovm.apple.linkpresentation
Subclasses of NSError in org.robovm.apple.linkpresentation Modifier and Type Class Description static classLPError.NSErrorWrapMethod parameters in org.robovm.apple.linkpresentation with type arguments of type NSError Modifier and Type Method Description voidLPMetadataProvider. startFetchingMetadata(NSURLRequest request, VoidBlock2<LPLinkMetadata,NSError> completionHandler)voidLPMetadataProvider. startFetchingMetadata(NSURL URL, VoidBlock2<LPLinkMetadata,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.localauthentication
Subclasses of NSError in org.robovm.apple.localauthentication Modifier and Type Class Description static classLAError.NSErrorWrapMethod parameters in org.robovm.apple.localauthentication with type arguments of type NSError Modifier and Type Method Description voidLAContext. evaluateAccessControl(SecAccessControl accessControl, LAAccessControlOperation operation, String localizedReason, VoidBlock2<Boolean,NSError> reply)voidLAContext. evaluatePolicy(LAPolicy policy, String localizedReason, VoidBlock2<Boolean,NSError> reply) -
Uses of NSError in org.robovm.apple.mapkit
Subclasses of NSError in org.robovm.apple.mapkit Modifier and Type Class Description classMKErrorMethods in org.robovm.apple.mapkit with parameters of type NSError Modifier and Type Method Description voidMKMapViewDelegate. didFailLoadingMap(MKMapView mapView, NSError error)voidMKMapViewDelegateAdapter. didFailLoadingMap(MKMapView mapView, NSError error)voidMKMapViewDelegate. didFailToLocateUser(MKMapView mapView, NSError error)voidMKMapViewDelegateAdapter. didFailToLocateUser(MKMapView mapView, NSError error)voidMKLocalSearchCompleterDelegate. didFailWithError(MKLocalSearchCompleter completer, NSError error)voidMKLocalSearchCompleterDelegateAdapter. didFailWithError(MKLocalSearchCompleter completer, NSError error)Method parameters in org.robovm.apple.mapkit with type arguments of type NSError Modifier and Type Method Description voidMKDirections. calculateDirections(VoidBlock2<MKDirectionsResponse,NSError> completionHandler)voidMKDirections. calculateETA(VoidBlock2<MKETAResponse,NSError> completionHandler)NSProgressMKMapItem. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)voidMKTileOverlay. loadTile(MKTileOverlayPath path, VoidBlock2<NSData,NSError> result)voidMKLocalSearch. start(VoidBlock2<MKLocalSearchResponse,NSError> completionHandler)voidMKMapSnapshotter. start(DispatchQueue queue, VoidBlock2<MKMapSnapshot,NSError> completionHandler)voidMKMapSnapshotter. start(VoidBlock2<MKMapSnapshot,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return NSError Modifier and Type Method Description NSErrorMPMoviePlayerThumbnailRequest. getError()Deprecated.Deprecated in iOS 9.0.Method parameters in org.robovm.apple.mediaplayer with type arguments of type NSError Modifier and Type Method Description voidMPMediaLibrary. addItemWithProductID(String productID, VoidBlock2<NSArray<MPMediaEntity>,NSError> completionHandler)voidMPMediaPlaylist. addItemWithProductID(String productID, VoidBlock1<NSError> completionHandler)voidMPMediaPlaylist. addMediaItems(NSArray<MPMediaItem> mediaItems, VoidBlock1<NSError> completionHandler)voidMPPlayableContentDataSource. beginLoadingChildItems(NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.voidMPPlayableContentDataSourceAdapter. beginLoadingChildItems(NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)voidMPPlayableContentDataSource. getContentItem(String identifier, VoidBlock2<MPContentItem,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidMPPlayableContentDataSourceAdapter. getContentItem(String identifier, VoidBlock2<MPContentItem,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidMPMediaLibrary. getPlaylistWithUUID(NSUUID uuid, MPMediaPlaylistCreationMetadata creationMetadata, VoidBlock2<MPMediaPlaylist,NSError> completionHandler)voidMPPlayableContentDelegate. initializePlaybackQueueWithContent(MPPlayableContentManager contentManager, NSArray<?> contentItems, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 12.0.voidMPPlayableContentDelegateAdapter. initializePlaybackQueueWithContent(MPPlayableContentManager contentManager, NSArray<?> contentItems, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 12.0.voidMPPlayableContentDelegate. initiatePlayback(MPPlayableContentManager contentManager, NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidMPPlayableContentDelegateAdapter. initiatePlayback(MPPlayableContentManager contentManager, NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidMPPlayableContentDelegate. initiatePlaybackQueue(MPPlayableContentManager contentManager, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 9.3.voidMPPlayableContentDelegateAdapter. initiatePlaybackQueue(MPPlayableContentManager contentManager, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 9.3.static NSObjectProtocolMPMoviePlayerController.Notifications. observePlaybackDidFinish(MPMoviePlayerController object, VoidBlock3<MPMoviePlayerController,MPMovieFinishReason,NSError> block)voidMPMusicPlayerApplicationController. performQueueTransaction(VoidBlock1<MPMusicPlayerControllerMutableQueue> queueTransaction, VoidBlock2<MPMusicPlayerControllerQueue,NSError> completionHandler)voidMPMoviePlayerController. playPrerollAd(VoidBlock1<NSError> completionHandler)Deprecated.voidMPMusicPlayerController. prepareToPlay(VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.messages
Methods in org.robovm.apple.messages that return NSError Modifier and Type Method Description NSErrorMSMessage. getError()Methods in org.robovm.apple.messages with parameters of type NSError Modifier and Type Method Description voidMSMessage. setError(NSError v)Method parameters in org.robovm.apple.messages with type arguments of type NSError Modifier and Type Method Description voidMSConversation. insertAttachment(NSURL URL, String filename, VoidBlock1<NSError> completionHandler)voidMSConversation. insertMessage(MSMessage message, VoidBlock1<NSError> completionHandler)voidMSConversation. insertSticker(MSSticker sticker, VoidBlock1<NSError> completionHandler)voidMSConversation. insertText(String text, VoidBlock1<NSError> completionHandler)voidMSConversation. sendAttachment(NSURL URL, String filename, VoidBlock1<NSError> completionHandler)voidMSConversation. sendMessage(MSMessage message, VoidBlock1<NSError> completionHandler)voidMSConversation. sendSticker(MSSticker sticker, VoidBlock1<NSError> completionHandler)voidMSConversation. sendText(String text, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.messageui
Subclasses of NSError in org.robovm.apple.messageui Modifier and Type Class Description classMFMailComposeErrorMethods in org.robovm.apple.messageui with parameters of type NSError Modifier and Type Method Description voidMFMailComposeViewControllerDelegate. didFinish(MFMailComposeViewController controller, MFMailComposeResult result, NSError error)voidMFMailComposeViewControllerDelegateAdapter. didFinish(MFMailComposeViewController controller, MFMailComposeResult result, NSError error) -
Uses of NSError in org.robovm.apple.metal
Subclasses of NSError in org.robovm.apple.metal Modifier and Type Class Description static classMTLBinaryArchiveError.NSErrorWrapstatic classMTLCaptureError.NSErrorWrapclassMTLCommandBufferErrorstatic classMTLCounterSampleBufferError.NSErrorWrapstatic classMTLDynamicLibraryError.NSErrorWrapclassMTLLibraryErrorclassMTLRenderPipelineErrorMethods in org.robovm.apple.metal that return NSError Modifier and Type Method Description NSErrorMTLCommandBuffer. getError() -
Uses of NSError in org.robovm.apple.metalkit
Subclasses of NSError in org.robovm.apple.metalkit Modifier and Type Class Description classMTKModelErrorclassMTKTextureLoaderErrorMethod parameters in org.robovm.apple.metalkit with type arguments of type NSError Modifier and Type Method Description voidMTKTextureLoader. newTexture(String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSArray<NSString> names, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, VoidBlock2<NSArray<?>,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSArray<NSURL> URLs, MTKTextureLoaderOptions options, VoidBlock2<NSArray<?>,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return NSError Modifier and Type Method Description NSErrorMPSCommandBuffer. getError()Method parameters in org.robovm.apple.metalps with type arguments of type NSError Modifier and Type Method Description MPSImageMPSNNGraph. executeAsync(NSArray<MPSImage> sourceImages, VoidBlock2<MPSImage,NSError> handler) -
Uses of NSError in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return types with arguments of type NSError Modifier and Type Method Description VoidBlock2<NSArray<MPSGraphTensorData>,NSError>MPSGraphExecutableExecutionDescriptor. getCompletionHandler()VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError>MPSGraphExecutionDescriptor. getCompletionHandler()VoidBlock2<NSArray<MPSGraphTensorData>,NSError>MPSGraphExecutableExecutionDescriptor. getScheduledHandler()VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError>MPSGraphExecutionDescriptor. getScheduledHandler()Method parameters in org.robovm.apple.metalpsgraph with type arguments of type NSError Modifier and Type Method Description voidMPSGraphExecutableExecutionDescriptor. setCompletionHandler(VoidBlock2<NSArray<MPSGraphTensorData>,NSError> v)voidMPSGraphExecutionDescriptor. setCompletionHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v)voidMPSGraphExecutableExecutionDescriptor. setScheduledHandler(VoidBlock2<NSArray<MPSGraphTensorData>,NSError> v)voidMPSGraphExecutionDescriptor. setScheduledHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) -
Uses of NSError in org.robovm.apple.mlcompute
-
Uses of NSError in org.robovm.apple.multipeerconnectivity
Subclasses of NSError in org.robovm.apple.multipeerconnectivity Modifier and Type Class Description classMCErrorMethods in org.robovm.apple.multipeerconnectivity with parameters of type NSError Modifier and Type Method Description voidMCSessionDelegate. didFinishReceivingResource(MCSession session, String resourceName, MCPeerID peerID, NSURL localURL, NSError error)voidMCSessionDelegateAdapter. didFinishReceivingResource(MCSession session, String resourceName, MCPeerID peerID, NSURL localURL, NSError error)voidMCNearbyServiceAdvertiserDelegate. didNotStart(MCNearbyServiceAdvertiser advertiser, NSError error)voidMCNearbyServiceAdvertiserDelegateAdapter. didNotStart(MCNearbyServiceAdvertiser advertiser, NSError error)voidMCBrowserViewController. didNotStartBrowsing(MCNearbyServiceBrowser browser, NSError error)voidMCNearbyServiceBrowserDelegate. didNotStartBrowsing(MCNearbyServiceBrowser browser, NSError error)voidMCNearbyServiceBrowserDelegateAdapter. didNotStartBrowsing(MCNearbyServiceBrowser browser, NSError error)Method parameters in org.robovm.apple.multipeerconnectivity with type arguments of type NSError Modifier and Type Method Description voidMCSession. requestNearbyConnectionData(MCPeerID peerID, VoidBlock2<NSData,NSError> completionHandler)NSProgressMCSession. sendResource(NSURL resourceURL, String resourceName, MCPeerID peerID, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.naturallanguage
Method parameters in org.robovm.apple.naturallanguage with type arguments of type NSError Modifier and Type Method Description static voidNLTagger. requestAssets(NLLanguage language, NLTagScheme tagScheme, VoidBlock2<NLTaggerAssetsResult,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.nearbyinteraction
Subclasses of NSError in org.robovm.apple.nearbyinteraction Modifier and Type Class Description static classNIErrorCode.NSErrorWrapMethods in org.robovm.apple.nearbyinteraction with parameters of type NSError Modifier and Type Method Description voidNISessionDelegate. didInvalidate(NISession session, NSError error)voidNISessionDelegateAdapter. didInvalidate(NISession session, NSError error) -
Uses of NSError in org.robovm.apple.network
Methods in org.robovm.apple.network that return NSError Modifier and Type Method Description NSErrorNWError. copyCfError() -
Uses of NSError in org.robovm.apple.networkextension
Subclasses of NSError in org.robovm.apple.networkextension Modifier and Type Class Description static classNEAppPushManagerError.NSErrorWrapstatic classNEDNSProxyManagerError.NSErrorWrapstatic classNEDNSSettingsManagerError.NSErrorWrapstatic classNEHotspotConfigurationError.NSErrorWrapclassNEVPNErrorMethods in org.robovm.apple.networkextension that return NSError Modifier and Type Method Description NSErrorNWTCPConnection. getError()Methods in org.robovm.apple.networkextension with parameters of type NSError Modifier and Type Method Description voidNEAppProxyProvider. cancelProxy(NSError error)voidNEDNSProxyProvider. cancelProxy(NSError error)voidNEPacketTunnelProvider. cancelTunnel(NSError error)voidNEAppProxyFlow. closeRead(NSError error)voidNEAppProxyFlow. closeWrite(NSError error)Method parameters in org.robovm.apple.networkextension with type arguments of type NSError Modifier and Type Method Description voidNEHotspotConfigurationManager. applyConfiguration(NEHotspotConfiguration configuration, VoidBlock1<NSError> completionHandler)static voidNEAppPushManager. loadAllFromPreferences(VoidBlock2<NSArray<NEAppPushManager>,NSError> completionHandler)static voidNEAppProxyProviderManager. loadAllProxies(VoidBlock2<NSArray<NEAppProxyProviderManager>,NSError> completionHandler)static voidNETunnelProviderManager. loadAllTunnels(VoidBlock2<NSArray<NETunnelProviderManager>,NSError> completionHandler)voidNEAppPushManager. loadFromPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSProxyManager. loadFromPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSSettingsManager. loadFromPreferences(VoidBlock1<NSError> completionHandler)voidNEFilterManager. loadFromPreferences(VoidBlock1<NSError> completionHandler)voidNEVPNManager. loadFromPreferences(VoidBlock1<NSError> completionHandler)voidNEAppProxyFlow. open(NWHostEndpoint localEndpoint, VoidBlock1<NSError> completionHandler)voidNWTCPConnection. read(long minimum, long maximum, VoidBlock2<NSData,NSError> completion)voidNWTCPConnection. read(long length, VoidBlock2<NSData,NSError> completion)voidNEAppProxyTCPFlow. readData(VoidBlock2<NSData,NSError> completionHandler)voidNEAppProxyUDPFlow. readDatagrams(VoidBlock3<NSArray<NSData>,NSArray<NWEndpoint>,NSError> completionHandler)voidNEAppPushManager. removeFromPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSProxyManager. removeFromPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSSettingsManager. removeFromPreferences(VoidBlock1<NSError> completionHandler)voidNEFilterManager. removeFromPreferences(VoidBlock1<NSError> completionHandler)voidNEVPNManager. removeFromPreferences(VoidBlock1<NSError> completionHandler)voidNEAppPushManager. saveToPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSProxyManager. saveToPreferences(VoidBlock1<NSError> completionHandler)voidNEDNSSettingsManager. saveToPreferences(VoidBlock1<NSError> completionHandler)voidNEFilterManager. saveToPreferences(VoidBlock1<NSError> completionHandler)voidNEVPNManager. saveToPreferences(VoidBlock1<NSError> completionHandler)voidNWUDPSession. setReadHandler(VoidBlock2<NSArray<NSData>,NSError> handler, long maxDatagrams)voidNETunnelProvider. setTunnelNetworkSettings(NETunnelNetworkSettings tunnelNetworkSettings, VoidBlock1<NSError> completionHandler)voidNEAppPushProvider. start(VoidBlock1<NSError> completionHandler)Deprecated.Use startvoidNEFilterProvider. startFilter(VoidBlock1<NSError> completionHandler)voidNEAppProxyProvider. startProxy(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)voidNEDNSProxyProvider. startProxy(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)voidNEPacketTunnelProvider. startTunnel(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)voidNWTCPConnection. write(NSData data, VoidBlock1<NSError> completion)voidNEAppProxyTCPFlow. writeData(NSData data, VoidBlock1<NSError> completionHandler)voidNWUDPSession. writeDatagram(NSData datagram, VoidBlock1<NSError> completionHandler)voidNEAppProxyUDPFlow. writeDatagrams(NSArray<NSData> datagrams, NSArray<NWEndpoint> remoteEndpoints, VoidBlock1<NSError> completionHandler)voidNWUDPSession. writeMultipleDatagrams(NSArray<NSData> datagramArray, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.passkit
Subclasses of NSError in org.robovm.apple.passkit Modifier and Type Class Description static classPKAddSecureElementPassErrorCode.NSErrorWrapstatic classPKPassKitErrorCode.NSErrorWrapstatic classPKPaymentErrorCode.NSErrorWrapMethods in org.robovm.apple.passkit that return NSError Modifier and Type Method Description static NSErrorPKPaymentRequest. createPaymentBillingAddressInvalidError(String postalAddressKey, String localizedDescription)static NSErrorPKPaymentRequest. createPaymentContactInvalidError(String field, String localizedDescription)static NSErrorPKPaymentRequest. createPaymentCouponCodeExpiredError(String localizedDescription)static NSErrorPKPaymentRequest. createPaymentCouponCodeInvalidError(String localizedDescription)static NSErrorPKPaymentRequest. createPaymentShippingAddressInvalidError(String postalAddressKey, String localizedDescription)static NSErrorPKPaymentRequest. createPaymentShippingAddressUnserviceableError(String localizedDescription)Methods in org.robovm.apple.passkit that return types with arguments of type NSError Modifier and Type Method Description NSArray<NSError>PKPaymentAuthorizationResult. getErrors()NSArray<NSError>PKPaymentRequestCouponCodeUpdate. getErrors()NSArray<NSError>PKPaymentRequestPaymentMethodUpdate. getErrors()NSArray<NSError>PKPaymentRequestShippingContactUpdate. getErrors()Methods in org.robovm.apple.passkit with parameters of type NSError Modifier and Type Method Description voidPKAddPaymentPassViewControllerDelegate. didFinishAddingPaymentPass(PKAddPaymentPassViewController controller, PKPaymentPass pass, NSError error)voidPKAddPaymentPassViewControllerDelegateAdapter. didFinishAddingPaymentPass(PKAddPaymentPassViewController controller, PKPaymentPass pass, NSError error)voidPKAddSecureElementPassViewControllerDelegate. didFinishAddingSecureElementPass(PKAddSecureElementPassViewController controller, PKSecureElementPass pass, NSError error)Deprecated.Deprecated in iOS 14.0.voidPKAddSecureElementPassViewControllerDelegateAdapter. didFinishAddingSecureElementPass(PKAddSecureElementPassViewController controller, PKSecureElementPass pass, NSError error)Deprecated.Deprecated in iOS 14.0.voidPKAddSecureElementPassViewControllerDelegate. didFinishAddingSecureElementPasses(PKAddSecureElementPassViewController controller, NSArray<PKSecureElementPass> passes, NSError error)voidPKAddSecureElementPassViewControllerDelegateAdapter. didFinishAddingSecureElementPasses(PKAddSecureElementPassViewController controller, NSArray<PKSecureElementPass> passes, NSError error)Method parameters in org.robovm.apple.passkit with type arguments of type NSError Modifier and Type Method Description voidPKPassLibrary. activatePaymentPass(PKPaymentPass paymentPass, String activationCode, VoidBlock2<Boolean,NSError> completion)Deprecated.Deprecated in iOS 9.0.voidPKPassLibrary. activatePaymentPass(PKPaymentPass paymentPass, NSData activationData, VoidBlock2<Boolean,NSError> completion)Deprecated.Use activateSecureElementPass:withActivationData:completion: insteadvoidPKPassLibrary. activateSecureElementPass(PKSecureElementPass secureElementPass, NSData activationData, VoidBlock2<Boolean,NSError> completion)voidPKDisbursementAuthorizationController. authorizeDisbursement(VoidBlock2<Boolean,NSError> completion)protected static longPKAddShareablePassConfiguration. create(NSArray<PKShareablePassMetadata> passMetadata, String provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, VoidBlock2<PKAddShareablePassConfiguration,NSError> completion)protected longPKPaymentAuthorizationResult. init(PKPaymentAuthorizationStatus status, NSArray<NSError> errors)protected longPKPaymentRequestCouponCodeUpdate. init(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems, NSArray<PKShippingMethod> shippingMethods)protected longPKPaymentRequestPaymentMethodUpdate. init(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems)protected longPKPaymentRequestShippingContactUpdate. init(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems, NSArray<PKShippingMethod> shippingMethods)voidPKPassLibrary. serviceProviderDataForSecureElementPass(PKSecureElementPass secureElementPass, VoidBlock2<NSData,NSError> completion)voidPKPaymentAuthorizationResult. setErrors(NSArray<NSError> v)voidPKPaymentRequestCouponCodeUpdate. setErrors(NSArray<NSError> v)voidPKPaymentRequestPaymentMethodUpdate. setErrors(NSArray<NSError> v)voidPKPaymentRequestShippingContactUpdate. setErrors(NSArray<NSError> v)voidPKPassLibrary. signData(NSData signData, PKSecureElementPass secureElementPass, VoidBlock3<NSData,NSData,NSError> completion)Constructor parameters in org.robovm.apple.passkit with type arguments of type NSError Constructor Description PKAddShareablePassConfiguration(NSArray<PKShareablePassMetadata> passMetadata, String provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, VoidBlock2<PKAddShareablePassConfiguration,NSError> completion)PKPaymentAuthorizationResult(PKPaymentAuthorizationStatus status, NSArray<NSError> errors)PKPaymentRequestCouponCodeUpdate(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems, NSArray<PKShippingMethod> shippingMethods)PKPaymentRequestPaymentMethodUpdate(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems)PKPaymentRequestShippingContactUpdate(NSArray<NSError> errors, NSArray<PKPaymentSummaryItem> paymentSummaryItems, NSArray<PKShippingMethod> shippingMethods) -
Uses of NSError in org.robovm.apple.photos
Subclasses of NSError in org.robovm.apple.photos Modifier and Type Class Description static classPHPhotosError.NSErrorWrapMethods in org.robovm.apple.photos that return NSError Modifier and Type Method Description NSErrorPHCloudIdentifierMapping. getError()NSErrorPHContentEditingInputRequestResult. getError()NSErrorPHImageRequestResult. getError()NSErrorPHLocalIdentifierMapping. getError()NSErrorPHPhotoLibrary. getUnavailabilityReason()Methods in org.robovm.apple.photos that return types with arguments of type NSError Modifier and Type Method Description VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHImageRequestOptions. getProgressHandler()VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHLivePhotoRequestOptions. getProgressHandler()VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHVideoRequestOptions. getProgressHandler()Method parameters in org.robovm.apple.photos with type arguments of type NSError Modifier and Type Method Description voidPHPhotoLibrary. performChanges(Runnable changeBlock, VoidBlock2<Boolean,NSError> completionHandler)voidPHLivePhotoEditingContext. prepareLivePhotoForPlayback(CGSize targetSize, NSDictionary<NSString,?> options, VoidBlock2<PHLivePhoto,NSError> handler)voidPHLivePhotoEditingContext. saveLivePhoto(PHContentEditingOutput output, NSDictionary<NSString,?> options, VoidBlock2<Boolean,NSError> handler)voidPHImageRequestOptions. setProgressHandler(VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>> v)voidPHLivePhotoRequestOptions. setProgressHandler(VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>> v)voidPHVideoRequestOptions. setProgressHandler(VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>> v)voidPHAssetResourceManager. writeData(PHAssetResource resource, NSURL fileURL, PHAssetResourceRequestOptions options, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.quicklook
Method parameters in org.robovm.apple.quicklook with type arguments of type NSError Modifier and Type Method Description voidQLPreviewingController. preparePreviewOfFile(NSURL url, VoidBlock1<NSError> handler)voidQLPreviewingControllerAdapter. preparePreviewOfFile(NSURL url, VoidBlock1<NSError> handler)voidQLPreviewingController. preparePreviewOfSearchableItem(String identifier, String queryString, VoidBlock1<NSError> handler)voidQLPreviewingControllerAdapter. preparePreviewOfSearchableItem(String identifier, String queryString, VoidBlock1<NSError> handler)voidQLPreviewingController. providePreviewForFileRequest(QLFilePreviewRequest request, VoidBlock2<QLPreviewReply,NSError> handler)voidQLPreviewingControllerAdapter. providePreviewForFileRequest(QLFilePreviewRequest request, VoidBlock2<QLPreviewReply,NSError> handler)voidQLThumbnailProvider. provideThumbnailForFileRequest(QLFileThumbnailRequest request, VoidBlock2<QLThumbnailReply,NSError> handler) -
Uses of NSError in org.robovm.apple.quicklookthumbnailing
Subclasses of NSError in org.robovm.apple.quicklookthumbnailing Modifier and Type Class Description static classQLThumbnailError.NSErrorWrapMethod parameters in org.robovm.apple.quicklookthumbnailing with type arguments of type NSError Modifier and Type Method Description voidQLThumbnailGenerator. generateBestRepresentation(QLThumbnailGenerationRequest request, VoidBlock2<QLThumbnailRepresentation,NSError> completionHandler)voidQLThumbnailGenerator. generateRepresentations(QLThumbnailGenerationRequest request, VoidBlock3<QLThumbnailRepresentation,QLThumbnailRepresentationType,NSError> updateHandler)voidQLThumbnailProvider. provideThumbnail(QLFileThumbnailRequest request, VoidBlock2<QLThumbnailReply,NSError> handler)voidQLThumbnailGenerator. saveBestRepresentation(QLThumbnailGenerationRequest request, NSURL fileURL, String contentType, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.replaykit
Subclasses of NSError in org.robovm.apple.replaykit Modifier and Type Class Description classRPRecordingErrorMethods in org.robovm.apple.replaykit with parameters of type NSError Modifier and Type Method Description voidRPBroadcastActivityViewControllerDelegate. didFinish(RPBroadcastActivityViewController broadcastActivityViewController, RPBroadcastController broadcastController, NSError error)voidRPBroadcastControllerDelegate. didFinish(RPBroadcastController broadcastController, NSError error)voidRPScreenRecorderDelegate. didStopRecording(RPScreenRecorder screenRecorder, NSError error, RPPreviewViewController previewViewController)Deprecated.Deprecated in iOS 10.0.voidRPScreenRecorderDelegate. didStopRecording(RPScreenRecorder screenRecorder, RPPreviewViewController previewViewController, NSError error)voidRPScreenRecorderDelegateAdapter. didStopRecording(RPScreenRecorder screenRecorder, NSError error, RPPreviewViewController previewViewController)Deprecated.Deprecated in iOS 10.0.voidRPScreenRecorderDelegateAdapter. didStopRecording(RPScreenRecorder screenRecorder, RPPreviewViewController previewViewController, NSError error)voidRPBroadcastSampleHandler. finish(NSError error)voidRPBroadcastMP4ClipHandler. finishedProcessingMP4Clip(RPBroadcastConfiguration broadcastConfiguration, NSError error)Deprecated.Method parameters in org.robovm.apple.replaykit with type arguments of type NSError Modifier and Type Method Description voidRPScreenRecorder. exportClipToURL(NSURL url, double duration, VoidBlock1<NSError> completionHandler)voidRPBroadcastController. finishBroadcast(VoidBlock1<NSError> handler)static voidRPBroadcastActivityViewController. load(String preferredExtension, VoidBlock2<RPBroadcastActivityViewController,NSError> handler)static voidRPBroadcastActivityViewController. load(VoidBlock2<RPBroadcastActivityViewController,NSError> handler)voidRPBroadcastController. startBroadcast(VoidBlock1<NSError> handler)voidRPScreenRecorder. startCapture(VoidBlock3<CMSampleBuffer,RPSampleBufferType,NSError> captureHandler, VoidBlock1<NSError> completionHandler)voidRPScreenRecorder. startCapture(VoidBlock3<CMSampleBuffer,RPSampleBufferType,NSError> captureHandler, VoidBlock1<NSError> completionHandler)voidRPScreenRecorder. startClipBuffering(VoidBlock1<NSError> completionHandler)voidRPScreenRecorder. startRecording(boolean microphoneEnabled, VoidBlock1<NSError> handler)Deprecated.Deprecated in iOS 10.0.voidRPScreenRecorder. startRecording(VoidBlock1<NSError> handler)voidRPScreenRecorder. stopCapture(VoidBlock1<NSError> handler)voidRPScreenRecorder. stopClipBuffering(VoidBlock1<NSError> completionHandler)voidRPScreenRecorder. stopRecording(NSURL url, VoidBlock1<NSError> completionHandler)voidRPScreenRecorder. stopRecording(VoidBlock2<RPPreviewViewController,NSError> handler) -
Uses of NSError in org.robovm.apple.safariservices
Subclasses of NSError in org.robovm.apple.safariservices Modifier and Type Class Description static classSFAuthenticationError.NSErrorWrapDeprecated.classSFContentBlockerErrorclassSSReadingListErrorMethod parameters in org.robovm.apple.safariservices with type arguments of type NSError Modifier and Type Method Description static voidSFContentBlockerManager. getStateOfContentBlocker(String identifier, VoidBlock2<SFContentBlockerState,NSError> completionHandler)protected longSFAuthenticationSession. init(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,NSError> completionHandler)Deprecated.static voidSFContentBlockerManager. reloadContentBlocker(String identifier, VoidBlock1<NSError> completionHandler)Constructor parameters in org.robovm.apple.safariservices with type arguments of type NSError Constructor Description SFAuthenticationSession(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,NSError> completionHandler)Deprecated. -
Uses of NSError in org.robovm.apple.scenekit
Subclasses of NSError in org.robovm.apple.scenekit Modifier and Type Class Description classSCNErrorMethods in org.robovm.apple.scenekit with parameters of type NSError Modifier and Type Method Description voidSCNProgramDelegate. handleError(SCNProgram program, NSError error)voidSCNProgramDelegateAdapter. handleError(SCNProgram program, NSError error)Method parameters in org.robovm.apple.scenekit with type arguments of type NSError Modifier and Type Method Description SCNSceneSCNSceneSource. newScene(SCNSceneSourceOptions options, VoidBlock4<Float,SCNSceneSourceStatus,NSError,BooleanPtr> statusHandler)booleanSCNScene. writeToURL(NSURL url, NSDictionary<NSString,?> options, SCNSceneExportDelegate delegate, VoidBlock3<Float,NSError,BooleanPtr> progressHandler) -
Uses of NSError in org.robovm.apple.security
Method parameters in org.robovm.apple.security with type arguments of type NSError Modifier and Type Method Description static voidSecSharedCredential. addSharedWebCredential(String fqdn, String account, String password, VoidBlock1<NSError> completionHandler)OSStatusSecTrust. evaluateAsyncWithError(DispatchQueue queue, VoidBlock3<SecTrust,Boolean,NSError> result)static voidSecSharedCredential. requestSharedWebCredential(String fqdn, String account, VoidBlock2<List<SecCredential>,NSError> completionHandler)protected static voidSecSharedCredential. requestSharedWebCredential0(String fqdn, String account, VoidBlock2<CFArray,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0. -
Uses of NSError in org.robovm.apple.sensorkit
Subclasses of NSError in org.robovm.apple.sensorkit Modifier and Type Class Description static classSRErrorCode.NSErrorWrapMethods in org.robovm.apple.sensorkit with parameters of type NSError Modifier and Type Method Description voidSRSensorReaderDelegate. failed(SRSensorReader reader, SRFetchRequest fetchRequest, NSError error)voidSRSensorReaderDelegateAdapter. failed(SRSensorReader reader, SRFetchRequest fetchRequest, NSError error)voidSRSensorReaderDelegate. fetchDevicesDidFail(SRSensorReader reader, NSError error)voidSRSensorReaderDelegateAdapter. fetchDevicesDidFail(SRSensorReader reader, NSError error)voidSRSensorReaderDelegate. startRecordingFailed(SRSensorReader reader, NSError error)voidSRSensorReaderDelegateAdapter. startRecordingFailed(SRSensorReader reader, NSError error)voidSRSensorReaderDelegate. stopRecordingFailed(SRSensorReader reader, NSError error)voidSRSensorReaderDelegateAdapter. stopRecordingFailed(SRSensorReader reader, NSError error)Method parameters in org.robovm.apple.sensorkit with type arguments of type NSError Modifier and Type Method Description static voidSRSensorReader. requestAuthorization(NSSet<NSString> sensors, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.shazamkit
Subclasses of NSError in org.robovm.apple.shazamkit Modifier and Type Class Description static classSHErrorCode.NSErrorWrapMethods in org.robovm.apple.shazamkit with parameters of type NSError Modifier and Type Method Description voidSHSessionDelegate. didNotFindMatchForSignature(SHSession session, SHSignature signature, NSError error)voidSHSessionDelegateAdapter. didNotFindMatchForSignature(SHSession session, SHSignature signature, NSError error)Method parameters in org.robovm.apple.shazamkit with type arguments of type NSError Modifier and Type Method Description voidSHMediaLibrary. addMediaItems(NSArray<SHMediaItem> mediaItems, VoidBlock1<NSError> completionHandler)static voidSHMatchedMediaItem. fetchMediaItem(String shazamID, VoidBlock2<SHMediaItem,NSError> completionHandler)static voidSHMediaItem. fetchMediaItem(String shazamID, VoidBlock2<SHMediaItem,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.social
Method parameters in org.robovm.apple.social with type arguments of type NSError Modifier and Type Method Description voidSLRequest. performRequest(VoidBlock3<NSData,NSHTTPURLResponse,NSError> handler) -
Uses of NSError in org.robovm.apple.soundanalysis
Subclasses of NSError in org.robovm.apple.soundanalysis Modifier and Type Class Description static classSNErrorCode.NSErrorWrap -
Uses of NSError in org.robovm.apple.speech
Methods in org.robovm.apple.speech that return NSError Modifier and Type Method Description NSErrorSFSpeechRecognitionTask. getError()Method parameters in org.robovm.apple.speech with type arguments of type NSError Modifier and Type Method Description SFSpeechRecognitionTaskSFSpeechRecognizer. recognitionTask(SFSpeechRecognitionRequest request, VoidBlock2<SFSpeechRecognitionResult,NSError> resultHandler) -
Uses of NSError in org.robovm.apple.spritekit
Method parameters in org.robovm.apple.spritekit with type arguments of type NSError Modifier and Type Method Description static voidSKTextureAtlas. preloadTextureAtlases(List<String> atlasNames, VoidBlock2<NSError,NSArray<SKTextureAtlas>> completionHandler) -
Uses of NSError in org.robovm.apple.storekit
Subclasses of NSError in org.robovm.apple.storekit Modifier and Type Class Description static classSKANError.NSErrorWrapclassSKErrorMethods in org.robovm.apple.storekit that return NSError Modifier and Type Method Description NSErrorSKDownload. getError()NSErrorSKPaymentTransaction. getError()Methods in org.robovm.apple.storekit with parameters of type NSError Modifier and Type Method Description voidSKRequestDelegate. didFail(SKRequest request, NSError error)voidSKRequestDelegateAdapter. didFail(SKRequest request, NSError error)voidSKOverlayDelegate. didFailToLoad(SKOverlay overlay, NSError error)voidSKOverlayDelegateAdapter. didFailToLoad(SKOverlay overlay, NSError error)voidSKPaymentTransactionObserver. restoreCompletedTransactionsFailed(SKPaymentQueue queue, NSError error)voidSKPaymentTransactionObserverAdapter. restoreCompletedTransactionsFailed(SKPaymentQueue queue, NSError error)Method parameters in org.robovm.apple.storekit with type arguments of type NSError Modifier and Type Method Description static voidSKAdNetwork. endImpression(SKAdImpression impression, VoidBlock1<NSError> completion)voidSKProductStorePromotionController. fetchStorePromotionOrder(VoidBlock2<NSArray<SKProduct>,NSError> completionHandler)voidSKProductStorePromotionController. fetchStorePromotionVisibility(SKProduct product, VoidBlock2<SKProductStorePromotionVisibility,NSError> completionHandler)static voidSKArcadeService. getArcadeSubscriptionStatus(long nonce, VoidBlock5<NSData,Integer,NSData,Integer,NSError> resultHandler)voidSKCloudServiceSetupViewController. load(SKCloudServiceSetupOptions options, VoidBlock2<Boolean,NSError> completionHandler)voidSKStoreProductViewController. loadProduct(SKStoreProductParameters parameters, VoidBlock2<Boolean,NSError> block)static voidSKArcadeService. registerArcadeApp(NSData randomFromLib, int randomFromLibLength, VoidBlock5<NSData,Integer,NSData,Integer,NSError> resultHandler)voidSKCloudServiceController. requestCapabilities(VoidBlock2<SKCloudServiceCapability,NSError> completionHandler)voidSKCloudServiceController. requestPersonalizationToken(String clientToken, VoidBlock2<NSString,NSError> completionHandler)Deprecated.Deprecated in iOS 11.0.voidSKCloudServiceController. requestStorefrontCountryCode(VoidBlock2<NSString,NSError> completionHandler)voidSKCloudServiceController. requestStorefrontIdentifier(VoidBlock2<NSString,NSError> completionHandler)voidSKCloudServiceController. requestUserToken(String developerToken, VoidBlock2<NSString,NSError> completionHandler)static voidSKAdNetwork. startImpression(SKAdImpression impression, VoidBlock1<NSError> completion)static voidSKAdNetwork. updatePostbackConversionValue(long conversionValue, VoidBlock1<NSError> completion)voidSKProductStorePromotionController. updateStorePromotionOrder(NSArray<SKProduct> promotionOrder, VoidBlock1<NSError> completionHandler)voidSKProductStorePromotionController. updateStorePromotionVisibility(SKProductStorePromotionVisibility promotionVisibility, SKProduct product, VoidBlock1<NSError> completionHandler) -
Uses of NSError in org.robovm.apple.systemconfiguration
Methods in org.robovm.apple.systemconfiguration that return NSError Modifier and Type Method Description static NSErrorSCStatus. getLastError() -
Uses of NSError in org.robovm.apple.threadnetwork
Method parameters in org.robovm.apple.threadnetwork with type arguments of type NSError Modifier and Type Method Description voidTHClient. deleteCredentialsForBorderAgent(NSData borderAgentID, VoidBlock1<NSError> completion)voidTHClient. retrieveAllCredentials(VoidBlock2<NSSet<THCredentials>,NSError> completion)voidTHClient. retrieveCredentialsForBorderAgent(NSData borderAgentID, VoidBlock2<THCredentials,NSError> completion)voidTHClient. retrieveCredentialsForExtendedPANID(NSData extendedPANID, VoidBlock2<THCredentials,NSError> completion)voidTHClient. retrievePreferredCredentials(VoidBlock2<THCredentials,NSError> completion)voidTHClient. storeCredentialsForBorderAgent(NSData borderAgentID, NSData activeOperationalDataSet, VoidBlock1<NSError> completion) -
Uses of NSError in org.robovm.apple.twitter
Method parameters in org.robovm.apple.twitter with type arguments of type NSError Modifier and Type Method Description voidTWRequest. performRequest(VoidBlock3<NSData,NSHTTPURLResponse,NSError> handler)Deprecated. -
Uses of NSError in org.robovm.apple.uikit
Subclasses of NSError in org.robovm.apple.uikit Modifier and Type Class Description static classUIDocumentBrowserErrorCode.NSErrorWrapstatic classUIGuidedAccessErrorCode.NSErrorWrapstatic classUIPrintError.NSErrorWrapstatic classUISceneErrorCode.NSErrorWrapMethods in org.robovm.apple.uikit that return types with arguments of type NSError Modifier and Type Method Description VoidBlock4<String,Boolean,NSArray<NSObject>,NSError>UIActivityViewController. getCompletionWithItemsHandler()Methods in org.robovm.apple.uikit with parameters of type NSError Modifier and Type Method Description voidUIVideoEditorControllerDelegate. didFail(UIVideoEditorController editor, NSError error)voidUIVideoEditorControllerDelegateAdapter. didFail(UIVideoEditorController editor, NSError error)voidUIWebViewDelegate. didFailLoad(UIWebView webView, NSError error)Deprecated.Deprecated in iOS 12.0.voidUIWebViewDelegateAdapter. didFailLoad(UIWebView webView, NSError error)Deprecated.Deprecated in iOS 12.0.voidUIApplicationDelegate. didFailToContinueUserActivity(UIApplication application, String userActivityType, NSError error)voidUIApplicationDelegateAdapter. didFailToContinueUserActivity(UIApplication application, String userActivityType, NSError error)voidUISceneDelegate. didFailToContinueUserActivity(UIScene scene, String userActivityType, NSError error)voidUISceneDelegateAdapter. didFailToContinueUserActivity(UIScene scene, String userActivityType, NSError error)voidUIApplicationDelegate. didFailToRegisterForRemoteNotifications(UIApplication application, NSError error)voidUIApplicationDelegateAdapter. didFailToRegisterForRemoteNotifications(UIApplication application, NSError error)voidUIDocumentBrowserViewControllerDelegate. failedToImportDocument(UIDocumentBrowserViewController controller, NSURL documentURL, NSError error)voidUIDocumentBrowserViewControllerDelegateAdapter. failedToImportDocument(UIDocumentBrowserViewController controller, NSURL documentURL, NSError error)voidUICloudSharingControllerDelegate. failedToSaveShare(UICloudSharingController csc, NSError error)voidUICloudSharingControllerDelegateAdapter. failedToSaveShare(UICloudSharingController csc, NSError error)voidUIDocument. finishedHandlingError(NSError error, boolean recovered)voidUIDocument. handleError(NSError error, boolean userInteractionPermitted)voidUIDocument. userInteractionNoLongerPermitted(NSError error)Method parameters in org.robovm.apple.uikit with type arguments of type NSError Modifier and Type Method Description voidUIDocument. accommodatePresentedItemDeletion(VoidBlock1<NSError> completionHandler)voidUIDocument. accommodatePresentedSubitemDeletionAtURL(NSURL url, VoidBlock1<NSError> completionHandler)static voidUIGuidedAccess. configureAccessibilityFeatures(UIGuidedAccessAccessibilityFeature features, boolean enabled, VoidBlock2<Boolean,NSError> completion)voidUIPasteboard. detectPatternsForPatterns(NSSet<NSString> patterns, NSIndexSet itemSet, VoidBlock2<NSArray<?>,NSError> completionHandler)voidUIPasteboard. detectPatternsForPatterns(NSSet<NSString> patterns, VoidBlock2<NSSet<NSString>,NSError> completionHandler)voidUIPasteboard. detectValuesForPatterns(NSSet<NSString> patterns, NSIndexSet itemSet, VoidBlock2<NSArray<?>,NSError> completionHandler)voidUIPasteboard. detectValuesForPatterns(NSSet<NSString> patterns, VoidBlock2<NSDictionary<NSString,?>,NSError> completionHandler)voidUIDocumentBrowserViewController. importDocument(NSURL documentURL, NSURL neighbourURL, UIDocumentBrowserImportMode importMode, VoidBlock2<NSURL,NSError> completion)protected longUICloudSharingController. init(VoidBlock2<UICloudSharingController,VoidBlock3<CKShare,CKContainer,NSError>> preparationHandler)protected longUIWindowSceneActivationInteraction. init(Block2<UIWindowSceneActivationInteraction,CGPoint,UIWindowSceneActivationConfiguration> configurationProvider, VoidBlock1<NSError> errorHandler)NSProgressUIColor. loadData(String typeIdentifier, VoidBlock2<NSData,NSError> completionHandler)booleanUIPrintInteractionController. present(boolean animated, VoidBlock3<UIPrintInteractionController,Boolean,NSError> completion)booleanUIPrinterPickerController. presentAnimated(boolean animated, VoidBlock3<UIPrinterPickerController,Boolean,NSError> completion)booleanUIPrinterPickerController. presentFromBarButtonItem(UIBarButtonItem item, boolean animated, VoidBlock3<UIPrinterPickerController,Boolean,NSError> completion)booleanUIPrintInteractionController. presentFromBarButtonItem(UIBarButtonItem item, boolean animated, VoidBlock3<UIPrintInteractionController,Boolean,NSError> completion)booleanUIPrinterPickerController. presentFromRectInView(CGRect rect, UIView view, boolean animated, VoidBlock3<UIPrinterPickerController,Boolean,NSError> completion)booleanUIPrintInteractionController. presentFromRectInView(CGRect rect, UIView view, boolean animated, VoidBlock3<UIPrintInteractionController,Boolean,NSError> completion)booleanUIPrintInteractionController. print(UIPrinter printer, VoidBlock3<UIPrintInteractionController,Boolean,NSError> completion)voidNSFileProviderExtension. providePlaceholder(NSURL url, VoidBlock1<NSError> completionHandler)voidUIApplication. requestSceneSessionActivation(UISceneSession sceneSession, NSUserActivity userActivity, UISceneActivationRequestOptions options, VoidBlock1<NSError> errorHandler)voidUIApplication. requestSceneSessionDestruction(UISceneSession sceneSession, UISceneDestructionRequestOptions options, VoidBlock1<NSError> errorHandler)voidUIDocumentBrowserViewController. revealDocument(NSURL url, boolean importIfNeeded, VoidBlock2<NSURL,NSError> completion)voidUIDocument. savePresentedItemChanges(VoidBlock1<NSError> completionHandler)voidUIImage. saveToPhotosAlbum(VoidBlock2<UIImage,NSError> callback)static voidUIVideo. saveToPhotosAlbum(File videoPath, VoidBlock2<String,NSError> callback)voidUIApplication. setAlternateIcon(String alternateIconName, VoidBlock1<NSError> completionHandler)voidUIActivityViewController. setCompletionWithItemsHandler(VoidBlock4<String,Boolean,NSArray<NSObject>,NSError> v)voidNSFileProviderExtension. startProvidingItem(NSURL url, VoidBlock1<NSError> completionHandler)voidNSTextContentManager. synchronizeTextLayoutManagers(VoidBlock1<NSError> completionHandler)voidNSTextContentManager. synchronizeToBackingStore(VoidBlock1<NSError> completionHandler)voidNSTextElementProvider. synchronizeToBackingStore(VoidBlock1<NSError> completionHandler)voidNSTextElementProviderAdapter. synchronizeToBackingStore(VoidBlock1<NSError> completionHandler)Constructor parameters in org.robovm.apple.uikit with type arguments of type NSError Constructor Description UICloudSharingController(VoidBlock2<UICloudSharingController,VoidBlock3<CKShare,CKContainer,NSError>> preparationHandler)UIWindowSceneActivationInteraction(Block2<UIWindowSceneActivationInteraction,CGPoint,UIWindowSceneActivationConfiguration> configurationProvider, VoidBlock1<NSError> errorHandler) -
Uses of NSError in org.robovm.apple.usernotifications
Method parameters in org.robovm.apple.usernotifications with type arguments of type NSError Modifier and Type Method Description voidUNUserNotificationCenter. addNotificationRequest(UNNotificationRequest request, VoidBlock1<NSError> completionHandler)voidUNUserNotificationCenter. requestAuthorization(UNAuthorizationOptions options, VoidBlock2<Boolean,NSError> completionHandler) -
Uses of NSError in org.robovm.apple.vision
Subclasses of NSError in org.robovm.apple.vision Modifier and Type Class Description static classVNErrorCode.NSErrorWrapMethods in org.robovm.apple.vision that return types with arguments of type NSError Modifier and Type Method Description VoidBlock2<VNRequest,NSError>VNRequest. getCompletionHandler()VoidBlock3<VNRequest,Double,NSError>VNRecognizeTextRequest. getProgressHandler()VoidBlock3<VNRequest,Double,NSError>VNRequestProgressProviding. getProgressHandler()VoidBlock3<VNRequest,Double,NSError>VNRequestProgressProvidingAdapter. getProgressHandler()Method parameters in org.robovm.apple.vision with type arguments of type NSError Modifier and Type Method Description protected longVNCoreMLRequest. init(VNCoreMLModel model, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNDetectTrajectoriesRequest. init(CMTime frameAnalysisSpacing, long trajectoryLength, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNGeneratePersonSegmentationRequest. init(VoidBlock2<VNRequest,NSError> completionHandler)protected longVNRequest. init(VoidBlock2<VNRequest,NSError> completionHandler)protected longVNStatefulRequest. init(CMTime frameAnalysisSpacing, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CGImage cgImage, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CGImage cgImage, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CIImage ciImage, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CIImage ciImage, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CMSampleBuffer sampleBuffer, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CMSampleBuffer sampleBuffer, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CVPixelBuffer pixelBuffer, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(CVPixelBuffer pixelBuffer, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(NSData imageData, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(NSData imageData, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(NSURL imageURL, CGImagePropertyOrientation orientation, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTargetedImageRequest. init(NSURL imageURL, VNImageOption options, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTrackObjectRequest. init(VNDetectedObjectObservation observation, VoidBlock2<VNRequest,NSError> completionHandler)protected longVNTrackRectangleRequest. init(VNRectangleObservation observation, VoidBlock2<VNRequest,NSError> completionHandler)voidVNRecognizeTextRequest. setProgressHandler(VoidBlock3<VNRequest,Double,NSError> v)voidVNRequestProgressProviding. setProgressHandler(VoidBlock3<VNRequest,Double,NSError> v)voidVNRequestProgressProvidingAdapter. setProgressHandler(VoidBlock3<VNRequest,Double,NSError> v) -
Uses of NSError in org.robovm.apple.visionkit
Methods in org.robovm.apple.visionkit with parameters of type NSError Modifier and Type Method Description voidVNDocumentCameraViewControllerDelegate. didFail(VNDocumentCameraViewController controller, NSError error)voidVNDocumentCameraViewControllerDelegateAdapter. didFail(VNDocumentCameraViewController controller, NSError error) -
Uses of NSError in org.robovm.apple.watchconnectivity
Subclasses of NSError in org.robovm.apple.watchconnectivity Modifier and Type Class Description classWCErrorMethods in org.robovm.apple.watchconnectivity with parameters of type NSError Modifier and Type Method Description voidWCSessionDelegate. activationDidComplete(WCSession session, WCSessionActivationState activationState, NSError error)voidWCSessionDelegateAdapter. activationDidComplete(WCSession session, WCSessionActivationState activationState, NSError error)voidWCSessionDelegate. didFinishFileTransfer(WCSession session, WCSessionFileTransfer fileTransfer, NSError error)voidWCSessionDelegateAdapter. didFinishFileTransfer(WCSession session, WCSessionFileTransfer fileTransfer, NSError error)voidWCSessionDelegate. didFinishUserInfoTransfer(WCSession session, WCSessionUserInfoTransfer userInfoTransfer, NSError error)voidWCSessionDelegateAdapter. didFinishUserInfoTransfer(WCSession session, WCSessionUserInfoTransfer userInfoTransfer, NSError error) -
Uses of NSError in org.robovm.apple.watchkit
Subclasses of NSError in org.robovm.apple.watchkit Modifier and Type Class Description classWKErrorMethod parameters in org.robovm.apple.watchkit with type arguments of type NSError Modifier and Type Method Description static booleanWKInterfaceController. openParentApplication(NSDictionary<?,?> userInfo, VoidBlock2<NSDictionary<?,?>,NSError> reply) -
Uses of NSError in org.robovm.apple.webkit
Subclasses of NSError in org.robovm.apple.webkit Modifier and Type Class Description classWKErrorMethods in org.robovm.apple.webkit with parameters of type NSError Modifier and Type Method Description voidWKURLSchemeTask. didFail(NSError error)voidWKURLSchemeTaskAdapter. didFail(NSError error)voidWKNavigationDelegate. didFailNavigation(WKWebView webView, WKNavigation navigation, NSError error)voidWKNavigationDelegateAdapter. didFailNavigation(WKWebView webView, WKNavigation navigation, NSError error)voidWKNavigationDelegate. didFailProvisionalNavigation(WKWebView webView, WKNavigation navigation, NSError error)voidWKNavigationDelegateAdapter. didFailProvisionalNavigation(WKWebView webView, WKNavigation navigation, NSError error)voidWKDownloadDelegate. didFailWithError(WKDownload download, NSError error, NSData resumeData)voidWKDownloadDelegateAdapter. didFailWithError(WKDownload download, NSError error, NSData resumeData)Method parameters in org.robovm.apple.webkit with type arguments of type NSError Modifier and Type Method Description voidWKWebView. callAsyncJavaScript(String functionBody, NSDictionary<NSString,?> arguments, WKFrameInfo frame, WKContentWorld contentWorld, VoidBlock2<NSObject,NSError> completionHandler)voidWKContentRuleListStore. compileContentRuleList(String identifier, String encodedContentRuleList, VoidBlock2<WKContentRuleList,NSError> completionHandler)voidWKWebView. createPDF(WKPDFConfiguration pdfConfiguration, VoidBlock2<NSData,NSError> completionHandler)voidWKWebView. createWebArchiveData(VoidBlock2<NSData,NSError> completionHandler)voidWKWebView. evaluateJavaScript(String javaScriptString, WKFrameInfo frame, WKContentWorld contentWorld, VoidBlock2<NSObject,NSError> completionHandler)voidWKWebView. evaluateJavaScript(String javaScriptString, VoidBlock2<NSObject,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)voidWKContentRuleListStore. lookUpContentRuleList(String identifier, VoidBlock2<WKContentRuleList,NSError> completionHandler)voidWKContentRuleListStore. removeContentRuleList(String identifier, VoidBlock1<NSError> completionHandler)voidWKWebView. takeSnapshot(WKSnapshotConfiguration snapshotConfiguration, VoidBlock2<UIImage,NSError> completionHandler)