Uses of Class
org.robovm.apple.foundation.NSArray
-
Uses of NSArray in org.robovm.apple.accessibility
Methods in org.robovm.apple.accessibility that return NSArray Modifier and Type Method Description NSArray<AXCustomContent>AXCustomContentProvider. getAccessibilityCustomContent()NSArray<AXCustomContent>AXCustomContentProviderAdapter. getAccessibilityCustomContent()NSArray<?>AXChartDescriptor. getAdditionalAxes()NSArray<AXDataPointValue>AXDataPoint. getAdditionalValues()NSArray<NSString>AXCategoricalDataAxisDescriptor. getCategoryOrder()NSArray<AXDataPoint>AXDataSeriesDescriptor. getDataPoints()NSArray<NSNumber>AXNumericDataAxisDescriptor. getGridlinePositions()static NSArray<NSUUID>AXHearingUtilities. getMFiHearingDevicePairedUUIDs()NSArray<AXDataSeriesDescriptor>AXChartDescriptor. getSeries()Methods in org.robovm.apple.accessibility with parameters of type NSArray Modifier and Type Method Description protected longAXCategoricalDataAxisDescriptor. init(String title, NSArray<NSString> categoryOrder)protected longAXCategoricalDataAxisDescriptor. init(NSAttributedString attributedTitle, NSArray<NSString> categoryOrder)protected longAXChartDescriptor. init(String title, String summary, AXDataAxisDescriptor xAxis, AXNumericDataAxisDescriptor yAxis, NSArray<?> additionalAxes, NSArray<AXDataSeriesDescriptor> series)protected longAXChartDescriptor. init(String title, String summary, AXDataAxisDescriptor xAxis, AXNumericDataAxisDescriptor yAxis, NSArray<AXDataSeriesDescriptor> series)protected longAXChartDescriptor. init(NSAttributedString attributedTitle, String summary, AXDataAxisDescriptor xAxis, AXNumericDataAxisDescriptor yAxis, NSArray<?> additionalAxes, NSArray<AXDataSeriesDescriptor> series)protected longAXChartDescriptor. init(NSAttributedString attributedTitle, String summary, AXDataAxisDescriptor xAxis, AXNumericDataAxisDescriptor yAxis, NSArray<AXDataSeriesDescriptor> series)protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues)protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues, String label)protected longAXDataSeriesDescriptor. init(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)protected longAXDataSeriesDescriptor. init(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)protected longAXNumericDataAxisDescriptor. init(String title, double lowerbound, double upperBound, NSArray<NSNumber> gridlinePositions, Block1<Double,String> valueDescriptionProvider)protected longAXNumericDataAxisDescriptor. init(NSAttributedString attributedTitle, double lowerbound, double upperBound, NSArray<NSNumber> gridlinePositions, Block1<Double,String> valueDescriptionProvider)voidAXCustomContentProvider. setAccessibilityCustomContent(NSArray<AXCustomContent> v)voidAXCustomContentProviderAdapter. setAccessibilityCustomContent(NSArray<AXCustomContent> v)voidAXChartDescriptor. setAdditionalAxes(NSArray<?> v)voidAXDataPoint. setAdditionalValues(NSArray<AXDataPointValue> v)voidAXCategoricalDataAxisDescriptor. setCategoryOrder(NSArray<NSString> v)voidAXDataSeriesDescriptor. setDataPoints(NSArray<AXDataPoint> v)voidAXNumericDataAxisDescriptor. setGridlinePositions(NSArray<NSNumber> v)voidAXChartDescriptor. setSeries(NSArray<AXDataSeriesDescriptor> v) -
Uses of NSArray in org.robovm.apple.accounts
Methods in org.robovm.apple.accounts that return NSArray Modifier and Type Method Description NSArray<ACAccount>ACAccountStore. getAccounts()Deprecated.NSArray<ACAccount>ACAccountStore. getAccounts(ACAccountType accountType)Deprecated. -
Uses of NSArray in org.robovm.apple.addressbookui
Methods in org.robovm.apple.addressbookui with parameters of type NSArray Modifier and Type Method Description static UIViewControllerABPersonViewController. viewControllerWithRestorationIdentifier(NSArray<NSString> identifierComponents, NSCoder coder)Deprecated. -
Uses of NSArray in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit with parameters of type NSArray Modifier and Type Method Description static ARSCNFaceGeometryARSCNFaceGeometry. createGeometry(NSArray<SCNGeometrySource> sources, NSArray<SCNGeometryElement> elements)static ARSCNPlaneGeometryARSCNPlaneGeometry. createGeometry(NSArray<SCNGeometrySource> sources, NSArray<SCNGeometryElement> elements)voidARSessionDelegate. didAddAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARSessionDelegateAdapter. didAddAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARSessionDelegate. didRemoveAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARSessionDelegateAdapter. didRemoveAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARSessionDelegate. didUpdateAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARSessionDelegateAdapter. didUpdateAnchors(ARSession session, NSArray<ARAnchor> anchors)voidARWorldMap. setAnchors(NSArray<ARAnchor> v)Method parameters in org.robovm.apple.arkit with type arguments of type NSArray Modifier and Type Method Description ARTrackedRaycastARSession. trackedRaycast(ARRaycastQuery query, VoidBlock1<NSArray<ARRaycastResult>> updateHandler) -
Uses of NSArray in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return NSArray Modifier and Type Method Description protected static NSArrayAudioUnit. extensionCopyComponentList0(String extensionIdentifier)NSArray<AUParameter>AUParameterGroup. getAllParameters()NSArray<NSNumber>AUAudioUnit. getChannelCapabilities()NSArray<NSNumber>AUAudioUnit. getChannelMap()NSArray<AUParameterNode>AUParameterGroup. getChildren()NSArray<NSNumber>AUParameter. getDependentParameters()NSArray<AUAudioUnitPreset>AUAudioUnit. getFactoryPresets()NSArray<NSString>AUAudioUnit. getMIDIOutputNames()NSArray<NSNumber>AUAudioUnit. getParameters(long count)NSArray<NSNumber>AUAudioUnitBus. getSupportedChannelCounts()NSArray<NSNumber>AUAudioUnitBus. getSupportedChannelLayoutTags()NSArray<AUAudioUnitPreset>AUAudioUnit. getUserPresets()NSArray<NSString>AUParameter. getValueStrings()Methods in org.robovm.apple.audiotoolbox with parameters of type NSArray Modifier and Type Method Description protected static longAUParameterTree. create(NSArray<AUParameterNode> children)static AUParameterGroupAUParameterTree. createGroup(String identifier, String name, NSArray<AUParameterNode> children)static AUParameterGroupAUParameterTree. createGroupTemplate(NSArray<AUParameterNode> children)static AUParameterAUParameterTree. createParameter(String identifier, String name, long address, float min, float max, AudioUnitParameterUnit unit, String unitName, AUParameterFlags flags, NSArray<NSString> valueStrings, NSArray<NSNumber> dependentParameters)protected static OSStatusAudioUnit. extensionSetComponentList0(String extensionIdentifier, NSArray audioComponentInfo)protected longAUAudioUnitBusArray. init(AUAudioUnit owner, AUAudioUnitBusType busType, NSArray<AUAudioUnitBus> busArray)voidAUAudioUnitBusArray. replaceBusses(NSArray<AUAudioUnitBus> busArray)voidAUAudioUnit. setChannelMap(NSArray<NSNumber> v)voidAUAudioUnitBus. setSupportedChannelCounts(NSArray<NSNumber> v)Constructors in org.robovm.apple.audiotoolbox with parameters of type NSArray Constructor Description AUAudioUnitBusArray(AUAudioUnit owner, AUAudioUnitBusType busType, NSArray<AUAudioUnitBus> busArray)AUParameterTree(NSArray<AUParameterNode> children) -
Uses of NSArray in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return NSArray Modifier and Type Method Description NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>ASAuthorizationPlatformPublicKeyCredentialAssertionRequest. getAllowedCredentials()NSArray<T>ASAuthorizationPublicKeyCredentialAssertionRequest. getAllowedCredentials()NSArray<ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor>ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest. getAllowedCredentials()NSArray<NSURLQueryItem>ASAuthorizationSingleSignOnRequest. getAuthorizationOptions()NSArray<ASAuthorizationRequest>ASAuthorizationController. getAuthorizationRequests()NSArray<NSString>ASAuthorizationAppleIDCredential. getAuthorizedScopes()NSArray<NSString>ASAuthorizationSingleSignOnCredential. getAuthorizedScopes()NSArray<ASAuthorizationPublicKeyCredentialParameters>ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest. getCredentialParameters()NSArray<ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor>ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest. getExcludedCredentials()NSArray<?>ASAuthorizationProviderExtensionAuthorizationResult. getPrivateKeys()NSArray<?>ASAuthorizationSingleSignOnCredential. getPrivateKeys()NSArray<NSString>ASAuthorizationOpenIDRequest. getRequestedScopes()NSArray<NSString>ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor. getTransports()Methods in org.robovm.apple.authservices with parameters of type NSArray Modifier and Type Method Description protected longASAuthorizationController. init(NSArray<ASAuthorizationRequest> authorizationRequests)protected longASAuthorizationSecurityKeyPublicKeyCredentialDescriptor. init(NSData credentialID, NSArray<NSString> allowedTransports)voidASCredentialProviderViewController. prepareCredentialListForServiceIdentifiers(NSArray<ASCredentialServiceIdentifier> serviceIdentifiers)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)voidASAuthorizationPlatformPublicKeyCredentialAssertionRequest. setAllowedCredentials(NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor> v)voidASAuthorizationPublicKeyCredentialAssertionRequest. setAllowedCredentials(NSArray<T> v)voidASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest. setAllowedCredentials(NSArray<ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor> v)voidASAuthorizationSingleSignOnRequest. setAuthorizationOptions(NSArray<NSURLQueryItem> v)voidASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest. setCredentialParameters(NSArray<ASAuthorizationPublicKeyCredentialParameters> v)voidASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest. setExcludedCredentials(NSArray<ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor> v)voidASAuthorizationProviderExtensionAuthorizationResult. setPrivateKeys(NSArray<?> v)voidASAuthorizationOpenIDRequest. setRequestedScopes(NSArray<NSString> v)voidASAuthorizationSecurityKeyPublicKeyCredentialDescriptor. setTransports(NSArray<NSString> v)Constructors in org.robovm.apple.authservices with parameters of type NSArray Constructor Description ASAuthorizationController(NSArray<ASAuthorizationRequest> authorizationRequests)ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor(NSData credentialID, NSArray<NSString> allowedTransports) -
Uses of NSArray in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation with parameters of type NSArray Modifier and Type Method Description NSObjectAVSampleBufferRenderSynchronizer. addBoundaryTimeObserver(NSArray<NSValue> times, DispatchQueue queue, Runnable block)NSArray<AVMutableMovieTrack>AVMutableMovie. addMutableTracksCopyingSettings(NSArray<AVAssetTrack> existingTracks, NSDictionary<NSString,?> options)AVAggregateAssetDownloadTaskAVAssetDownloadURLSession. aggregateAssetDownloadTaskWithURLAsset(AVURLAsset URLAsset, NSArray<AVMediaSelection> mediaSelections, String title, NSData artworkData, NSDictionary<NSString,?> options)voidAVAssetDownloadDelegate. assetDownloadTask(NSURLSession session, AVAssetDownloadTask assetDownloadTask, NSArray<AVAssetVariant> variants)voidAVAssetDownloadDelegateAdapter. assetDownloadTask(NSURLSession session, AVAssetDownloadTask assetDownloadTask, NSArray<AVAssetVariant> variants)voidAVCaptureStillImageOutput. captureStillImageBracketAsynchronously(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock3<CMSampleBuffer,AVCaptureBracketedStillImageSettings,NSError> handler)Deprecated.Deprecated in iOS 10.0.voidAVAudioEngine. connect(AVAudioNode sourceNode, NSArray<AVAudioConnectionPoint> destNodes, long sourceBus, AVAudioFormat format)voidAVAudioEngine. connectMIDI(AVAudioNode sourceNode, NSArray<AVAudioNode> destinationNodes, AVAudioFormat format, Block4<AUEventSampleTime,Byte,Long,BytePtr,OSStatus> tapBlock)protected static longAVCaptureDeviceDiscoverySession. create(NSArray<NSString> deviceTypes, String mediaType, AVCaptureDevicePosition position)protected static longAVCapturePhotoBracketSettings. create(int rawPixelFormatType, String rawFileType, NSDictionary<NSString,?> processedFormat, String processedFileType, NSArray<AVCaptureBracketedStillImageSettings> bracketedSettings)protected static longAVCapturePhotoBracketSettings. create(int rawPixelFormatType, NSDictionary<NSString,?> processedFormat, NSArray<AVCaptureBracketedStillImageSettings> bracketedSettings)protected static longAVPlayerInterstitialEvent. create(AVPlayerItem primaryItem, String identifier, CMTime time, NSArray<AVPlayerItem> templateItems, AVPlayerInterstitialEventRestrictions restrictions, CMTime resumptionOffset, CMTime playoutLimit, NSDictionary<?,?> userDefinedAttributes)protected static longAVPlayerInterstitialEvent. create(AVPlayerItem primaryItem, String identifier, NSDate date, NSArray<AVPlayerItem> templateItems, AVPlayerInterstitialEventRestrictions restrictions, CMTime resumptionOffset, CMTime playoutLimit, NSDictionary<?,?> userDefinedAttributes)protected static longAVVideoCompositionCoreAnimationTool. create(NSArray<CALayer> videoLayers, CALayer animationLayer)static NSPropertyListAVTextStyleRule. createPropertyList(NSArray<AVTextStyleRule> textStyleRules)voidAVPlayerItemMetadataCollectorPushDelegate. didCollectDateRangeMetadataGroups(AVPlayerItemMetadataCollector metadataCollector, NSArray<AVDateRangeMetadataGroup> metadataGroups, NSIndexSet indexesOfNewGroups, NSIndexSet indexesOfModifiedGroups)voidAVPlayerItemMetadataCollectorPushDelegateAdapter. didCollectDateRangeMetadataGroups(AVPlayerItemMetadataCollector metadataCollector, NSArray<AVDateRangeMetadataGroup> metadataGroups, NSIndexSet indexesOfNewGroups, NSIndexSet indexesOfModifiedGroups)voidAVCaptureFileOutputRecordingDelegate. didFinishRecording(AVCaptureFileOutput output, NSURL outputFileURL, NSArray<AVCaptureConnection> connections, NSError error)voidAVCaptureFileOutputRecordingDelegateAdapter. didFinishRecording(AVCaptureFileOutput output, NSURL outputFileURL, NSArray<AVCaptureConnection> connections, NSError error)voidAVAssetDownloadDelegate. didLoadTimeRange(NSURLSession session, AVAggregateAssetDownloadTask aggregateAssetDownloadTask, CMTimeRange timeRange, NSArray<NSValue> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad, AVMediaSelection mediaSelection)voidAVAssetDownloadDelegateAdapter. didLoadTimeRange(NSURLSession session, AVAggregateAssetDownloadTask aggregateAssetDownloadTask, CMTimeRange timeRange, NSArray<NSValue> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad, AVMediaSelection mediaSelection)voidAVPlayerItemLegibleOutputPushDelegate. didOutputAttributedStrings(AVPlayerItemLegibleOutput output, NSArray<NSAttributedString> strings, List<CMSampleBuffer> nativeSamples, CMTime itemTime)voidAVPlayerItemLegibleOutputPushDelegateAdapter. didOutputAttributedStrings(AVPlayerItemLegibleOutput output, NSArray<NSAttributedString> strings, List<CMSampleBuffer> nativeSamples, CMTime itemTime)voidAVCaptureMetadataOutputObjectsDelegate. didOutputMetadataObjects(AVCaptureOutput output, NSArray<AVMetadataObject> metadataObjects, AVCaptureConnection connection)voidAVCaptureMetadataOutputObjectsDelegateAdapter. didOutputMetadataObjects(AVCaptureOutput output, NSArray<AVMetadataObject> metadataObjects, AVCaptureConnection connection)voidAVPlayerItemMetadataOutputPushDelegate. didOutputTimedMetadataGroups(AVPlayerItemMetadataOutput output, NSArray<AVTimedMetadataGroup> groups, AVPlayerItemTrack track)voidAVPlayerItemMetadataOutputPushDelegateAdapter. didOutputTimedMetadataGroups(AVPlayerItemMetadataOutput output, NSArray<AVTimedMetadataGroup> groups, AVPlayerItemTrack track)voidAVCaptureFileOutputRecordingDelegate. didStartRecording(AVCaptureFileOutput output, NSURL fileURL, NSArray<AVCaptureConnection> connections)voidAVCaptureFileOutputRecordingDelegateAdapter. didStartRecording(AVCaptureFileOutput output, NSURL fileURL, NSArray<AVCaptureConnection> connections)voidAVAudioEngine. disconnectMIDI(AVAudioNode sourceNode, NSArray<AVAudioNode> destinationNodes)static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterMediaSelectionOptionsByLocale(NSArray<AVMediaSelectionOption> mediaSelectionOptions, NSLocale locale)static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterMediaSelectionOptionsByPreferredLanguages(NSArray<AVMediaSelectionOption> mediaSelectionOptions, List<String> preferredLanguages)static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterMediaSelectionOptionsWithMediaCharacteristics(NSArray<AVMediaSelectionOption> mediaSelectionOptions, List<AVMediaCharacteristic> mediaCharacteristics)static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterMediaSelectionOptionsWithoutMediaCharacteristics(NSArray<AVMediaSelectionOption> mediaSelectionOptions, List<AVMediaCharacteristic> mediaCharacteristics)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItems(NSArray<AVMetadataItem> metadataItems, AVMetadataItemFilter metadataItemFilter)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItemsByIdentifier(NSArray<AVMetadataItem> metadataItems, AVMetadataIdentifier identifier)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItemsByKey(NSArray<AVMetadataItem> metadataItems, AVMetadataKey key, AVMetadataKeySpace keySpace)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItemsByLocale(NSArray<AVMetadataItem> metadataItems, NSLocale locale)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItemsByPreferredLanguages(NSArray<AVMetadataItem> metadataItems, List<String> preferredLanguages)static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterPlayableMediaSelectionOptions(NSArray<AVMediaSelectionOption> mediaSelectionOptions)protected longAVAssetReaderAudioMixOutput. init(NSArray<AVAssetTrack> audioTracks, AVAudioSettings audioSettings)protected longAVAssetReaderVideoCompositionOutput. init(NSArray<AVAssetTrack> videoTracks, NSDictionary<NSString,?> videoSettings)protected longAVAssetWriterInputGroup. init(NSArray<AVAssetWriterInput> inputs, AVAssetWriterInput defaultInput)protected longAVCaptureConnection. init(NSArray<AVCaptureInputPort> ports, AVCaptureOutput output)protected longAVCaptureDataOutputSynchronizer. init(NSArray<AVCaptureOutput> dataOutputs)protected longAVDateRangeMetadataGroup. init(NSArray<AVMetadataItem> items, NSDate startDate, NSDate endDate)protected longAVPlayerItemLegibleOutput. init(NSArray<NSNumber> subtypes)protected longAVPlayerItemMetadataCollector. init(NSArray<NSString> identifiers, NSArray<NSString> classifyingLabels)protected longAVPlayerMediaSelectionCriteria. init(NSArray<NSString> principalMediaCharacteristics, NSArray<NSString> preferredLanguages, NSArray<NSString> preferredMediaCharacteristics)protected longAVQueuePlayer. init(NSArray<AVPlayerItem> items)protected longAVTimedMetadataGroup. init(NSArray<AVMetadataItem> items, CMTimeRange timeRange)booleanAVMutableCompositionTrack. insertTimeRanges(List<CMTimeRange> timeRanges, NSArray<AVAssetTrack> tracks, CMTime startTime)booleanAVAudioUnitSampler. loadAudioFiles(NSArray<NSURL> audioFiles)voidAVAsset. loadChapterMetadataGroups(NSLocale locale, NSArray<NSString> commonKeys, VoidBlock2<NSArray<AVTimedMetadataGroup>,NSError> completionHandler)voidAVAsset. loadChapterMetadataGroupsBestMatchingPreferredLanguages(NSArray<NSString> preferredLanguages, VoidBlock2<NSArray<AVTimedMetadataGroup>,NSError> completionHandler)voidAVCaptureStillImageOutput. prepareToCaptureStillImageBracket(AVCaptureConnection connection, NSArray<AVCaptureBracketedStillImageSettings> settings, VoidBlock2<Boolean,NSError> handler)Deprecated.Deprecated in iOS 10.0.static voidAVContentKeySession. removePendingExpiredSessionReports(NSArray<NSData> expiredSessionReports, NSData appIdentifier, NSURL storageURL)voidAVAssetDownloadConfiguration. setAuxiliaryContentConfigurations(NSArray<AVAssetDownloadContentConfiguration> v)voidAVAudioPlayer. setChannelAssignments(NSArray<AVAudioSessionChannelDescription> v)voidAVAudioRecorder. setChannelAssignments(NSArray<AVAudioSessionChannelDescription> v)voidAVCapturePhotoOutput. setEnabledSemanticSegmentationMatteTypes(NSArray<NSString> v)voidAVCapturePhotoSettings. setEnabledSemanticSegmentationMatteTypes(NSArray<NSString> v)voidAVPlayerInterstitialEventController. setEvents(NSArray<AVPlayerInterstitialEvent> v)voidAVCaptureDevice. setFallbackPrimaryConstituentDevices(NSArray<AVCaptureDevice> v)AVURLAssetOptionsAVURLAssetOptions. setHTTPCookies(NSArray<NSHTTPCookie> hTTPCookies)voidAVMutableAudioMix. setInputParameters(NSArray<AVAudioMixInputParameters> v)voidAVMutableVideoComposition. setInstructions(NSArray<AVVideoCompositionInstruction> v)voidAVMutableDateRangeMetadataGroup. setItems(NSArray<AVMetadataItem> v)voidAVMutableTimedMetadataGroup. setItems(NSArray<AVMetadataItem> v)voidAVMutableVideoCompositionInstruction. setLayerInstructions(NSArray<AVVideoCompositionLayerInstruction> v)voidAVCapturePhotoSettings. setLivePhotoMovieMetadata(NSArray<AVMetadataItem> v)voidAVAssetDownloadContentConfiguration. setMediaSelections(NSArray<AVMediaSelection> v)voidAVAssetExportSession. setMetadata(NSArray<AVMetadataItem> v)voidAVAssetWriter. setMetadata(NSArray<AVMetadataItem> v)voidAVAssetWriterInput. setMetadata(NSArray<AVMetadataItem> v)voidAVCaptureMovieFileOutput. setMetadata(NSArray<AVMetadataItem> v)voidAVMutableMovie. setMetadata(NSArray<AVMetadataItem> v)voidAVMutableMovieTrack. setMetadata(NSArray<AVMetadataItem> v)voidAVSpeechSynthesizer. setOutputChannels(NSArray<AVAudioSessionChannelDescription> v)voidAVCapturePhotoOutput. setPreparedPhotoSettingsArray(NSArray<AVCapturePhotoSettings> preparedPhotoSettingsArray, VoidBlock2<Boolean,NSError> completionHandler)voidAVMutableVideoCompositionInstruction. setRequiredSourceSampleDataTrackIDs(NSArray<NSNumber> v)voidAVMutableCompositionTrack. setSegments(NSArray<AVAssetTrackSegment> v)voidAVMutableVideoComposition. setSourceSampleDataTrackIDs(NSArray<NSNumber> v)voidAVPlaybackCoordinator. setSuspensionReasonsThatTriggerWaiting(NSArray<NSString> v)voidAVPlayerItem. setTextStyleRules(NSArray<AVTextStyleRule> v)voidAVAssetDownloadContentConfiguration. setVariantQualifiers(NSArray<AVAssetVariantQualifier> v)voidAVCapturePhotoSettings. setVirtualDeviceConstituentPhotoDeliveryEnabledDevices(NSArray<AVCaptureDevice> v)booleanAVMutableCompositionTrack. validateTrackSegments(NSArray<AVCompositionTrackSegment> trackSegments)Method parameters in org.robovm.apple.avfoundation with type arguments of type NSArray Modifier and Type Method Description voidAVAssetExportSession. determineCompatibleFileTypes(VoidBlock1<NSArray<NSString>> handler)voidAVAssetTrack. loadAssociatedTracksOfType(String trackAssociationType, VoidBlock2<NSArray<AVAssetTrack>,NSError> completionHandler)voidAVAsset. loadChapterMetadataGroups(NSLocale locale, NSArray<NSString> commonKeys, VoidBlock2<NSArray<AVTimedMetadataGroup>,NSError> completionHandler)voidAVAsset. loadChapterMetadataGroupsBestMatchingPreferredLanguages(NSArray<NSString> preferredLanguages, VoidBlock2<NSArray<AVTimedMetadataGroup>,NSError> completionHandler)voidAVAsset. loadMetadataForFormat(String format, VoidBlock2<NSArray<AVMetadataItem>,NSError> completionHandler)voidAVAssetTrack. loadMetadataForFormat(String format, VoidBlock2<NSArray<AVMetadataItem>,NSError> completionHandler)voidAVAsset. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVComposition. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedAsset. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedMovie. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMovie. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableComposition. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableMovie. loadTrack(int trackID, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVAsset. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVComposition. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedAsset. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedMovie. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMovie. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableComposition. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableMovie. loadTracksWithMediaCharacteristic(String mediaCharacteristic, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVAsset. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVComposition. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedAsset. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVFragmentedMovie. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMovie. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableComposition. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler)voidAVMutableMovie. loadTracksWithMediaType(String mediaType, VoidBlock2<NSArray<?>,NSError> completionHandler) -
Uses of NSArray in org.robovm.apple.backgroundtasks
Method parameters in org.robovm.apple.backgroundtasks with type arguments of type NSArray Modifier and Type Method Description voidBGTaskScheduler. getPendingTaskRequests(VoidBlock1<NSArray<BGTaskRequest>> completionHandler) -
Uses of NSArray in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit that return NSArray Modifier and Type Method Description NSArray<CXAction>CXTransaction. getActions()NSArray<CXCall>CXCallObserver. getCalls()NSArray<CXCallAction>CXProvider. getPendingCallActionsOfClass(Class<?> callActionClass, NSUUID callUUID)NSArray<CXTransaction>CXProvider. getPendingTransactions()Methods in org.robovm.apple.callkit with parameters of type NSArray Modifier and Type Method Description protected longCXTransaction. init(NSArray<CXAction> actions)voidCXCallController. requestTransaction(NSArray<CXAction> actions, VoidBlock1<NSError> completion)Constructors in org.robovm.apple.callkit with parameters of type NSArray Constructor Description CXTransaction(NSArray<CXAction> actions) -
Uses of NSArray in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay with parameters of type NSArray Modifier and Type Method Description protected longCPActionSheetTemplate. init(String title, String message, NSArray<CPAlertAction> actions)protected longCPAlertTemplate. init(NSArray<NSString> titleVariants, NSArray<CPAlertAction> actions)protected longCPDashboardButton. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, VoidBlock1<CPDashboardButton> handler)protected longCPGridButton. init(NSArray<NSString> titleVariants, UIImage image, VoidBlock1<CPGridButton> handler)protected longCPGridTemplate. init(String title, NSArray<CPGridButton> gridButtons)protected longCPInformationTemplate. init(String title, CPInformationTemplateLayout layout, NSArray<CPInformationItem> items, NSArray<CPTextButton> actions)protected longCPListImageRowItem. init(String text, NSArray<UIImage> images)protected longCPListSection. init(NSArray<?> items)protected longCPListSection. init(NSArray<?> items, String header, String sectionIndexTitle)protected longCPListSection. init(NSArray<?> items, String header, String headerSubtitle, UIImage headerImage, CPButton headerButton, String sectionIndexTitle)protected longCPListTemplate. init(String title, NSArray<CPListSection> sections)protected longCPListTemplate. init(String title, NSArray<CPListSection> sections, CPAssistantCellConfiguration assistantCellConfiguration)protected longCPNavigationAlert. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, CPImageSet imageSet, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)Deprecated.Deprecated in iOS 13.0.protected longCPNavigationAlert. init(NSArray<NSString> titleVariants, NSArray<NSString> subtitleVariants, UIImage image, CPAlertAction primaryAction, CPAlertAction secondaryAction, double duration)protected longCPPointOfInterestTemplate. init(String title, NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)protected longCPRouteChoice. init(NSArray<NSString> summaryVariants, NSArray<NSString> additionalInformationVariants, NSArray<NSString> selectionSummaryVariants)protected longCPTabBarTemplate. init(NSArray<CPTemplate> templates)protected longCPTrip. init(MKMapItem origin, MKMapItem destination, NSArray<CPRouteChoice> routeChoices)protected longCPVoiceControlState. init(String identifier, NSArray<NSString> titleVariants, UIImage image, boolean repeats)protected longCPVoiceControlTemplate. init(NSArray<CPVoiceControlState> voiceControlStates)voidCPContact. setActions(NSArray<CPButton> v)voidCPInformationTemplate. setActions(NSArray<CPTextButton> v)voidCPInstrumentClusterController. setAttributedInactiveDescriptionVariants(NSArray<NSAttributedString> v)voidCPManeuver. setAttributedInstructionVariants(NSArray<NSAttributedString> v)voidCPManeuver. setDashboardAttributedInstructionVariants(NSArray<NSAttributedString> v)voidCPManeuver. setDashboardInstructionVariants(NSArray<NSString> v)voidCPListTemplate. setEmptyViewSubtitleVariants(NSArray<NSString> v)voidCPListTemplate. setEmptyViewTitleVariants(NSArray<NSString> v)voidCPInstrumentClusterController. setInactiveDescriptionVariants(NSArray<NSString> v)voidCPManeuver. setInstructionVariants(NSArray<NSString> v)voidCPInformationTemplate. setItems(NSArray<CPInformationItem> v)voidCPBarButtonProviding. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPBarButtonProvidingAdapter. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPContactTemplate. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPGridTemplate. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPListTemplate. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPMapTemplate. setLeadingNavigationBarButtons(NSArray<CPBarButton> v)voidCPMapTemplate. setMapButtons(NSArray<CPMapButton> v)voidCPManeuver. setNotificationAttributedInstructionVariants(NSArray<NSAttributedString> v)voidCPManeuver. setNotificationInstructionVariants(NSArray<NSString> v)voidCPPointOfInterestTemplate. setPointsOfInterest(NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)voidCPDashboardController. setShortcutButtons(NSArray<CPDashboardButton> v)voidCPBarButtonProviding. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPBarButtonProvidingAdapter. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPContactTemplate. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPGridTemplate. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPListTemplate. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPMapTemplate. setTrailingNavigationBarButtons(NSArray<CPBarButton> v)voidCPNavigationSession. setUpcomingManeuvers(NSArray<CPManeuver> v)voidCPMapTemplate. showTripPreviews(NSArray<CPTrip> tripPreviews, CPTripPreviewTextConfiguration textConfiguration)voidCPMapTemplate. showTripPreviews(NSArray<CPTrip> tripPreviews, CPTrip selectedTrip, CPTripPreviewTextConfiguration textConfiguration)voidCPGridTemplate. updateGridButtons(NSArray<CPGridButton> gridButtons)voidCPListImageRowItem. updateImages(NSArray<UIImage> gridImages)voidCPNowPlayingTemplate. updateNowPlayingButtons(NSArray<CPNowPlayingButton> nowPlayingButtons)voidCPListTemplate. updateSections(NSArray<CPListSection> sections)voidCPTabBarTemplate. updateTemplates(NSArray<CPTemplate> newTemplates)voidCPNavigationAlert. updateTitleVariants(NSArray<NSString> newTitleVariants, NSArray<NSString> newSubtitleVariants)Method parameters in org.robovm.apple.carplay with type arguments of type NSArray Modifier and Type Method Description voidCPSearchTemplateDelegate. updatedSearchText(CPSearchTemplate searchTemplate, String searchText, VoidBlock1<NSArray<CPListItem>> completionHandler)voidCPSearchTemplateDelegateAdapter. updatedSearchText(CPSearchTemplate searchTemplate, String searchText, VoidBlock1<NSArray<CPListItem>> completionHandler) -
Uses of NSArray in org.robovm.apple.classkit
Methods in org.robovm.apple.classkit that return NSArray Modifier and Type Method Description NSArray<CLSActivityItem>CLSActivity. getAdditionalActivityItems()static NSArray<NSString>NSUserActivityExtensions. getContextIdentifierPath(NSUserActivity thiz)NSArray<NSString>CLSContext. getIdentifierPath()NSArray<CLSContext>CLSContext. getNavigationChildContexts()Methods in org.robovm.apple.classkit with parameters of type NSArray Modifier and Type Method Description voidCLSDataStore. completeAllAssignedActivitiesMatching(NSArray<NSString> contextPath)CLSContextCLSDataStoreDelegate. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)CLSContextCLSDataStoreDelegateAdapter. createContext(String identifier, CLSContext parentContext, NSArray<NSString> parentIdentifierPath)voidCLSDataStore. getContextsMatchingIdentifier(NSArray<NSString> identifierPath, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSContext. getDescendantMatchingIdentifierPath(NSArray<NSString> identifierPath, VoidBlock2<CLSContext,NSError> completion)Method parameters in org.robovm.apple.classkit with type arguments of type NSArray Modifier and Type Method Description voidCLSDataStore. getContextsMatchingIdentifier(NSArray<NSString> identifierPath, VoidBlock2<NSArray<CLSContext>,NSError> completion)voidCLSDataStore. getContextsMatchingPredicate(NSPredicate predicate, VoidBlock2<NSArray<CLSContext>,NSError> completion) -
Uses of NSArray in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit with parameters of type NSArray Modifier and Type Method Description static CKFetchRecordZoneChangesOperationCKFetchRecordZoneChangesOperation. create(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration> configurationsByRecordZoneID)protected longCKAcceptSharesOperation. init(NSArray<CKShareMetadata> shareMetadatas)protected longCKDiscoverUserIdentitiesOperation. init(NSArray<CKUserIdentityLookupInfo> userIdentityLookupInfos)protected longCKDiscoverUserInfosOperation. init(List<String> emailAddresses, NSArray<CKRecordID> userRecordIDs)Deprecated.protected longCKFetchRecordsOperation. init(NSArray<CKRecordID> recordIDs)protected longCKFetchRecordZoneChangesOperation. init(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions> optionsByRecordZoneID)Deprecated.Deprecated in iOS 12.0.protected longCKFetchRecordZonesOperation. init(NSArray<CKRecordZoneID> zoneIDs)protected longCKFetchShareMetadataOperation. init(NSArray<NSURL> shareURLs)protected longCKFetchShareParticipantsOperation. init(NSArray<CKUserIdentityLookupInfo> userIdentityLookupInfos)protected longCKMarkNotificationsReadOperation. init(NSArray<CKNotificationID> notificationIDs)Deprecated.protected longCKModifyRecordsOperation. init(NSArray<CKRecord> records, NSArray<CKRecordID> recordIDs)protected longCKModifyRecordZonesOperation. init(NSArray<CKRecordZone> recordZonesToSave, NSArray<CKRecordZoneID> recordZoneIDsToDelete)protected longCKModifySubscriptionsOperation. init(NSArray<CKSubscription> subscriptionsToSave, List<String> subscriptionIDsToDelete)protected longCKFetchRecordZoneChangesOperation. init0(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration> configurationsByRecordZoneID)static NSArray<CKUserIdentityLookupInfo>CKUserIdentityLookupInfo. lookupInfosWithEmails(NSArray<NSString> emails)static NSArray<CKUserIdentityLookupInfo>CKUserIdentityLookupInfo. lookupInfosWithPhoneNumbers(NSArray<NSString> phoneNumbers)static NSArray<CKUserIdentityLookupInfo>CKUserIdentityLookupInfo. lookupInfosWithRecordIDs(NSArray<CKRecordID> recordIDs)voidCKRecord. put(String key, NSArray<?> object)voidCKFetchRecordZoneChangesConfiguration. setDesiredKeys(NSArray<NSString> v)voidCKFetchRecordZoneChangesOptions. setDesiredKeys(NSArray<NSString> v)Deprecated.voidCKMarkNotificationsReadOperation. setNotificationIDs(NSArray<CKNotificationID> v)Deprecated.voidCKFetchRecordsOperation. setRecordIDs(NSArray<CKRecordID> v)voidCKModifyRecordsOperation. setRecordIDsToDelete(NSArray<CKRecordID> v)voidCKModifyRecordsOperation. setRecordsToSave(NSArray<CKRecord> v)voidCKFetchRecordZoneChangesOperation. setRecordZoneIDs(NSArray<CKRecordZoneID> v)voidCKFetchRecordZonesOperation. setRecordZoneIDs(NSArray<CKRecordZoneID> v)voidCKModifyRecordZonesOperation. setRecordZoneIDsToDelete(NSArray<CKRecordZoneID> v)voidCKModifyRecordZonesOperation. setRecordZonesToSave(NSArray<CKRecordZone> v)voidCKFetchShareMetadataOperation. setRootRecordDesiredKeys(NSArray<NSString> v)voidCKAcceptSharesOperation. setShareMetadatas(NSArray<CKShareMetadata> v)voidCKFetchShareMetadataOperation. setShareURLs(NSArray<NSURL> v)voidCKQuery. setSortDescriptors(NSArray<NSSortDescriptor> v)voidCKModifySubscriptionsOperation. setSubscriptionsToSave(NSArray<CKSubscription> v)voidCKNotificationInfo. setSubtitleLocalizationArgs(NSArray<NSString> v)voidCKNotificationInfo. setTitleLocalizationArgs(NSArray<NSString> v)voidCKDiscoverUserIdentitiesOperation. setUserIdentityLookupInfos(NSArray<CKUserIdentityLookupInfo> v)voidCKFetchShareParticipantsOperation. setUserIdentityLookupInfos(NSArray<CKUserIdentityLookupInfo> v)voidCKDiscoverUserInfosOperation. setUserRecordIDs(NSArray<CKRecordID> v)Deprecated. -
Uses of NSArray in org.robovm.apple.contacts
-
Uses of NSArray in org.robovm.apple.contactsui
Methods in org.robovm.apple.contactsui with parameters of type NSArray Modifier and Type Method Description voidCNContactPickerDelegate. didSelectContactProperties(CNContactPickerViewController picker, NSArray<CNContactProperty> contactProperties)voidCNContactPickerDelegateAdapter. didSelectContactProperties(CNContactPickerViewController picker, NSArray<CNContactProperty> contactProperties)voidCNContactPickerDelegate. didSelectContacts(CNContactPickerViewController picker, NSArray<CNContact> contacts)voidCNContactPickerDelegateAdapter. didSelectContacts(CNContactPickerViewController picker, NSArray<CNContact> contacts) -
Uses of NSArray in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return NSArray Modifier and Type Method Description NSArray<SCNAnimationEvent>CAAnimation. getAnimationEvents()NSArray<CAAnimation>CAAnimationGroup. getAnimations()NSArray<CIFilter>CALayer. getBackgroundFilters()NSArray<NSNumber>CAKeyframeAnimation. getBiasValues()NSArray<NSNumber>CAKeyframeAnimation. getContinuityValues()NSArray<CAEmitterCell>CAEmitterCell. getEmitterCells()NSArray<CAEmitterCell>CAEmitterLayer. getEmitterCells()NSArray<CIFilter>CALayer. getFilters()NSArray<NSNumber>CAKeyframeAnimation. getKeyTimes()NSArray<NSNumber>CAShapeLayer. getLineDashPattern()NSArray<NSNumber>CAGradientLayer. getLocations()NSArray<CALayer>CALayer. getSublayers()NSArray<NSNumber>CAKeyframeAnimation. getTensionValues()NSArray<CAMediaTimingFunction>CAKeyframeAnimation. getTimingFunctions()NSArray<NSObject>CAKeyframeAnimation. getValues() -
Uses of NSArray in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth with parameters of type NSArray Modifier and Type Method Description voidCBPeripheralDelegate. didModifyServices(CBPeripheral peripheral, NSArray<CBService> invalidatedServices)voidCBPeripheralDelegateAdapter. didModifyServices(CBPeripheral peripheral, NSArray<CBService> invalidatedServices)voidCBPeripheralManagerDelegate. didReceiveWriteRequests(CBPeripheralManager peripheral, NSArray<CBATTRequest> requests)voidCBPeripheralManagerDelegateAdapter. didReceiveWriteRequests(CBPeripheralManager peripheral, NSArray<CBATTRequest> requests)voidCBPeripheral. discoverCharacteristics(NSArray<CBUUID> characteristicUUIDs, CBService service)voidCBPeripheral. discoverIncludedServices(NSArray<CBUUID> includedServiceUUIDs, CBService service)voidCBPeripheral. discoverServices(NSArray<CBUUID> serviceUUIDs)NSArray<CBPeripheral>CBCentralManager. retrieveConnectedPeripherals(NSArray<CBUUID> serviceUUIDs)NSArray<CBPeripheral>CBCentralManager. retrievePeripheralsWithId(NSArray<NSUUID> identifiers)voidCBCentralManager. scanForPeripherals(NSArray<CBUUID> serviceUUIDs, CBCentralManagerScanOptions options)voidCBMutableService. setCharacteristics(NSArray<CBCharacteristic> v)voidCBMutableCharacteristic. setDescriptors(NSArray<CBDescriptor> v)voidCBMutableService. setIncludedServices(NSArray<CBService> v)CBAdvertisementDataCBAdvertisementData. setOverflowServiceUUIDs(NSArray<CBUUID> overflowServiceUUIDs)CBConnectionEventMatchingOptionsCBConnectionEventMatchingOptions. setPeripheralUUIDs(NSArray<NSUUID> peripheralUUIDs)CBAdvertisementDataCBAdvertisementData. setServiceUUIDs(NSArray serviceUUIDs)CBConnectionEventMatchingOptionsCBConnectionEventMatchingOptions. setServiceUUIDs(NSArray<CBUUID> serviceUUIDs)CBAdvertisementDataCBAdvertisementData. setSolicitedServiceUUIDs(NSArray<CBUUID> solicitedServiceUUIDs)CBCentralManagerScanOptionsCBCentralManagerScanOptions. setSolicitedServiceUUIDs(NSArray<CBUUID> solicitedServiceUUIDs)booleanCBPeripheralManager. updateValue(NSData value, CBMutableCharacteristic characteristic, NSArray<CBCentral> centrals) -
Uses of NSArray in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return types with arguments of type NSArray Modifier and Type Method Description NSArray<NSArray<?>>NSEntityDescription. getCompoundIndexes()Deprecated.Deprecated in iOS 11.0.NSArray<NSArray<?>>NSEntityDescription. getUniquenessConstraints()Method parameters in org.robovm.apple.coredata with type arguments of type NSArray Modifier and Type Method Description static NSExpressionNSFetchRequestExpression. createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block, NSArray<NSExpression> arguments)voidNSEntityDescription. setCompoundIndexes(NSArray<NSArray<?>> v)Deprecated.Deprecated in iOS 11.0.voidNSEntityDescription. setUniquenessConstraints(NSArray<NSArray<?>> v)Constructors in org.robovm.apple.coredata with parameters of type NSArray Constructor Description NSBatchDeleteRequest(NSArray<NSManagedObjectID> objects)NSBatchInsertRequest(String entityName, NSArray<?> dictionaries)NSBatchInsertRequest(NSEntityDescription entity, NSArray<?> dictionaries)NSConstraintConflict(List<String> constraint, NSManagedObject databaseObject, NSDictionary<?,?> databaseSnapshot, NSArray<NSManagedObject> conflictingObjects, NSArray<NSDictionary> conflictingSnapshots)NSFetchIndexDescription(String name, NSArray<NSFetchIndexElementDescription> elements)NSMappingModel(NSArray<NSBundle> bundles, NSManagedObjectModel sourceModel, NSManagedObjectModel destinationModel) -
Uses of NSArray in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return NSArray Modifier and Type Method Description NSArrayCGPDFOutlineOptions. getChildren()Methods in org.robovm.apple.coregraphics with parameters of type NSArray Modifier and Type Method Description CGPDFOutlineOptionsCGPDFOutlineOptions. setChildren(NSArray children) -
Uses of NSArray in org.robovm.apple.corehaptic
Methods in org.robovm.apple.corehaptic that return NSArray Modifier and Type Method Description NSArray<CHHapticParameterCurveControlPoint>CHHapticParameterCurve. getControlPoints()NSArray<CHHapticEventParameter>CHHapticEvent. getEventParameters()NSArray<?>CHHapticPatternDict. getEventParameters()NSArray<?>CHHapticPatternDict. getPattern()Methods in org.robovm.apple.corehaptic with parameters of type NSArray Modifier and Type Method Description static CHHapticPatternCHHapticPattern. createUsingParameters(NSArray<CHHapticEvent> events, NSArray<CHHapticDynamicParameter> parameters)protected longCHHapticEvent. init(long resID, NSArray<CHHapticEventParameter> eventParams, double time)protected longCHHapticEvent. init(long resID, NSArray<CHHapticEventParameter> eventParams, double time, double duration)protected longCHHapticEvent. init(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time)protected longCHHapticEvent. init(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time, double duration)protected longCHHapticParameterCurve. init(CHHapticDynamicParameterID parameterID, NSArray<CHHapticParameterCurveControlPoint> controlPoints, double relativeTime)protected longCHHapticPattern. initUsingParameters(NSArray<CHHapticEvent> events, NSArray<CHHapticDynamicParameter> parameters, NSError.NSErrorPtr outError)booleanCHHapticPatternPlayer. sendParameters(NSArray<CHHapticDynamicParameter> parameters, double time, NSError.NSErrorPtr outError)booleanCHHapticPatternPlayerAdapter. sendParameters(NSArray<CHHapticDynamicParameter> parameters, double time, NSError.NSErrorPtr outError)CHHapticPatternDictCHHapticPatternDict. setEventParameters(NSArray<?> eventParameters)CHHapticPatternDictCHHapticPatternDict. setPattern(NSArray<?> pattern)Constructors in org.robovm.apple.corehaptic with parameters of type NSArray Constructor Description CHHapticEvent(long resID, NSArray<CHHapticEventParameter> eventParams, double time)CHHapticEvent(long resID, NSArray<CHHapticEventParameter> eventParams, double time, double duration)CHHapticEvent(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time)CHHapticEvent(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time, double duration)CHHapticParameterCurve(CHHapticDynamicParameterID parameterID, NSArray<CHHapticParameterCurveControlPoint> controlPoints, double relativeTime)CHHapticPattern(NSArray<CHHapticEvent> events, NSArray<CHHapticParameterCurve> parameterCurves) -
Uses of NSArray in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type NSArray Modifier and Type Method Description CIImageCIColorKernel. apply(CGRect extent, NSArray<?> args)static CIImageCIImageProcessorKernel. apply(CGRect extent, NSArray<CIImage> inputs, NSDictionary<NSString,?> args, NSError.NSErrorPtr error)CIImageCIKernel. apply(CGRect extent, Block2<Integer,CGRect,CGRect> callback, NSArray<?> args)CIImageCIWarpKernel. apply(CGRect extent, Block2<Integer,CGRect,CGRect> callback, CIImage image, NSArray<?> args)static booleanCIImageProcessorKernel. process(NSArray<?> inputs, NSDictionary<NSString,?> arguments, CIImageProcessorOutput output, NSError.NSErrorPtr error)static NSDataCIFilter. serializeToXMP(NSArray<CIFilter> filters, CGRect extent) -
Uses of NSArray in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation with parameters of type NSArray Modifier and Type Method Description voidCLLocationManagerDelegate. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconIdentityConstraint beaconConstraint)voidCLLocationManagerDelegate. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegateAdapter. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconIdentityConstraint beaconConstraint)voidCLLocationManagerDelegateAdapter. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegate. didUpdateLocations(CLLocationManager manager, NSArray<CLLocation> locations)voidCLLocationManagerDelegateAdapter. didUpdateLocations(CLLocationManager manager, NSArray<CLLocation> locations)Method parameters in org.robovm.apple.corelocation with type arguments of type NSArray 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)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler) -
Uses of NSArray in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return NSArray Modifier and Type Method Description NSArray<NSNumber>CMTextMarkupAttributes. getBackgroundColorARGB()NSArray<NSNumber>CMTextMarkupAttributes. getCharacterBackgroundColorARGB()NSArray<NSNumber>CMVideoFormatDescriptionExtension. getCleanApertureHeightRational()NSArray<NSNumber>CMVideoFormatDescriptionExtension. getCleanApertureHorizontalOffsetRational()NSArray<NSNumber>CMVideoFormatDescriptionExtension. getCleanApertureVerticalOffsetRational()NSArray<NSNumber>CMVideoFormatDescriptionExtension. getCleanApertureWidthRational()NSArray<NSNumber>CMTextMarkupAttributes. getForegroundColorARGB() -
Uses of NSArray in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return NSArray Modifier and Type Method Description NSArray<MIDICIProfile>MIDICIProfileState. getDisabledProfiles()NSArray<MIDICIProfile>MIDICIProfileState. getEnabledProfiles()NSArray<?>MIDICIResponder. getInitiators()Methods in org.robovm.apple.coremidi with parameters of type NSArray Modifier and Type Method Description protected longMIDICIProfileState. init(byte midiChannelNum, NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)protected longMIDICIProfileState. init(NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)Deprecated.Use initWithChannel:enabledProfiles:disabledProfilesprotected longMIDICIResponder. init(MIDICIDeviceInfo deviceInfo, MIDICIProfileResponderDelegate delegate, NSArray<MIDICIProfileState> profileList, boolean propertiesSupported)Method parameters in org.robovm.apple.coremidi with type arguments of type NSArray Modifier and Type Method Description voidMIDICIDiscoveryManager. discover(VoidBlock1<NSArray<MIDICIDiscoveredNode>> completedHandler)Constructors in org.robovm.apple.coremidi with parameters of type NSArray Constructor Description MIDICIProfileState(byte midiChannelNum, NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)MIDICIProfileState(NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)Deprecated.Use initWithChannel:enabledProfiles:disabledProfilesMIDICIResponder(MIDICIDeviceInfo deviceInfo, MIDICIProfileResponderDelegate delegate, NSArray<MIDICIProfileState> profileList, boolean propertiesSupported) -
Uses of NSArray in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return NSArray Modifier and Type Method Description NSArray<?>MLArrayBatchProvider. getArray()NSArray<?>MLModelDescription. getClassLabels()NSArray<MLImageSize>MLImageSizeConstraint. getEnumeratedImageSizes()NSArray<?>MLMultiArrayShapeConstraint. getEnumeratedShapes()NSArray<NSNumber>MLSequence. getInt64Values()NSArray<?>MLCustomLayer. getOutputShapes(NSArray<?> inputShapes, NSError.NSErrorPtr error)NSArray<?>MLCustomLayerAdapter. getOutputShapes(NSArray<?> inputShapes, NSError.NSErrorPtr error)NSArray<NSNumber>MLMultiArray. getShape()NSArray<NSNumber>MLMultiArrayConstraint. getShape()NSArray<NSValue>MLMultiArrayShapeConstraint. getSizeRangeForDimension()NSArray<NSNumber>MLMultiArray. getStrides()NSArray<NSString>MLSequence. getStringValues()Methods in org.robovm.apple.coreml with parameters of type NSArray Modifier and Type Method Description static MLSequenceMLSequence. create(NSArray<NSNumber> int64Values)protected static longMLSequence. create0(NSArray<NSString> stringValues)booleanMLCustomLayer. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<?> inputs, NSArray<?> outputs, NSError.NSErrorPtr error)booleanMLCustomLayerAdapter. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<?> inputs, NSArray<?> outputs, NSError.NSErrorPtr error)booleanMLCustomLayer. evaluateOnCPU(NSArray<MLMultiArray> inputs, NSArray<MLMultiArray> outputs, NSError.NSErrorPtr error)booleanMLCustomLayerAdapter. evaluateOnCPU(NSArray<MLMultiArray> inputs, NSArray<MLMultiArray> outputs, NSError.NSErrorPtr error)NSArray<?>MLCustomLayer. getOutputShapes(NSArray<?> inputShapes, NSError.NSErrorPtr error)NSArray<?>MLCustomLayerAdapter. getOutputShapes(NSArray<?> inputShapes, NSError.NSErrorPtr error)protected longMLArrayBatchProvider. init(NSArray<?> array)protected static longMLMultiArray. multiArrayByConcatenatingMultiArrays(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType)NSNumberMLMultiArray. objectForKeyedSubscript(NSArray<NSNumber> key)voidMLMultiArray. setObject(NSNumber obj, NSArray<NSNumber> key)booleanMLCustomLayer. setWeightData(NSArray<NSData> weights, NSError.NSErrorPtr error)booleanMLCustomLayerAdapter. setWeightData(NSArray<NSData> weights, NSError.NSErrorPtr error)Constructors in org.robovm.apple.coreml with parameters of type NSArray Constructor Description MLArrayBatchProvider(NSArray<?> array)MLMultiArray(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType)MLMultiArray(NSArray<NSNumber> shape, MLMultiArrayDataType dataType)MLMultiArray(VoidPtr dataPointer, NSArray<NSNumber> shape, MLMultiArrayDataType dataType, NSArray<NSNumber> strides, VoidBlock1<VoidPtr> deallocator)MLSequence(NSArray<NSString> stringValues)Constructor parameters in org.robovm.apple.coreml with type arguments of type NSArray Constructor Description MLArrayBatchProvider(NSDictionary<NSString,NSArray> dictionary) -
Uses of NSArray in org.robovm.apple.coremotion
Method parameters in org.robovm.apple.coremotion with type arguments of type NSArray Modifier and Type Method Description voidCMMotionActivityManager. queryActivity(NSDate start, NSDate end, NSOperationQueue queue, VoidBlock2<NSArray<CMMotionActivity>,NSError> handler) -
Uses of NSArray in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc that return NSArray Modifier and Type Method Description NSArray<NFCNDEFPayload>NFCNDEFMessage. getRecords()Methods in org.robovm.apple.corenfc with parameters of type NSArray Modifier and Type Method Description voidNFCNDEFReaderSessionDelegate. didDetectNDEFs(NFCNDEFReaderSession session, NSArray<NFCNDEFMessage> messages)voidNFCNDEFReaderSessionDelegateAdapter. didDetectNDEFs(NFCNDEFReaderSession session, NSArray<NFCNDEFMessage> messages)voidNFCNDEFReaderSessionDelegate. didDetectTags(NFCNDEFReaderSession session, NSArray<?> tags)voidNFCNDEFReaderSessionDelegateAdapter. didDetectTags(NFCNDEFReaderSession session, NSArray<?> tags)voidNFCReaderSessionDelegate. didDetectTags(NFCReaderSession session, NSArray<?> tags)voidNFCReaderSessionDelegateAdapter. didDetectTags(NFCReaderSession session, NSArray<?> tags)voidNFCVASReaderSessionDelegate. didReceiveVASResponses(NFCVASReaderSession session, NSArray<NFCVASResponse> responses)voidNFCVASReaderSessionDelegateAdapter. didReceiveVASResponses(NFCVASReaderSession session, NSArray<NFCVASResponse> responses)voidNFCISO15693Tag. extendedWriteMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, NSArray<NSData> dataBlocks, VoidBlock1<NSError> completionHandler)protected longNFCNDEFMessage. init(NSArray<NFCNDEFPayload> records)protected longNFCVASReaderSession. init(NSArray<NFCVASCommandConfiguration> commandConfigurations, NFCVASReaderSessionDelegate delegate, DispatchQueue queue)voidNFCFeliCaTag. readWithoutEncryption(NSArray<NSData> serviceCodeList, NSArray<NSData> blockList, VoidBlock4<Long,Long,NSArray<NSData>,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)voidNFCNDEFMessage. setRecords(NSArray<NFCNDEFPayload> v)voidNFCISO15693Tag. writeMultipleBlocks(NFCISO15693RequestFlag flags, NSRange blockRange, NSArray<NSData> dataBlocks, VoidBlock1<NSError> completionHandler)voidNFCFeliCaTag. writeWithoutEncryption(NSArray<NSData> serviceCodeList, NSArray<NSData> blockList, NSArray<NSData> blockData, VoidBlock3<Long,Long,NSError> completionHandler)Constructors in org.robovm.apple.corenfc with parameters of type NSArray Constructor Description NFCNDEFMessage(NSArray<NFCNDEFPayload> records)NFCVASReaderSession(NSArray<NFCVASCommandConfiguration> commandConfigurations, NFCVASReaderSessionDelegate delegate, DispatchQueue queue) -
Uses of NSArray in org.robovm.apple.coreservices
Methods in org.robovm.apple.coreservices that return NSArray Modifier and Type Method Description NSArray<NSData>CFHost. getAddressing()NSArray<NSData>CFHost. getAddressing(BooleanPtr hasBeenResolved)Deprecated.Use Network framework instead, see deprecation notice inNSArray<NSData>CFNetService. getAddressing()Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadNSArray<?>CFStreamSSLSettings. getCertificates()NSArray<NSURL>CFHTTPAuthentication. getDomains()Methods in org.robovm.apple.coreservices with parameters of type NSArray Modifier and Type Method Description CFStreamSSLSettingsCFStreamSSLSettings. setCertificates(NSArray<?> certificates) -
Uses of NSArray in org.robovm.apple.corespotlight
Methods in org.robovm.apple.corespotlight that return NSArray Modifier and Type Method Description NSArray<NSString>CSSearchableItemAttributeSet. getAccountHandles()NSArray<NSString>CSSearchableItemAttributeSet. getActionIdentifiers()NSArray<CSPerson>CSSearchableItemAttributeSet. getAdditionalRecipients()NSArray<NSString>CSSearchableItemAttributeSet. getAlternateNames()NSArray<NSString>CSSearchableItemAttributeSet. getAudiences()NSArray<NSString>CSSearchableItemAttributeSet. getAuthorAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getAuthorEmailAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getAuthorNames()NSArray<CSPerson>CSSearchableItemAttributeSet. getAuthors()NSArray<NSString>CSSearchableItemAttributeSet. getCodecs()NSArray<NSString>CSSearchableItemAttributeSet. getContactKeywords()NSArray<NSString>CSSearchableItemAttributeSet. getContentSources()NSArray<NSString>CSSearchableItemAttributeSet. getContentTypeTree()NSArray<NSString>CSSearchableItemAttributeSet. getContributors()NSArray<NSString>CSSearchableItemAttributeSet. getCoverage()NSArray<NSString>CSSearchableItemAttributeSet. getEditors()NSArray<NSString>CSSearchableItemAttributeSet. getEmailAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getEncodingApplications()NSArray<NSString>CSSearchableItemAttributeSet. getFontNames()NSArray<NSString>CSPerson. getHandles()NSArray<CSPerson>CSSearchableItemAttributeSet. getHiddenAdditionalRecipients()NSArray<NSDate>CSSearchableItemAttributeSet. getImportantDates()NSArray<NSString>CSSearchableItemAttributeSet. getInstantMessageAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getKeywords()NSArray<NSString>CSSearchableItemAttributeSet. getLanguages()NSArray<NSString>CSSearchableItemAttributeSet. getLayerNames()NSArray<NSString>CSSearchableItemAttributeSet. getMailboxIdentifiers()NSArray<NSString>CSSearchableItemAttributeSet. getMediaTypes()NSArray<NSString>CSSearchableItemAttributeSet. getOrganizations()NSArray<NSString>CSSearchableItemAttributeSet. getParticipants()NSArray<NSString>CSSearchableItemAttributeSet. getPerformers()NSArray<NSString>CSSearchableItemAttributeSet. getPhoneNumbers()NSArray<CSPerson>CSSearchableItemAttributeSet. getPrimaryRecipients()NSArray<NSString>CSSearchableItemAttributeSet. getProjects()NSArray<NSString>CSSearchQuery. getProtectionClasses()NSArray<NSString>CSSearchableItemAttributeSet. getProviderDataTypeIdentifiers()NSArray<NSString>CSSearchableItemAttributeSet. getProviderFileTypeIdentifiers()NSArray<NSString>CSSearchableItemAttributeSet. getProviderInPlaceFileTypeIdentifiers()NSArray<NSString>CSSearchableItemAttributeSet. getPublishers()NSArray<NSString>CSSearchableItemAttributeSet. getRecipientAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getRecipientEmailAddresses()NSArray<NSString>CSSearchableItemAttributeSet. getRecipientNames()Methods in org.robovm.apple.corespotlight that return types with arguments of type NSArray Modifier and Type Method Description NSDictionary<NSString,NSArray>CSSearchableItemAttributeSet. getEmailHeaders()VoidBlock1<NSArray<CSSearchableItem>>CSSearchQuery. getFoundItemsHandler()Methods in org.robovm.apple.corespotlight with parameters of type NSArray Modifier and Type Method Description voidCSSearchableIndex. deleteSearchableItems(NSArray<NSString> identifiers, VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. deleteSearchableItemsWithDomainIdentifiers(NSArray<NSString> domainIdentifiers, VoidBlock1<NSError> completionHandler)voidCSSearchableIndex. indexSearchableItems(NSArray<CSSearchableItem> items, VoidBlock1<NSError> completionHandler)protected longCSPerson. init(String displayName, NSArray<NSString> handles, String handleIdentifier)protected longCSSearchQuery. init(String queryString, NSArray<NSString> attributes)voidCSIndexExtensionRequestHandler. reindexSearchableItems(CSSearchableIndex searchableIndex, NSArray<NSString> identifiers, Runnable acknowledgementHandler)voidCSSearchableIndexDelegate. reindexSearchableItems(CSSearchableIndex searchableIndex, NSArray<NSString> identifiers, Runnable acknowledgementHandler)voidCSSearchableIndexDelegateAdapter. reindexSearchableItems(CSSearchableIndex searchableIndex, NSArray<NSString> identifiers, Runnable acknowledgementHandler)voidCSSearchableItemAttributeSet. setAccountHandles(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setActionIdentifiers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAdditionalRecipients(NSArray<CSPerson> v)voidCSSearchableItemAttributeSet. setAlternateNames(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAudiences(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAuthorAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAuthorEmailAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAuthorNames(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setAuthors(NSArray<CSPerson> v)voidCSSearchableItemAttributeSet. setCodecs(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setContactKeywords(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setContentSources(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setContentTypeTree(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setContributors(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setCoverage(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setEditors(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setEmailAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setEncodingApplications(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setFontNames(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setHiddenAdditionalRecipients(NSArray<CSPerson> v)voidCSSearchableItemAttributeSet. setImportantDates(NSArray<NSDate> v)voidCSSearchableItemAttributeSet. setInstantMessageAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setKeywords(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setLanguages(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setLayerNames(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setMailboxIdentifiers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setMediaTypes(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setOrganizations(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setParticipants(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setPerformers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setPhoneNumbers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setPrimaryRecipients(NSArray<CSPerson> v)voidCSSearchableItemAttributeSet. setProjects(NSArray<NSString> v)voidCSSearchQuery. setProtectionClasses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setProviderDataTypeIdentifiers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setProviderFileTypeIdentifiers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setProviderInPlaceFileTypeIdentifiers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setPublishers(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setRecipientAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setRecipientEmailAddresses(NSArray<NSString> v)voidCSSearchableItemAttributeSet. setRecipientNames(NSArray<NSString> v)Method parameters in org.robovm.apple.corespotlight with type arguments of type NSArray Modifier and Type Method Description voidCSSearchableItemAttributeSet. setEmailHeaders(NSDictionary<NSString,NSArray> v)voidCSSearchQuery. setFoundItemsHandler(VoidBlock1<NSArray<CSSearchableItem>> v) -
Uses of NSArray in org.robovm.apple.coretelephony
Methods in org.robovm.apple.coretelephony that return NSArray Modifier and Type Method Description static NSArray<CTSubscriber>CTSubscriberInfo. subscribers() -
Uses of NSArray in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext with parameters of type NSArray Modifier and Type Method Description static booleanCTFontManager. registerFonts(NSArray<NSURL> fontURLs, CTFontManagerScope scope)protected static booleanCTFontManager. registerFonts(NSArray<NSURL> fontURLs, CTFontManagerScope scope, NSArray.NSArrayPtr errors)Deprecated.Deprecated in iOS 13.0.static booleanCTFontManager. unregisterFonts(NSArray<NSURL> fontURLs, CTFontManagerScope scope)protected static booleanCTFontManager. unregisterFonts(NSArray<NSURL> fontURLs, CTFontManagerScope scope, NSArray.NSArrayPtr errors)Deprecated.Deprecated in iOS 13.0. -
Uses of NSArray in org.robovm.apple.cryptotokenkit
Methods in org.robovm.apple.cryptotokenkit that return NSArray Modifier and Type Method Description NSArray<TKCompactTLVRecord>TKSmartCardATR. getHistoricalRecords()NSArray<TKTokenKeychainItem>TKTokenKeychainContents. getItems()NSArray<TKTokenKeychainItem>TKTokenConfiguration. getKeychainItems()NSArray<NSNumber>TKSmartCardUserInteractionForPINOperation. getPINMessageIndices()NSArray<NSNumber>TKSmartCardATR. getProtocols()NSArray<NSString>TKSmartCardSlotManager. getSlotNames()NSArray<NSString>TKTokenWatcher. getTokenIDs()static NSArray<TKTLVRecord>TKBERTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKCompactTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKSimpleTLVRecord. sequenceOfRecordsFromData(NSData data)static NSArray<TKTLVRecord>TKTLVRecord. sequenceOfRecordsFromData(NSData data)Methods in org.robovm.apple.cryptotokenkit with parameters of type NSArray Modifier and Type Method Description voidTKTokenKeychainContents. fill(NSArray<TKTokenKeychainItem> items)protected longTKBERTLVRecord. init(long tag, NSArray<TKTLVRecord> records)voidTKTokenConfiguration. setKeychainItems(NSArray<TKTokenKeychainItem> v)voidTKSmartCardUserInteractionForPINOperation. setPINMessageIndices(NSArray<NSNumber> v)Constructors in org.robovm.apple.cryptotokenkit with parameters of type NSArray Constructor Description TKBERTLVRecord(long tag, NSArray<TKTLVRecord> records) -
Uses of NSArray in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return NSArray Modifier and Type Method Description NSArray<EKAlarm>EKCalendarItem. getAlarms()NSArray<EKParticipant>EKCalendarItem. getAttendees()NSArray<EKCalendarItem>EKEventStore. getCalendarItems(String externalIdentifier)NSArray<EKCalendar>EKEventStore. getCalendars(EKEntityType entityType)NSArray<NSNumber>EKRecurrenceRule. getDaysOfTheMonth()NSArray<EKRecurrenceDayOfWeek>EKRecurrenceRule. getDaysOfTheWeek()NSArray<NSNumber>EKRecurrenceRule. getDaysOfTheYear()NSArray<EKSource>EKEventStore. getDelegateSources()NSArray<EKEvent>EKEventStore. getEvents(NSPredicate predicate)NSArray<NSNumber>EKRecurrenceRule. getMonthsOfTheYear()NSArray<EKRecurrenceRule>EKCalendarItem. getRecurrenceRules()NSArray<NSNumber>EKRecurrenceRule. getSetPositions()NSArray<EKSource>EKEventStore. getSources()NSArray<EKVirtualConferenceURLDescriptor>EKVirtualConferenceDescriptor. getURLDescriptors()NSArray<NSNumber>EKRecurrenceRule. getWeeksOfTheYear()Methods in org.robovm.apple.eventkit with parameters of type NSArray Modifier and Type Method Description NSPredicateEKEventStore. getPredicateForCompletedReminders(NSDate startDate, NSDate endDate, NSArray<EKCalendar> calendars)NSPredicateEKEventStore. getPredicateForEvents(NSDate startDate, NSDate endDate, NSArray<EKCalendar> calendars)NSPredicateEKEventStore. getPredicateForIncompleteReminders(NSDate startDate, NSDate endDate, NSArray<EKCalendar> calendars)NSPredicateEKEventStore. getPredicateForReminders(NSArray<EKCalendar> calendars)protected longEKRecurrenceRule. init(EKRecurrenceFrequency type, long interval, NSArray<EKRecurrenceDayOfWeek> days, NSArray<NSNumber> monthDays, NSArray<NSNumber> months, NSArray<NSNumber> weeksOfTheYear, NSArray<NSNumber> daysOfTheYear, NSArray<NSNumber> setPositions, EKRecurrenceEnd end)protected longEKVirtualConferenceDescriptor. init(String title, NSArray<EKVirtualConferenceURLDescriptor> URLDescriptors, String conferenceDetails)voidEKCalendarItem. setAlarms(NSArray<EKAlarm> v)voidEKCalendarItem. setRecurrenceRules(NSArray<EKRecurrenceRule> v)Method parameters in org.robovm.apple.eventkit with type arguments of type NSArray Modifier and Type Method Description voidEKVirtualConferenceProvider. fetchAvailableRoomTypes(VoidBlock2<NSArray<EKVirtualConferenceRoomTypeDescriptor>,NSError> completionHandler)NSObjectEKEventStore. fetchReminders(NSPredicate predicate, VoidBlock1<NSArray<EKReminder>> completion)Constructors in org.robovm.apple.eventkit with parameters of type NSArray Constructor Description EKRecurrenceRule(EKRecurrenceFrequency type, long interval, NSArray<EKRecurrenceDayOfWeek> days, NSArray<NSNumber> monthDays, NSArray<NSNumber> months, NSArray<NSNumber> weeksOfTheYear, NSArray<NSNumber> daysOfTheYear, NSArray<NSNumber> setPositions, EKRecurrenceEnd end)EKVirtualConferenceDescriptor(String title, NSArray<EKVirtualConferenceURLDescriptor> URLDescriptors, String conferenceDetails) -
Uses of NSArray in org.robovm.apple.exposurenotification
Methods in org.robovm.apple.exposurenotification that return NSArray Modifier and Type Method Description NSArray<NSNumber>ENExposureDetectionSummary. getAttenuationDurations()NSArray<NSNumber>ENExposureInfo. getAttenuationDurations()NSArray<NSNumber>ENExposureConfiguration. getAttenuationDurationThresholds()NSArray<NSNumber>ENExposureConfiguration. getAttenuationLevelValues()NSArray<NSNumber>ENExposureConfiguration. getDaysSinceLastExposureLevelValues()NSArray<ENExposureDaySummary>ENExposureDetectionSummary. getDaySummaries()NSArray<NSNumber>ENExposureConfiguration. getDurationLevelValues()NSArray<ENScanInstance>ENExposureWindow. getScanInstances()NSArray<NSNumber>ENExposureConfiguration. getTransmissionRiskLevelValues()Methods in org.robovm.apple.exposurenotification that return types with arguments of type NSArray Modifier and Type Method Description VoidBlock1<NSArray<ENTemporaryExposureKey>>ENManager. getDiagnosisKeysAvailableHandler()Methods in org.robovm.apple.exposurenotification with parameters of type NSArray Modifier and Type Method Description NSProgressENManager. detectExposures(ENExposureConfiguration configuration, NSArray<NSURL> diagnosisKeyURLs, VoidBlock2<ENExposureDetectionSummary,NSError> completionHandler)voidENExposureConfiguration. setAttenuationDurationThresholds(NSArray<NSNumber> v)voidENExposureConfiguration. setAttenuationLevelValues(NSArray<NSNumber> v)voidENExposureConfiguration. setDaysSinceLastExposureLevelValues(NSArray<NSNumber> v)voidENExposureConfiguration. setDurationLevelValues(NSArray<NSNumber> v)voidENExposureConfiguration. setTransmissionRiskLevelValues(NSArray<NSNumber> v)Method parameters in org.robovm.apple.exposurenotification with type arguments of type NSArray Modifier and Type Method Description voidENManager. getDiagnosisKeys(VoidBlock2<NSArray<ENTemporaryExposureKey>,NSError> completionHandler)NSProgressENManager. getExposureInfo(ENExposureDetectionSummary summary, String userExplanation, VoidBlock2<NSArray<ENExposureInfo>,NSError> completionHandler)Deprecated.Deprecated in iOS 13.6.NSProgressENManager. getExposureWindows(ENExposureDetectionSummary summary, VoidBlock2<NSArray<ENExposureWindow>,NSError> completionHandler)voidENManager. getTestDiagnosisKeys(VoidBlock2<NSArray<ENTemporaryExposureKey>,NSError> completionHandler)voidENManager. setDiagnosisKeysAvailableHandler(VoidBlock1<NSArray<ENTemporaryExposureKey>> v) -
Uses of NSArray in org.robovm.apple.externalaccessory
Methods in org.robovm.apple.externalaccessory that return NSArray Modifier and Type Method Description NSArray<EAAccessory>EAAccessoryManager. getConnectedAccessories() -
Uses of NSArray in org.robovm.apple.fileprovider
Methods in org.robovm.apple.fileprovider that return NSArray Modifier and Type Method Description NSArray<?>NSFileProviderExtension. supportedServiceSources(NSString itemIdentifier, NSError.NSErrorPtr error)Methods in org.robovm.apple.fileprovider with parameters of type NSArray Modifier and Type Method Description voidNSFileProviderChangeObserver. didDeleteItems(NSArray<NSString> deletedItemIdentifiers)voidNSFileProviderChangeObserverAdapter. didDeleteItems(NSArray<NSString> deletedItemIdentifiers)voidNSFileProviderEnumerationObserver. didEnumerateItems(NSArray<?> updatedItems)voidNSFileProviderEnumerationObserverAdapter. didEnumerateItems(NSArray<?> updatedItems)voidNSFileProviderChangeObserver. didUpdateItems(NSArray<?> updatedItems)voidNSFileProviderChangeObserverAdapter. didUpdateItems(NSArray<?> updatedItems)NSProgressNSFileProviderExtension. fetchThumbnails(NSArray<NSString> itemIdentifiers, CGSize size, VoidBlock3<NSString,NSData,NSError> perThumbnailCompletionHandler, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.fileprovider with type arguments of type NSArray Modifier and Type Method Description static voidNSFileProviderManager. getDomains(VoidBlock2<NSArray<NSFileProviderDomain>,NSError> completionHandler) -
Uses of NSArray in org.robovm.apple.fileproviderui
Methods in org.robovm.apple.fileproviderui with parameters of type NSArray Modifier and Type Method Description voidFPUIActionExtensionViewController. prepareForAction(String actionIdentifier, NSArray<NSString> itemIdentifiers) -
Uses of NSArray in org.robovm.apple.foundation
Subclasses of NSArray in org.robovm.apple.foundation Modifier and Type Class Description classNSMutableArray<T extends NSObject>Methods in org.robovm.apple.foundation that return types with arguments of type NSArray Modifier and Type Method Description Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject>NSExpression. getExpressionBlock()Methods in org.robovm.apple.foundation with parameters of type NSArray Modifier and Type Method Description voidNSOperationQueue. addOperations(NSArray<NSOperation> ops, boolean wait)voidNSExtensionContext. completeRequest(NSArray<NSExtensionItem> items, VoidBooleanBlock completionHandler)voidNSFileCoordinator. coordinateAccessWithIntents(NSArray<NSFileAccessIntent> intents, NSOperationQueue queue, VoidBlock1<NSError> accessor)protected static longNSExpression. create(String expressionFormat, NSArray<?> arguments)protected static longNSPredicate. create(String predicateFormat, NSArray<?> arguments)static NSCompoundPredicateNSCompoundPredicate. createAndPredicate(NSArray<NSPredicate> subpredicates)static NSExpressionNSExpression. createForAggregate(NSArray<NSExpression> subexpressions)static NSExpressionNSExpression. createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block, NSArray<NSExpression> arguments)static NSExpressionNSExpression. createForFunction(String name, NSArray<?> parameters)static NSExpressionNSExpression. createForFunction(NSExpression target, String name, NSArray<?> parameters)static NSCompoundPredicateNSCompoundPredicate. createOrPredicate(NSArray<NSPredicate> subpredicates)static NSPresentationIntentNSPresentationIntent. createTableIntent(long identity, long columnCount, NSArray<NSNumber> alignments, NSPresentationIntent parent)static voidNSUserActivity. deleteSavedUserActivities(NSArray<NSString> persistentIdentifiers, Runnable handler)static Map<String,String>NSHTTPCookie. getRequestHeaderFieldsWithCookies(NSArray<NSHTTPCookie> cookies)NSArray<NSHTTPCookie>NSHTTPCookieStorage. getSortedCookies(NSArray<NSSortDescriptor> sortOrder)protected longNSArray. init(NSArray<T> array)protected longNSCompoundPredicate. init(NSCompoundPredicateType type, NSArray<NSPredicate> subpredicates)protected longNSCountedSet. init(NSArray<T> array)protected longNSDictionary. init(NSArray<V> objects, NSArray<?> keys)protected longNSOrderedCollectionDifference. init(NSArray<?> changes)protected longNSOrderedCollectionDifference. init(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects)protected longNSOrderedCollectionDifference. init(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects, NSArray<?> changes)protected longNSOrderedSet. init(NSArray<T> array)protected longNSSet. init(NSArray<T> array)static StringNSListFormatter. localizedStringByJoiningStrings(NSArray<NSString> strings)NSURLSessionWebSocketTaskNSURLSession. newWebSocket(NSURL url, NSArray<NSString> protocols)voidNSObject. performSelector(Selector aSelector, NSObject anArgument, double delay, NSArray<NSString> modes)voidNSObject. performSelector(Selector aSelector, NSThread thr, NSObject arg, boolean wait, NSArray<NSString> array)voidNSObject. performSelectorOnMainThread(Selector aSelector, NSObject arg, boolean wait, NSArray<NSString> array)protected voidNSFileCoordinator. prepareForReadingItems(NSArray<NSURL> readingURLs, NSFileCoordinatorReadingOptions readingOptions, NSArray<NSURL> writingURLs, NSFileCoordinatorWritingOptions writingOptions, NSError.NSErrorPtr outError, VoidBlock1<Runnable> batchAccessor)voidNSFileCoordinator. prepareForReadingItems(NSArray<NSURL> readingURLs, NSFileCoordinatorReadingOptions readingOptions, NSArray<NSURL> writingURLs, NSFileCoordinatorWritingOptions writingOptions, VoidBlock1<Runnable> batchAccessor)voidNSUbiquitousKeyValueStore. put(String key, NSArray<?> array)protected voidNSUbiquitousKeyValueStore. setArray(NSArray<?> anArray, String aKey)voidNSExtensionItem. setAttachments(NSArray<NSItemProvider> v)voidNSHTTPCookieStorage. setCookiesForURL(NSArray<NSHTTPCookie> cookies, NSURL URL, NSURL mainDocumentURL)voidNSURLComponents. setPercentEncodedQueryItems(NSArray<NSURLQueryItem> v)voidNSURLComponents. setQueryItems(NSArray<NSURLQueryItem> v)voidNSMetadataQuery. setSearchItems(NSArray<NSMetadataItem> items)protected voidNSMetadataQuery. setSearchItems0(NSArray<?> v)voidNSMetadataQuery. setSearchItemURLs(NSArray<NSURL> urls)voidNSMetadataQuery. setSearchScopes(NSArray<NSURL> scopes)protected voidNSMetadataQuery. setSearchScopes0(NSArray<?> v)voidNSMetadataQuery. setSortDescriptors(NSArray<NSSortDescriptor> v)voidNSHTTPCookieStorage. storeCookiesForTask(NSArray<NSHTTPCookie> cookies, NSURLSessionTask task)StringNSListFormatter. stringFromItems(NSArray<?> items)Constructors in org.robovm.apple.foundation with parameters of type NSArray Constructor Description NSCompoundPredicate(NSCompoundPredicateType type, NSArray<NSPredicate> subpredicates)NSExpression(String expressionFormat, NSArray<?> arguments)NSOrderedCollectionDifference(NSArray<?> changes)NSOrderedCollectionDifference(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects)NSOrderedCollectionDifference(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects, NSArray<?> changes)NSPredicate(String predicateFormat, NSArray<?> arguments) -
Uses of NSArray in org.robovm.apple.gamecontroller
Methods in org.robovm.apple.gamecontroller that return NSArray Modifier and Type Method Description NSArray<GCControllerButtonInput>GCMouseInput. getAuxiliaryButtons()static NSArray<GCController>GCController. getControllers()static NSArray<GCMouse>GCMouse. mice() -
Uses of NSArray in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return NSArray Modifier and Type Method Description NSArray<GKTurnBasedExchange>GKTurnBasedMatch. getActiveExchanges()NSArray<GKCloudPlayer>GKGameSession. getBadgedPlayers()Deprecated.NSArray<GKTurnBasedExchange>GKTurnBasedMatch. getCompletedExchanges()NSArray<GKTurnBasedExchange>GKTurnBasedMatch. getExchanges()NSArray<GKTurnBasedParticipant>GKTurnBasedMatch. getParticipants()NSArray<GKCloudPlayer>GKGameSession. getPlayers()Deprecated.NSArray<GKCloudPlayer>GKGameSession. getPlayers(GKConnectionState state)Deprecated.NSArray<GKPlayer>GKMatch. getPlayers()NSArray<GKPlayer>GKVoiceChat. getPlayers()NSArray<GKPlayer>GKMatchRequest. getRecipients()NSArray<GKTurnBasedParticipant>GKTurnBasedExchange. getRecipients()NSArray<GKTurnBasedExchangeReply>GKTurnBasedExchange. getReplies()NSArray<GKScore>GKLeaderboard. getScores()Deprecated.Deprecated in iOS 14.0.Methods in org.robovm.apple.gamekit that return types with arguments of type NSArray Modifier and Type Method Description VoidBlock2<GKInvite,NSArray<?>>GKMatchmaker. getInviteHandler()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.gamekit with parameters of type NSArray Modifier and Type Method Description voidGKFriendRequestComposeViewController. addRecipientPlayers(NSArray<GKPlayer> players)Deprecated.UIViewControllerGKLeaderboardEntry. challengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<NSString>> completionHandler)voidGKGameSession. clearBadge(NSArray<GKCloudPlayer> players, VoidBlock1<NSError> completionHandler)Deprecated.voidGKMatchmakerViewControllerDelegate. didFindHostedPlayers(GKMatchmakerViewController viewController, NSArray<GKPlayer> players)voidGKMatchmakerViewControllerDelegateAdapter. didFindHostedPlayers(GKMatchmakerViewController viewController, NSArray<GKPlayer> players)voidGKInviteEventListener. didRequestMatch(GKPlayer player, NSArray<GKPlayer> recipientPlayers)voidGKInviteEventListenerAdapter. didRequestMatch(GKPlayer player, NSArray<GKPlayer> recipientPlayers)voidGKLocalPlayerListenerAdapter. didRequestMatch(GKPlayer player, NSArray<GKPlayer> playersToInvite)voidGKTurnBasedEventListener. didRequestMatch(GKPlayer player, NSArray<GKPlayer> playersToInvite)voidGKTurnBasedEventListenerAdapter. didRequestMatch(GKPlayer player, NSArray<GKPlayer> playersToInvite)voidGKTurnBasedMatch. endMatch(NSData matchData, NSArray<GKScore> scores, NSArray<GKAchievement> achievements, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidGKTurnBasedMatch. endMatchInTurn(NSData matchData, NSArray<GKLeaderboardScore> scores, NSArray<?> achievements, VoidBlock1<NSError> completionHandler)voidGKTurnBasedMatch. endTurn(NSArray<GKTurnBasedParticipant> nextParticipants, double timeout, NSData matchData, VoidBlock1<NSError> completionHandler)UIViewControllerGKAchievement. getChallengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<GKPlayer>> completionHandler)UIViewControllerGKScore. getChallengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<GKPlayer>> completionHandler)Deprecated.voidGKLocalPlayer. hasConflictingSavedGames(GKPlayer player, NSArray<GKSavedGame> savedGames)voidGKLocalPlayerListenerAdapter. hasConflictingSavedGames(GKPlayer player, NSArray<GKSavedGame> savedGames)voidGKSavedGameListener. hasConflictingSavedGames(GKPlayer player, NSArray<GKSavedGame> savedGames)voidGKSavedGameListenerAdapter. hasConflictingSavedGames(GKPlayer player, NSArray<GKSavedGame> savedGames)protected longGKLeaderboard. init(NSArray<GKPlayer> players)Deprecated.Deprecated in iOS 14.0.voidGKLeaderboard. loadEntriesForPlayers(NSArray<GKPlayer> players, GKLeaderboardTimeScope timeScope, VoidBlock3<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,NSError> completionHandler)voidGKLocalPlayer. loadFriends(NSArray<NSString> identifiers, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)static voidGKLeaderboard. loadLeaderboards(NSArray<NSString> leaderboardIDs, VoidBlock2<NSArray<GKLeaderboard>,NSError> completionHandler)voidGKTurnBasedMatch. participantQuitInTurn(GKTurnBasedMatchOutcome matchOutcome, NSArray<GKTurnBasedParticipant> nextParticipants, double timeout, NSData matchData, VoidBlock1<NSError> completionHandler)voidGKLocalPlayerListenerAdapter. receivedExchangeReplies(GKPlayer player, NSArray<GKTurnBasedExchange> replies, GKTurnBasedExchange exchange, GKTurnBasedMatch match)voidGKTurnBasedEventListener. receivedExchangeReplies(GKPlayer player, NSArray<GKTurnBasedExchange> replies, GKTurnBasedExchange exchange, GKTurnBasedMatch match)voidGKTurnBasedEventListenerAdapter. receivedExchangeReplies(GKPlayer player, NSArray<GKTurnBasedExchange> replies, GKTurnBasedExchange exchange, GKTurnBasedMatch match)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.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.voidGKLocalPlayer. resolveConflictingSavedGames(NSArray<GKSavedGame> conflictingSavedGames, NSData data, VoidBlock2<NSArray<GKSavedGame>,NSError> handler)voidGKTurnBasedMatch. saveMergedMatchData(NSData matchData, NSArray<GKTurnBasedExchange> exchanges, VoidBlock1<NSError> completionHandler)voidGKAchievement. selectChallengeablePlayers(NSArray<GKPlayer> players, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)booleanGKMatch. sendDataToPlayers(NSData data, NSArray<GKPlayer> players, GKMatchSendDataMode mode)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)voidGKMatchRequest. setRecipients(NSArray<GKPlayer> v)static voidGKLeaderboard. submitScore(long score, long context, GKPlayer player, NSArray<NSString> leaderboardIDs, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.gamekit with type arguments of type NSArray Modifier and Type Method Description UIViewControllerGKLeaderboardEntry. challengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<NSString>> completionHandler)voidGKLocalPlayer. fetchSavedGames(VoidBlock2<NSArray<GKSavedGame>,NSError> handler)voidGKMatchmaker. findPlayers(GKMatchRequest request, VoidBlock2<NSArray<NSString>,NSError> completionHandler)Deprecated.Deprecated in iOS 8.0.voidGKMatchmaker. findPlayersForHostedRequest(GKMatchRequest request, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)UIViewControllerGKAchievement. getChallengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<GKPlayer>> completionHandler)UIViewControllerGKAchievement. getChallengeComposeController(List<String> playerIDs, String message, VoidBlock3<UIViewController,Boolean,NSArray<NSString>> completionHandler)Deprecated.Deprecated in iOS 8.0.UIViewControllerGKScore. getChallengeComposeController(String message, NSArray<GKPlayer> players, VoidBlock3<UIViewController,Boolean,NSArray<GKPlayer>> completionHandler)Deprecated.UIViewControllerGKScore. getChallengeComposeController(List<String> playerIDs, String message, VoidBlock3<UIViewController,Boolean,NSArray<NSString>> completionHandler)Deprecated.Deprecated in iOS 8.0.static voidGKAchievementDescription. loadAchievementDescriptions(VoidBlock2<NSArray<GKAchievementDescription>,NSError> completionHandler)static voidGKAchievement. loadAchievements(VoidBlock2<NSArray<GKAchievement>,NSError> completionHandler)voidGKLocalPlayer. loadChallengableFriends(VoidBlock2<NSArray<GKPlayer>,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)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.voidGKLeaderboardSet. loadLeaderboardsUsingHandler(VoidBlock2<NSArray<GKLeaderboard>,NSError> handler)static voidGKTurnBasedMatch. loadMatches(VoidBlock2<NSArray<GKTurnBasedMatch>,NSError> completionHandler)static voidGKPlayer. loadPlayers(List<String> identifiers, VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.5.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. loadSessionsInContainer(String containerName, VoidBlock2<NSArray<GKGameSession>,NSError> completionHandler)Deprecated.voidGKLocalPlayer. resolveConflictingSavedGames(NSArray<GKSavedGame> conflictingSavedGames, NSData data, VoidBlock2<NSArray<GKSavedGame>,NSError> handler)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)voidGKMatchmaker. setInviteHandler(VoidBlock2<GKInvite,NSArray<?>> v)Deprecated.Deprecated in iOS 7.0.Constructors in org.robovm.apple.gamekit with parameters of type NSArray Constructor Description GKLeaderboard(NSArray<GKPlayer> players)Deprecated.Deprecated in iOS 14.0. -
Uses of NSArray in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit with parameters of type NSArray Modifier and Type Method Description voidGKGraphNode. addConnectionsToNodes(NSArray<GKGraphNode> nodes, boolean bidirectional)voidGKGraph. addNodes(NSArray<GKGraphNode> nodes)voidGKMeshGraph. addObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKObstacleGraph. addObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKRuleSystem. addRules(NSArray<GKRule> rules)static GKGoalGKGoal. alignWithAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)static GKGoalGKGoal. avoidAgents(NSArray<GKAgent> agents, double maxPredictionTime)static GKGoalGKGoal. avoidObstacles(NSArray<GKObstacle> obstacles, double maxPredictionTime)static GKGoalGKGoal. cohereWithAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)voidGKObstacleGraph. connectNodeIgnoringBufferRadiusOfObstacles(NodeType node, NSArray<GKPolygonObstacle> obstaclesBufferRadiusToIgnore)voidGKObstacleGraph. connectNodeIgnoringObstacles(NodeType node, NSArray<GKPolygonObstacle> obstaclesToIgnore)protected static longGKBehavior. create(NSArray<GKGoal> goals)protected static longGKBehavior. create(NSArray<GKGoal> goals, NSArray<NSNumber> weights)protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise)protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise, NSArray<NSNumber> componentBoundaries, NSArray<NSNumber> blendDistances)protected static longGKCompositeBehavior. create0(NSArray<GKBehavior> behaviors)protected static longGKCompositeBehavior. create0(NSArray<GKBehavior> behaviors, NSArray<NSNumber> weights)static GKCompositeBehaviorGKCompositeBehavior. createUsingGoals(NSArray<GKGoal> goals)static GKCompositeBehaviorGKCompositeBehavior. createUsingGoals(NSArray<GKGoal> goals, NSArray<NSNumber> weights)floatGKRuleSystem. getMaximumGradeForFacts(NSArray<?> facts)floatGKRuleSystem. getMinimumGradeForFacts(NSArray<?> facts)protected longGKDecisionTree. init(NSArray<?> examples, NSArray<?> actions, NSArray<?> attributes)protected longGKGraph. init(NSArray<GKGraphNode> nodes)protected longGKObstacleGraph. init(NSArray<GKPolygonObstacle> obstacles, float bufferRadius)protected longGKObstacleGraph. init(NSArray<GKPolygonObstacle> obstacles, float bufferRadius, Class<?> nodeClass)protected longGKPath. init(NSArray<GKGraphNode2D> graphNodes, float radius)protected longGKStateMachine. init(NSArray<GKState> states)voidGKNoise. remapValuesToTerraces(NSArray<NSNumber> peakInputValues, boolean inverted)voidGKGraphNode. removeConnectionsToNodes(NSArray<GKGraphNode> nodes, boolean bidirectional)voidGKGraph. removeNodes(NSArray<GKGraphNode> nodes)voidGKMeshGraph. removeObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKObstacleGraph. removeObstacles(NSArray<GKPolygonObstacle> obstacles)static GKGoalGKGoal. separateFromAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)NSArray<?>GKRandomSource. shuffleArray(NSArray<?> array) -
Uses of NSArray in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return NSArray Modifier and Type Method Description NSArray<GLKSubmesh>GLKMesh. getSubmeshes()Deprecated.NSArray<GLKEffectPropertyTexture>GLKBaseEffect. getTextureOrder()Deprecated.NSArray<GLKMeshBuffer>GLKMesh. getVertexBuffers()Deprecated.static NSArray<GLKMesh>GLKMesh. newMeshes(MDLAsset asset, NSArray.NSArrayPtr<?> sourceMeshes, NSError.NSErrorPtr error)Deprecated.Methods in org.robovm.apple.glkit with parameters of type NSArray Modifier and Type Method Description voidGLKBaseEffect. setTextureOrder(NSArray<GLKEffectPropertyTexture> v)Deprecated. -
Uses of NSArray in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSArray Modifier and Type Method Description NSArray<NSString>HKVerifiableClinicalRecord. getItemNames()NSArray<NSString>HKVerifiableClinicalRecord. getRecordTypes()NSArray<NSString>HKVerifiableClinicalRecordQuery. getRecordTypes()NSArray<HKAudiogramSensitivityPoint>HKAudiogramSample. getSensitivityPoints()NSArray<NSSortDescriptor>HKDocumentQuery. getSortDescriptors()NSArray<NSSortDescriptor>HKSampleQuery. getSortDescriptors()NSArray<HKSource>HKStatistics. getSources()NSArray<NSString>HKVerifiableClinicalRecordQuery. getSourceTypes()NSArray<HKStatistics>HKStatisticsCollection. getStatistics()NSArray<HKWorkoutEvent>HKWorkout. getWorkoutEvents()NSArray<HKWorkoutEvent>HKWorkoutBuilder. getWorkoutEvents()Methods in org.robovm.apple.healthkit that return types with arguments of type NSArray Modifier and Type Method Description VoidBlock3<HKActivitySummaryQuery,NSArray<HKActivitySummary>,NSError>HKActivitySummaryQuery. getUpdateHandler()VoidBlock5<HKAnchoredObjectQuery,NSArray<HKSample>,NSArray<HKDeletedObject>,HKQueryAnchor,NSError>HKAnchoredObjectQuery. getUpdateHandler()VoidBlock5<HKAnchoredObjectQuery,NSArray<HKSample>,NSArray<HKDeletedObject>,HKQueryAnchor,NSError>HKAnchoredObjectQuery. getUpdateHandler()Methods in org.robovm.apple.healthkit with parameters of type NSArray Modifier and Type Method Description voidHKWorkoutBuilder. addSamples(NSArray<HKSample> samples, VoidBlock2<Boolean,NSError> completion)voidHKHealthStore. addSamplesToWorkout(NSArray<HKSample> samples, HKWorkout workout, VoidBlock2<Boolean,NSError> completion)voidHKWorkoutBuilder. addWorkoutEvents(NSArray<HKWorkoutEvent> workoutEvents, VoidBlock2<Boolean,NSError> completion)protected static longHKAudiogramSample. create(NSArray<HKAudiogramSensitivityPoint> sensitivityPoints, NSDate startDate, NSDate endDate, NSDictionary<NSString,?> metadata)static HKWorkoutHKWorkout. create(HKWorkoutActivityType workoutActivityType, NSDate startDate, NSDate endDate, NSArray<HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKDevice device, HKMetadata metadata)static HKWorkoutHKWorkout. create(HKWorkoutActivityType workoutActivityType, NSDate startDate, NSDate endDate, NSArray<HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKMetadata metadata)static HKWorkoutHKWorkout. create(HKWorkoutActivityType workoutActivityType, NSDate startDate, NSDate endDate, NSArray<HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalFlightsClimbed, HKDevice device, NSDictionary<NSString,?> metadata)static HKWorkoutHKWorkout. create(HKWorkoutActivityType workoutActivityType, NSDate startDate, NSDate endDate, NSArray<HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalSwimmingStrokeCount, HKDevice device, HKMetadata metadata)static NSPredicateHKQuery. createPredicateForObjectsWithMetadata(String key, NSArray<?> allowedValues)voidHKHealthStore. deleteObjects(NSArray<HKObject> objects, VoidBlock2<Boolean,NSError> completion)protected longHKAnchoredObjectQuery. init(NSArray<HKQueryDescriptor> queryDescriptors, HKQueryAnchor anchor, long limit, VoidBlock5<HKAnchoredObjectQuery,NSArray<HKSample>,NSArray<HKDeletedObject>,HKQueryAnchor,NSError> handler)protected longHKDocumentQuery. init(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)protected longHKObserverQuery. init(NSArray<HKQueryDescriptor> queryDescriptors, VoidBlock4<HKObserverQuery,NSSet<HKSampleType>,Runnable,NSError> updateHandler)protected longHKSampleQuery. init(NSArray<HKQueryDescriptor> queryDescriptors, long limit, NSArray<NSSortDescriptor> sortDescriptors, VoidBlock3<HKSampleQuery,NSArray<HKSample>,NSError> resultsHandler)protected longHKSampleQuery. init(NSArray<HKQueryDescriptor> queryDescriptors, long limit, VoidBlock3<HKSampleQuery,NSArray<HKSample>,NSError> resultsHandler)protected longHKSampleQuery. init(HKSampleType sampleType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, VoidBlock3<HKSampleQuery,NSArray<HKSample>,NSError> resultsHandler)protected longHKVerifiableClinicalRecordQuery. init(NSArray<NSString> recordTypes, NSArray<NSString> sourceTypes, NSPredicate predicate, VoidBlock3<HKVerifiableClinicalRecordQuery,NSArray<HKVerifiableClinicalRecord>,NSError> resultsHandler)protected longHKVerifiableClinicalRecordQuery. init(NSArray<NSString> recordTypes, NSPredicate predicate, VoidBlock3<HKVerifiableClinicalRecordQuery,NSArray<HKVerifiableClinicalRecord>,NSError> resultsHandler)voidHKWorkoutRouteBuilder. insertRouteData(NSArray<CLLocation> routeData, VoidBlock2<Boolean,NSError> completion)voidHKHealthStore. saveObjects(NSArray<HKObject> objects, VoidBlock2<Boolean,NSError> completion) -
Uses of NSArray in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit with parameters of type NSArray Modifier and Type Method Description protected longHMEventTrigger. init(String name, NSArray<HMEvent> events, NSArray<HMEvent> endEvents, NSArray<NSDateComponents> recurrences, NSPredicate predicate)protected longHMEventTrigger. init(String name, NSArray<HMEvent> events, NSPredicate predicate)protected longHMMatterTopology. init(NSArray<HMMatterHome> homes)voidHMEventTrigger. updateEndEvents(NSArray<HMEvent> endEvents, VoidBlock1<NSError> completion)voidHMEventTrigger. updateEvents(NSArray<HMEvent> events, VoidBlock1<NSError> completion)voidHMEventTrigger. updateRecurrences(NSArray<NSDateComponents> recurrences, VoidBlock1<NSError> completion)Method parameters in org.robovm.apple.homekit with type arguments of type NSArray Modifier and Type Method Description voidHMHome. addAndSetupAccessories(HMAccessorySetupPayload payload, VoidBlock2<NSArray<HMAccessory>,NSError> completion)Deprecated.Deprecated in iOS 15.0.voidHMMatterRequestHandler. fetchRooms(HMMatterHome home, VoidBlock2<NSArray<HMMatterRoom>,NSError> completion)Constructors in org.robovm.apple.homekit with parameters of type NSArray Constructor Description HMEventTrigger(String name, NSArray<HMEvent> events, NSArray<HMEvent> endEvents, NSArray<NSDateComponents> recurrences, NSPredicate predicate)HMEventTrigger(String name, NSArray<HMEvent> events, NSPredicate predicate)HMMatterTopology(NSArray<HMMatterHome> homes) -
Uses of NSArray in org.robovm.apple.identitylookup
Methods in org.robovm.apple.identitylookup that return NSArray Modifier and Type Method Description NSArray<ILCallCommunication>ILCallClassificationRequest. getCallCommunications()NSArray<ILMessageCommunication>ILMessageClassificationRequest. getMessageCommunications() -
Uses of NSArray in org.robovm.apple.imagecapturecore
Methods in org.robovm.apple.imagecapturecore that return NSArray Modifier and Type Method Description NSArray<NSString>ICCameraDevice. filesOfType(String fileUTType)NSArray<NSString>ICDevice. getCapabilities()NSArray<ICCameraItem>ICCameraDevice. getContents()NSArray<ICCameraItem>ICCameraFolder. getContents()NSArray<ICDevice>ICDeviceBrowser. getDevices()NSArray<ICCameraItem>ICCameraDevice. getMediaFiles()NSArray<ICCameraItem>ICCameraFile. getSidecarFiles()Methods in org.robovm.apple.imagecapturecore with parameters of type NSArray Modifier and Type Method Description voidICCameraDeviceDelegate. didAddItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDeviceDelegateAdapter. didAddItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDeviceDelegate. didRemoveItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDeviceDelegateAdapter. didRemoveItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDeviceDelegate. didRenameItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDeviceDelegateAdapter. didRenameItems(ICCameraDevice camera, NSArray<ICCameraItem> items)voidICCameraDevice. requestDeleteFiles(NSArray<ICCameraItem> files)NSProgressICCameraDevice. requestDeleteFiles(NSArray<ICCameraItem> files, VoidBlock1<NSDictionary<NSString,ICCameraItem>> deleteFailed, VoidBlock2<NSDictionary<?,?>,NSError> completion) -
Uses of NSArray in org.robovm.apple.intents
Methods in org.robovm.apple.intents with parameters of type NSArray Modifier and Type Method Description static INCallRecordResolutionResultINCallRecordResolutionResult. createDisambiguation(NSArray<INCallRecord> callRecordsToDisambiguate)static INStartCallCallRecordToCallBackResolutionResultINStartCallCallRecordToCallBackResolutionResult. createDisambiguation(NSArray<INCallRecord> callRecordsToDisambiguate)static INObjectCollectionINObjectCollection. createFromSections(NSArray<?> sections)static INSearchForMessagesIntentINSearchForMessagesIntent. createWithGroupNames(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<NSString> groupNames)Deprecated.Deprecated in iOS 11.0.static INSearchForMessagesIntentINSearchForMessagesIntent. createWithSpeakableGroupNames(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<INSpeakableString> speakableGroupNames)Deprecated.Deprecated in iOS 12.0.static voidINInteraction. deleteInteractions(NSArray<NSString> identifiers, VoidBlock1<NSError> completion)static INAddMediaMediaDestinationResolutionResultINAddMediaMediaDestinationResolutionResult. disambiguation(NSArray<INMediaDestination> mediaDestinationsToDisambiguate)static INAddMediaMediaItemResolutionResultINAddMediaMediaItemResolutionResult. disambiguation(NSArray<INMediaItem> mediaItemsToDisambiguate)static INAddTasksTargetTaskListResolutionResultINAddTasksTargetTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)static INAddTasksTemporalEventTriggerResolutionResultINAddTasksTemporalEventTriggerResolutionResult. disambiguation(NSArray<INTemporalEventTrigger> temporalEventTriggersToDisambiguate)static INBillPayeeResolutionResultINBillPayeeResolutionResult. disambiguation(NSArray<INBillPayee> billPayeesToDisambiguate)Deprecated.static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. disambiguation(NSArray<INCurrencyAmount> currencyAmountsToDisambiguate)static INDateComponentsRangeResolutionResultINDateComponentsRangeResolutionResult. disambiguation(NSArray<INDateComponentsRange> dateComponentsRangesToDisambiguate)static INDateComponentsResolutionResultINDateComponentsResolutionResult. disambiguation(NSArray<NSDateComponents> dateComponentsToDisambiguate)static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)Deprecated.static INDeleteTasksTaskResolutionResultINDeleteTasksTaskResolutionResult. disambiguation(NSArray<INTask> tasksToDisambiguate)Deprecated.static INEnergyResolutionResultINEnergyResolutionResult. disambiguation(NSArray<?> energyToDisambiguate)static INFileResolutionResultINFileResolutionResult. disambiguation(NSArray<INFile> filesToDisambiguate)static INLengthResolutionResultINLengthResolutionResult. disambiguation(NSArray<?> lengthsToDisambiguate)static INMassResolutionResultINMassResolutionResult. disambiguation(NSArray<?> massToDisambiguate)static INMediaDestinationResolutionResultINMediaDestinationResolutionResult. disambiguation(NSArray<INMediaDestination> mediaDestinationsToDisambiguate)static INMediaItemResolutionResultINMediaItemResolutionResult. disambiguation(NSArray<INMediaItem> mediaItemsToDisambiguate)static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. disambiguation(NSArray<NSNumber> notebookItemTypesToDisambiguate)static INNoteContentResolutionResultINNoteContentResolutionResult. disambiguation(NSArray<INNoteContent> noteContentsToDisambiguate)static INNoteResolutionResultINNoteResolutionResult. disambiguation(NSArray<INNote> notesToDisambiguate)static INObjectResolutionResultINObjectResolutionResult. disambiguation(NSArray<INObject> objectsToDisambiguate)static INPaymentAccountResolutionResultINPaymentAccountResolutionResult. disambiguation(NSArray<INPaymentAccount> paymentAccountsToDisambiguate)static INPaymentAmountResolutionResultINPaymentAmountResolutionResult. disambiguation(NSArray<INPaymentAmount> paymentAmountsToDisambiguate)static INPaymentMethodResolutionResultINPaymentMethodResolutionResult. disambiguation(NSArray<INPaymentMethod> paymentMethodsToDisambiguate)static INPersonResolutionResultINPersonResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INPlacemarkResolutionResultINPlacemarkResolutionResult. disambiguation(NSArray<CLPlacemark> placemarksToDisambiguate)static INPlayMediaMediaItemResolutionResultINPlayMediaMediaItemResolutionResult. disambiguation(NSArray<INMediaItem> mediaItemsToDisambiguate)static INRequestPaymentCurrencyAmountResolutionResultINRequestPaymentCurrencyAmountResolutionResult. disambiguation(NSArray<INCurrencyAmount> currencyAmountsToDisambiguate)static INRequestPaymentPayerResolutionResultINRequestPaymentPayerResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. disambiguation(NSArray<INRestaurantGuest> restaurantGuestsToDisambiguate)static INRestaurantResolutionResultINRestaurantResolutionResult. disambiguation(NSArray<INRestaurant> restaurantsToDisambiguate)static INSearchForMediaMediaItemResolutionResultINSearchForMediaMediaItemResolutionResult. disambiguation(NSArray<INMediaItem> mediaItemsToDisambiguate)static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INSendPaymentCurrencyAmountResolutionResultINSendPaymentCurrencyAmountResolutionResult. disambiguation(NSArray<INCurrencyAmount> currencyAmountsToDisambiguate)static INSendPaymentPayeeResolutionResultINSendPaymentPayeeResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INSetTaskAttributeTemporalEventTriggerResolutionResultINSetTaskAttributeTemporalEventTriggerResolutionResult. disambiguation(NSArray<INTemporalEventTrigger> temporalEventTriggersToDisambiguate)static INSnoozeTasksTaskResolutionResultINSnoozeTasksTaskResolutionResult. disambiguation(NSArray<INTask> tasksToDisambiguate)static INSpatialEventTriggerResolutionResultINSpatialEventTriggerResolutionResult. disambiguation(NSArray<INSpatialEventTrigger> spatialEventTriggersToDisambiguate)static INSpeakableStringResolutionResultINSpeakableStringResolutionResult. disambiguation(NSArray<INSpeakableString> stringsToDisambiguate)static INSpeedResolutionResultINSpeedResolutionResult. disambiguation(NSArray<?> speedToDisambiguate)static INStartCallContactResolutionResultINStartCallContactResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INStringResolutionResultINStringResolutionResult. disambiguation(NSArray<NSString> stringsToDisambiguate)static INTaskListResolutionResultINTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)static INTaskResolutionResultINTaskResolutionResult. disambiguation(NSArray<INTask> tasksToDisambiguate)static INTemperatureResolutionResultINTemperatureResolutionResult. disambiguation(NSArray<?> temperaturesToDisambiguate)static INTemporalEventTriggerResolutionResultINTemporalEventTriggerResolutionResult. disambiguation(NSArray<INTemporalEventTrigger> temporalEventTriggersToDisambiguate)static INUpdateMediaAffinityMediaItemResolutionResultINUpdateMediaAffinityMediaItemResolutionResult. disambiguation(NSArray<INMediaItem> mediaItemsToDisambiguate)static INURLResolutionResultINURLResolutionResult. disambiguation(NSArray<NSURL> urlsToDisambiguate)static INVolumeResolutionResultINVolumeResolutionResult. disambiguation(NSArray<?> volumeToDisambiguate)protected longINAddMediaIntent. init(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch, INMediaDestination mediaDestination)protected longINAddTasksIntent. init(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger)Deprecated.Deprecated in iOS 13.0.protected longINAddTasksIntent. init(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, INTaskPriority priority)protected longINBoatReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INBoatTrip boatTrip)protected longINBusReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INBusTrip busTrip)protected longINCallRecord. init(String identifier, NSDate dateCreated, INCallRecordType callRecordType, INCallCapability callCapability, NSNumber callDuration, NSNumber unseen, NSArray<INPerson> participants, NSNumber numberOfCalls, NSNumber isCallerIdBlocked)protected longINCallRecordFilter. init(NSArray<INPerson> participants, INCallRecordTypeOptions callTypes, INCallCapability callCapability)protected longINCar. init(String carIdentifier, String displayName, String year, String make, String model, CGColor color, INCarHeadUnit headUnit, NSArray<NSString> supportedChargingConnectors)protected longINCreateTaskListIntent. init(INSpeakableString title, NSArray<INSpeakableString> taskTitles, INSpeakableString groupName)Deprecated.protected longINDeleteTasksIntent. init(INTaskList taskList, NSArray<INTask> tasks, NSNumber all)Deprecated.protected longINFlightReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INFlight flight)protected longINFlightReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INFlight flight)protected longINGetAvailableRestaurantReservationBookingsIntentResponse. init(NSArray<INRestaurantReservationBooking> availableBookings, INGetAvailableRestaurantReservationBookingsIntentCode code, NSUserActivity userActivity)protected longINGetReservationDetailsIntent. init(INSpeakableString reservationContainerReference, NSArray<INSpeakableString> reservationItemReferences)protected longINGetUserCurrentRestaurantReservationBookingsIntentResponse. init(NSArray<INRestaurantReservationUserBooking> userCurrentBookings, INGetUserCurrentRestaurantReservationBookingsIntentResponseCode code, NSUserActivity userActivity)protected longINLodgingReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, CLPlacemark lodgingBusinessLocation, INDateComponentsRange reservationDuration, NSNumber numberOfAdults, NSNumber numberOfChildren)protected longINLodgingReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, CLPlacemark lodgingBusinessLocation, INDateComponentsRange reservationDuration, NSNumber numberOfAdults, NSNumber numberOfChildren)protected longINMediaSearch. init(INMediaItemType mediaType, INMediaSortOrder sortOrder, String mediaName, String artistName, String albumName, NSArray<NSString> genreNames, NSArray<NSString> moodNames, INDateComponentsRange releaseDate, INMediaReference reference, String mediaIdentifier)protected longINMessage. init(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INMessageType messageType)protected longINMessage. init(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INSpeakableString groupName, INMessageType messageType)protected longINMessage. init(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INSpeakableString groupName, INMessageType messageType, String serviceName)protected longINMessage. init(String identifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients)protected longINNote. init(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)protected longINObjectCollection. init(NSArray<T> items)protected longINObjectSection. init(String title, NSArray<T> items)protected longINPerson. init(INPersonHandle personHandle, NSPersonNameComponents nameComponents, String displayName, INImage image, String contactIdentifier, String customIdentifier, NSArray<INPersonHandle> aliases, INPersonSuggestionType suggestionType)protected longINPlayMediaIntent. init(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback)Deprecated.Deprecated in iOS 13.0.protected longINPlayMediaIntent. init(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback, INPlaybackQueueLocation playbackQueueLocation, NSNumber playbackSpeed, INMediaSearch mediaSearch)protected longINRentalCarReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INRentalCar rentalCar, INDateComponentsRange rentalDuration, CLPlacemark pickupLocation, CLPlacemark dropOffLocation)protected longINRentalCarReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INRentalCar rentalCar, INDateComponentsRange rentalDuration, CLPlacemark pickupLocation, CLPlacemark dropOffLocation)protected longINRestaurantReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INDateComponentsRange reservationDuration, NSNumber partySize, CLPlacemark restaurantLocation)protected longINRestaurantReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INDateComponentsRange reservationDuration, NSNumber partySize, CLPlacemark restaurantLocation)protected longINSearchForMediaIntent. init(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch)protected longINSearchForMessagesIntent. init(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<INSpeakableString> speakableGroupNames, NSArray<NSString> conversationIdentifiers)protected longINSearchForPhotosIntent. init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.protected longINSendMessageIntent. init(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0.protected longINSendMessageIntent. init(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.protected longINSendMessageIntent. init(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.protected longINSendMessageIntent. init(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)protected longINSetMessageAttributeIntent. init(NSArray<NSString> identifiers, INMessageAttribute attribute)protected longINSnoozeTasksIntent. init(NSArray<INTask> tasks, INDateComponentsRange nextTriggerTime, NSNumber all)protected longINStartAudioCallIntent. init(NSArray<INPerson> contacts)Deprecated.Deprecated in iOS 11.0.protected longINStartAudioCallIntent. init(INCallDestinationType destinationType, NSArray<INPerson> contacts)Deprecated.protected longINStartCallIntent. init(INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallRecordType recordTypeForRedialing, INCallCapability callCapability)Deprecated.Deprecated in iOS 14.0.protected longINStartCallIntent. init(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)protected longINStartPhotoPlaybackIntent. init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.protected longINStartVideoCallIntent. init(NSArray<INPerson> contacts)Deprecated.protected longINTaskList. init(INSpeakableString title, NSArray<INTask> tasks, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)protected longINTicketedEventReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INTicketedEvent event)protected longINTicketedEventReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INTicketedEvent event)protected longINTrainReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INTrainTrip trainTrip)protected longINTrainReservation. init(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INTrainTrip trainTrip)protected longINUpdateMediaAffinityIntent. init(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch, INMediaAffinityType affinityType)protected longINObjectCollection. initFromSection(NSArray<?> sections)protected longINSearchForMessagesIntent. initWithGroupNames(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<NSString> groupNames)Deprecated.Deprecated in iOS 11.0.protected longINSearchForMessagesIntent. initWithSpeakableGroupNames(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<INSpeakableString> speakableGroupNames)Deprecated.Deprecated in iOS 12.0.voidINSearchForAccountsIntentResponse. setAccounts(NSArray<INPaymentAccount> v)voidINAddTasksIntentResponse. setAddedTasks(NSArray<INTask> v)voidINRideStatus. setAdditionalActionActivities(NSArray<NSUserActivity> v)voidINObject. setAlternativeSpeakableMatches(NSArray<INSpeakableString> v)voidINRideOption. setAvailablePartySizeOptions(NSArray<INRidePartySizeOption> v)voidINSearchForBillsIntentResponse. setBills(NSArray<INBillDetails> v)Deprecated.voidINSearchCallHistoryIntentResponse. setCallRecords(NSArray<INCallRecord> v)Deprecated.voidINListCarsIntentResponse. setCars(NSArray<INCar> v)voidINDeleteTasksIntentResponse. setDeletedTasks(NSArray<INTask> v)Deprecated.voidINRideOption. setFareLineItems(NSArray<INRideFareLineItem> v)voidINSearchForMediaIntentResponse. setMediaItems(NSArray<INMediaItem> v)voidINSearchForMessagesIntentResponse. setMessages(NSArray<INMessage> v)voidINSearchForNotebookItemsIntentResponse. setNotes(NSArray<INNote> v)voidINRestaurantReservationBooking. setOffers(NSArray<INRestaurantOffer> v)voidINListRideOptionsIntentResponse. setPaymentMethods(NSArray<INPaymentMethod> v)voidINRelevantShortcut. setRelevanceProviders(NSArray<INRelevanceProvider> v)voidINRelevantShortcutStore. setRelevantShortcuts(NSArray<INRelevantShortcut> shortcuts, VoidBlock1<NSError> completionHandler)voidINGetReservationDetailsIntentResponse. setReservations(NSArray<INReservation> v)voidINListRideOptionsIntentResponse. setRideOptions(NSArray<INRideOption> v)voidINVoiceShortcutCenter. setShortcutSuggestions(NSArray<INShortcut> suggestions)voidINSnoozeTasksIntentResponse. setSnoozedTasks(NSArray<INTask> v)voidINSearchForNotebookItemsIntentResponse. setTaskLists(NSArray<INTaskList> v)voidINSearchForNotebookItemsIntentResponse. setTasks(NSArray<INTask> v)voidINGetUserCurrentRestaurantReservationBookingsIntentResponse. setUserCurrentBookings(NSArray<INRestaurantReservationUserBooking> v)voidINRideStatus. setWaypoints(NSArray<CLPlacemark> v)static NSArray<INAddMediaMediaItemResolutionResult>INAddMediaMediaItemResolutionResult. successes(NSArray<INMediaItem> resolvedMediaItems)static NSArray<? extends INMediaItemResolutionResult>INMediaItemResolutionResult. successes(NSArray<INMediaItem> resolvedMediaItems)static NSArray<INPlayMediaMediaItemResolutionResult>INPlayMediaMediaItemResolutionResult. successes(NSArray<INMediaItem> resolvedMediaItems)static NSArray<INSearchForMediaMediaItemResolutionResult>INSearchForMediaMediaItemResolutionResult. successes(NSArray<INMediaItem> resolvedMediaItems)static NSArray<INUpdateMediaAffinityMediaItemResolutionResult>INUpdateMediaAffinityMediaItemResolutionResult. successes(NSArray<INMediaItem> resolvedMediaItems)Constructors in org.robovm.apple.intents with parameters of type NSArray Constructor Description INAddMediaIntent(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch, INMediaDestination mediaDestination)INAddTasksIntent(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger)Deprecated.Deprecated in iOS 13.0.INAddTasksIntent(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, INTaskPriority priority)INBoatReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INBoatTrip boatTrip)INBusReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INBusTrip busTrip)INCallRecord(String identifier, NSDate dateCreated, INCallRecordType callRecordType, INCallCapability callCapability, NSNumber callDuration, NSNumber unseen, NSArray<INPerson> participants, NSNumber numberOfCalls, NSNumber isCallerIdBlocked)INCallRecordFilter(NSArray<INPerson> participants, INCallRecordTypeOptions callTypes, INCallCapability callCapability)INCar(String carIdentifier, String displayName, String year, String make, String model, CGColor color, INCarHeadUnit headUnit, NSArray<NSString> supportedChargingConnectors)INCreateTaskListIntent(INSpeakableString title, NSArray<INSpeakableString> taskTitles, INSpeakableString groupName)Deprecated.INDeleteTasksIntent(INTaskList taskList, NSArray<INTask> tasks, NSNumber all)Deprecated.INFlightReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INFlight flight)INFlightReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INFlight flight)INGetAvailableRestaurantReservationBookingsIntentResponse(NSArray<INRestaurantReservationBooking> availableBookings, INGetAvailableRestaurantReservationBookingsIntentCode code, NSUserActivity userActivity)INGetReservationDetailsIntent(INSpeakableString reservationContainerReference, NSArray<INSpeakableString> reservationItemReferences)INGetUserCurrentRestaurantReservationBookingsIntentResponse(NSArray<INRestaurantReservationUserBooking> userCurrentBookings, INGetUserCurrentRestaurantReservationBookingsIntentResponseCode code, NSUserActivity userActivity)INLodgingReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, CLPlacemark lodgingBusinessLocation, INDateComponentsRange reservationDuration, NSNumber numberOfAdults, NSNumber numberOfChildren)INLodgingReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, CLPlacemark lodgingBusinessLocation, INDateComponentsRange reservationDuration, NSNumber numberOfAdults, NSNumber numberOfChildren)INMediaSearch(INMediaItemType mediaType, INMediaSortOrder sortOrder, String mediaName, String artistName, String albumName, NSArray<NSString> genreNames, NSArray<NSString> moodNames, INDateComponentsRange releaseDate, INMediaReference reference, String mediaIdentifier)INMessage(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INMessageType messageType)INMessage(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INSpeakableString groupName, INMessageType messageType)INMessage(String identifier, String conversationIdentifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients, INSpeakableString groupName, INMessageType messageType, String serviceName)INMessage(String identifier, String content, NSDate dateSent, INPerson sender, NSArray<INPerson> recipients)INNote(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)INObjectCollection(NSArray<T> items)INObjectSection(String title, NSArray<T> items)INPerson(INPersonHandle personHandle, NSPersonNameComponents nameComponents, String displayName, INImage image, String contactIdentifier, String customIdentifier, NSArray<INPersonHandle> aliases, INPersonSuggestionType suggestionType)INPlayMediaIntent(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback)Deprecated.Deprecated in iOS 13.0.INPlayMediaIntent(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback, INPlaybackQueueLocation playbackQueueLocation, NSNumber playbackSpeed, INMediaSearch mediaSearch)INRentalCarReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INRentalCar rentalCar, INDateComponentsRange rentalDuration, CLPlacemark pickupLocation, CLPlacemark dropOffLocation)INRentalCarReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INRentalCar rentalCar, INDateComponentsRange rentalDuration, CLPlacemark pickupLocation, CLPlacemark dropOffLocation)INRestaurantReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INDateComponentsRange reservationDuration, NSNumber partySize, CLPlacemark restaurantLocation)INRestaurantReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INDateComponentsRange reservationDuration, NSNumber partySize, CLPlacemark restaurantLocation)INSearchForMediaIntent(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch)INSearchForMessagesIntent(NSArray<INPerson> recipients, NSArray<INPerson> senders, NSArray<NSString> searchTerms, INMessageAttributeOptions attributes, INDateComponentsRange dateTimeRange, NSArray<NSString> identifiers, NSArray<NSString> notificationIdentifiers, NSArray<INSpeakableString> speakableGroupNames, NSArray<NSString> conversationIdentifiers)INSearchForPhotosIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.INSendMessageIntent(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0.INSendMessageIntent(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)INSetMessageAttributeIntent(NSArray<NSString> identifiers, INMessageAttribute attribute)INSnoozeTasksIntent(NSArray<INTask> tasks, INDateComponentsRange nextTriggerTime, NSNumber all)INStartAudioCallIntent(NSArray<INPerson> contacts)Deprecated.Deprecated in iOS 11.0.INStartAudioCallIntent(INCallDestinationType destinationType, NSArray<INPerson> contacts)Deprecated.INStartCallIntent(INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallRecordType recordTypeForRedialing, INCallCapability callCapability)Deprecated.Deprecated in iOS 14.0.INStartCallIntent(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)INStartPhotoPlaybackIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.INStartVideoCallIntent(NSArray<INPerson> contacts)Deprecated.INTaskList(INSpeakableString title, NSArray<INTask> tasks, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)INTicketedEventReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INTicketedEvent event)INTicketedEventReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INTicketedEvent event)INTrainReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, NSURL URL, INSeat reservedSeat, INTrainTrip trainTrip)INTrainReservation(INSpeakableString itemReference, String reservationNumber, NSDate bookingTime, INReservationStatus reservationStatus, String reservationHolderName, NSArray<INReservationAction> actions, INSeat reservedSeat, INTrainTrip trainTrip)INUpdateMediaAffinityIntent(NSArray<INMediaItem> mediaItems, INMediaSearch mediaSearch, INMediaAffinityType affinityType) -
Uses of NSArray in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type NSArray Modifier and Type Method Description static MKPointOfInterestFilterMKPointOfInterestFilter. createExcludingCategories(NSArray<NSString> categories)static MKPointOfInterestFilterMKPointOfInterestFilter. createIncludingCategories(NSArray<NSString> categories)voidMKMapViewDelegate. didAddAnnotationViews(MKMapView mapView, NSArray<MKAnnotationView> views)voidMKMapViewDelegateAdapter. didAddAnnotationViews(MKMapView mapView, NSArray<MKAnnotationView> views)voidMKMapViewDelegate. didAddOverlayRenderers(MKMapView mapView, NSArray<MKOverlayRenderer> renderers)voidMKMapViewDelegateAdapter. didAddOverlayRenderers(MKMapView mapView, NSArray<MKOverlayRenderer> renderers)voidMKMapViewDelegate. didAddOverlayViews(MKMapView mapView, NSArray<MKOverlayView> overlayViews)Deprecated.Deprecated in iOS 13.0.voidMKMapViewDelegateAdapter. didAddOverlayViews(MKMapView mapView, NSArray<MKOverlayView> overlayViews)Deprecated.Deprecated in iOS 13.0.MKClusterAnnotationMKMapViewDelegate. getClusterAnnotationForMemberAnnotations(MKMapView mapView, NSArray<?> memberAnnotations)MKClusterAnnotationMKMapViewDelegateAdapter. getClusterAnnotationForMemberAnnotations(MKMapView mapView, NSArray<?> memberAnnotations)protected longMKClusterAnnotation. init(NSArray<?> memberAnnotations)protected longMKMultiPolygon. init(NSArray<MKPolygon> polygons)protected longMKMultiPolyline. init(NSArray<MKPolyline> polylines)protected longMKPointOfInterestFilter. initExcludingCategories(NSArray<NSString> categories)protected longMKPointOfInterestFilter. initIncludingCategories(NSArray<NSString> categories)static voidMKMapItem. openMaps(NSArray<MKMapItem> mapItems, NSDictionary<NSString,?> launchOptions, UIScene scene, VoidBooleanBlock completion)static booleanMKMapItem. openMaps(NSArray<MKMapItem> mapItems, MKLaunchOptions launchOptions)voidMKGradientPolylineRenderer. setColors(NSArray<UIColor> colors, NSArray<NSNumber> locations)voidMKOverlayPathRenderer. setLineDashPattern(NSArray<NSNumber> v)voidMKOverlayPathView. setLineDashPattern(NSArray<NSNumber> v)Deprecated.Deprecated in iOS 7.0.Constructors in org.robovm.apple.mapkit with parameters of type NSArray Constructor Description MKClusterAnnotation(NSArray<?> memberAnnotations)MKMultiPolygon(NSArray<MKPolygon> polygons)MKMultiPolyline(NSArray<MKPolyline> polylines)MKPolygon(CLLocationCoordinate2D[] coords, NSArray<MKPolygon> interiorPolygons)MKPolygon(MKMapPoint[] points, NSArray<MKPolygon> interiorPolygons) -
Uses of NSArray in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return NSArray Modifier and Type Method Description NSArray<MPMediaItemCollection>MPMediaQuery. getCollections()NSArray<MPMediaQuerySection>MPMediaQuery. getCollectionSections()NSArray<MPMovieAccessLogEvent>MPMovieAccessLog. getEvents()Deprecated.Deprecated in iOS 9.0.NSArray<MPMovieErrorLogEvent>MPMovieErrorLog. getEvents()Deprecated.Deprecated in iOS 9.0.NSArray<MPMediaItem>MPMediaItemCollection. getItems()NSArray<MPMediaItem>MPMediaQuery. getItems()NSArray<MPMediaItem>MPMusicPlayerControllerQueue. getItems()NSArray<MPMediaQuerySection>MPMediaQuery. getItemSections()NSArray<NSString>MPNowPlayingInfoLanguageOption. getLanguageOptionCharacteristics()NSArray<MPNowPlayingInfoLanguageOption>MPNowPlayingInfoLanguageOptionGroup. getLanguageOptions()NSArray<NSString>MPPlayableContentManager. getNowPlayingIdentifiers()Deprecated.Deprecated in iOS 14.0.NSArray<MPMusicPlayerPlayParameters>MPMusicPlayerPlayParametersQueueDescriptor. getPlayParametersQueue()NSArray<MPMediaItem>MPMediaPlaylist. getSeedItems()NSArray<MPMediaItem>MPMediaPlaylist. getSeedItemsLegacy()NSArray<NSString>MPMusicPlayerStoreQueueDescriptor. getStoreIDs()NSArray<MPTimedMetadata>MPMoviePlayerController. getTimedMetadata()Deprecated.Deprecated in iOS 9.0.Methods in org.robovm.apple.mediaplayer with parameters of type NSArray Modifier and Type Method Description voidMPMediaPlaylist. addMediaItems(NSArray<MPMediaItem> mediaItems, VoidBlock1<NSError> completionHandler)protected longMPMediaItemCollection. init(NSArray<MPMediaItem> items)protected longMPMusicPlayerPlayParametersQueueDescriptor. init(NSArray<MPMusicPlayerPlayParameters> playParametersQueue)protected longMPMusicPlayerStoreQueueDescriptor. init(NSArray<NSString> storeIDs)protected longMPNowPlayingInfoLanguageOption. init(MPNowPlayingInfoLanguageOptionType languageOptionType, String languageTag, NSArray<NSString> languageOptionCharacteristics, String displayName, String identifier)protected longMPNowPlayingInfoLanguageOptionGroup. init(NSArray<MPNowPlayingInfoLanguageOption> languageOptions, MPNowPlayingInfoLanguageOption defaultLanguageOption, boolean allowEmptySelection)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.voidMPMoviePlayerController. requestThumbnailImages(NSArray<NSNumber> playbackTimes, MPMovieTimeOption option)Deprecated.Deprecated in iOS 9.0.voidMPPlayableContentManager. setNowPlayingIdentifiers(NSArray<NSString> v)Deprecated.Deprecated in iOS 14.0.voidMPMusicPlayerPlayParametersQueueDescriptor. setPlayParametersQueue(NSArray<MPMusicPlayerPlayParameters> v)voidMPMusicPlayerController. setQueue(NSArray<NSString> storeIDs)voidMPMusicPlayerStoreQueueDescriptor. setStoreIDs(NSArray<NSString> v)Method parameters in org.robovm.apple.mediaplayer with type arguments of type NSArray Modifier and Type Method Description voidMPMediaLibrary. addItemWithProductID(String productID, VoidBlock2<NSArray<MPMediaEntity>,NSError> completionHandler)static NSObjectProtocolMPMoviePlayerController.Notifications. observeTimedMetadataUpdated(MPMoviePlayerController object, VoidBlock2<MPMoviePlayerController,NSArray<MPTimedMetadata>> block)Constructors in org.robovm.apple.mediaplayer with parameters of type NSArray Constructor Description MPMediaItemCollection(NSArray<MPMediaItem> items)MPMediaPlaylist(NSArray<MPMediaItem> items)MPMusicPlayerPlayParametersQueueDescriptor(NSArray<MPMusicPlayerPlayParameters> playParametersQueue)MPMusicPlayerStoreQueueDescriptor(NSArray<NSString> storeIDs)MPNowPlayingInfoLanguageOption(MPNowPlayingInfoLanguageOptionType languageOptionType, String languageTag, NSArray<NSString> languageOptionCharacteristics, String displayName, String identifier)MPNowPlayingInfoLanguageOptionGroup(NSArray<MPNowPlayingInfoLanguageOption> languageOptions, MPNowPlayingInfoLanguageOption defaultLanguageOption, boolean allowEmptySelection) -
Uses of NSArray in org.robovm.apple.messages
Methods in org.robovm.apple.messages that return NSArray Modifier and Type Method Description NSArray<NSUUID>MSConversation. getRemoteParticipantIdentifiers() -
Uses of NSArray in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return NSArray Modifier and Type Method Description NSArray<MTLArgument>MTLComputePipelineReflection. getArguments()NSArray<?>MTLFunctionStitchingFunctionNode. getArguments()NSArray<?>MTLFunctionStitchingGraph. getAttributes()NSArray<?>MTLComputePipelineDescriptor. getBinaryArchives()NSArray<?>MTLFunctionDescriptor. getBinaryArchives()NSArray<?>MTLRenderPipelineDescriptor. getBinaryArchives()NSArray<?>MTLTileRenderPipelineDescriptor. getBinaryArchives()NSArray<?>MTLLinkedFunctions. getBinaryFunctions()NSArray<MTLMotionKeyframeData>MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor. getBoundingBoxBuffers()NSArray<MTLFunctionStitchingFunctionNode>MTLFunctionStitchingFunctionNode. getControlDependencies()NSArray<?>MTLCounterSet. getCounters()NSArray<?>MTLCounterSetAdapter. getCounters()NSArray<?>MTLDevice. getCounterSets()NSArray<NSString>MTLCommandBufferEncoderInfo. getDebugSignposts()NSArray<NSString>MTLCommandBufferEncoderInfoAdapter. getDebugSignposts()NSArray<?>MTLRenderPipelineFunctionsDescriptor. getFragmentAdditionalBinaryFunctions()NSArray<MTLArgument>MTLRenderPipelineReflection. getFragmentArguments()NSArray<?>MTLRenderPipelineDescriptor. getFragmentPreloadedLibraries()NSArray<MTLFunctionStitchingGraph>MTLStitchedLibraryDescriptor. getFunctionGraphs()NSArray<?>MTLLinkedFunctions. getFunctions()NSArray<?>MTLStitchedLibraryDescriptor. getFunctions()NSArray<MTLAccelerationStructureGeometryDescriptor>MTLPrimitiveAccelerationStructureDescriptor. getGeometryDescriptors()NSArray<?>MTLComputePipelineDescriptor. getInsertLibraries()Deprecated.Deprecated in iOS 15.0.NSArray<?>MTLInstanceAccelerationStructureDescriptor. getInstancedAccelerationStructures()NSArray<?>MTLCompileOptions. getLibraries()NSArray<MTLStructMember>MTLStructType. getMembers()NSArray<MTLFunctionStitchingFunctionNode>MTLFunctionStitchingGraph. getNodes()NSArray<?>MTLComputePipelineDescriptor. getPreloadedLibraries()NSArray<?>MTLTileRenderPipelineDescriptor. getPreloadedLibraries()NSArray<?>MTLLinkedFunctions. getPrivateFunctions()NSArray<MTLAttribute>MTLFunction. getStageInputAttributes()NSArray<?>MTLRenderPipelineFunctionsDescriptor. getTileAdditionalBinaryFunctions()NSArray<MTLArgument>MTLRenderPipelineReflection. getTileArguments()NSArray<?>MTLRenderPipelineFunctionsDescriptor. getVertexAdditionalBinaryFunctions()NSArray<MTLArgument>MTLRenderPipelineReflection. getVertexArguments()NSArray<MTLVertexAttribute>MTLFunction. getVertexAttributes()NSArray<MTLMotionKeyframeData>MTLAccelerationStructureMotionTriangleGeometryDescriptor. getVertexBuffers()NSArray<?>MTLRenderPipelineDescriptor. getVertexPreloadedLibraries()Methods in org.robovm.apple.metal with parameters of type NSArray Modifier and Type Method Description protected longMTLFunctionStitchingFunctionNode. init(String name, NSArray<?> arguments, NSArray<MTLFunctionStitchingFunctionNode> controlDependencies)protected longMTLFunctionStitchingGraph. init(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes)MTLArgumentEncoderMTLDevice. newArgumentEncoder(NSArray<MTLArgumentDescriptor> arguments)MTLComputePipelineStateMTLComputePipelineState. newComputePipelineState(NSArray<?> functions, NSError.NSErrorPtr error)voidMTLFunctionStitchingFunctionNode. setArguments(NSArray<?> v)voidMTLFunctionStitchingGraph. setAttributes(NSArray<?> v)voidMTLComputePipelineDescriptor. setBinaryArchives(NSArray<?> v)voidMTLFunctionDescriptor. setBinaryArchives(NSArray<?> v)voidMTLRenderPipelineDescriptor. setBinaryArchives(NSArray<?> v)voidMTLTileRenderPipelineDescriptor. setBinaryArchives(NSArray<?> v)voidMTLLinkedFunctions. setBinaryFunctions(NSArray<?> v)voidMTLAccelerationStructureMotionBoundingBoxGeometryDescriptor. setBoundingBoxBuffers(NSArray<MTLMotionKeyframeData> v)voidMTLFunctionStitchingFunctionNode. setControlDependencies(NSArray<MTLFunctionStitchingFunctionNode> v)voidMTLRenderPipelineFunctionsDescriptor. setFragmentAdditionalBinaryFunctions(NSArray<?> v)voidMTLRenderPipelineDescriptor. setFragmentPreloadedLibraries(NSArray<?> v)voidMTLStitchedLibraryDescriptor. setFunctionGraphs(NSArray<MTLFunctionStitchingGraph> v)voidMTLLinkedFunctions. setFunctions(NSArray<?> v)voidMTLStitchedLibraryDescriptor. setFunctions(NSArray<?> v)voidMTLPrimitiveAccelerationStructureDescriptor. setGeometryDescriptors(NSArray<MTLAccelerationStructureGeometryDescriptor> v)voidMTLComputePipelineDescriptor. setInsertLibraries(NSArray<?> v)Deprecated.Deprecated in iOS 15.0.voidMTLInstanceAccelerationStructureDescriptor. setInstancedAccelerationStructures(NSArray<?> v)voidMTLCompileOptions. setLibraries(NSArray<?> v)voidMTLFunctionStitchingGraph. setNodes(NSArray<MTLFunctionStitchingFunctionNode> v)voidMTLComputePipelineDescriptor. setPreloadedLibraries(NSArray<?> v)voidMTLTileRenderPipelineDescriptor. setPreloadedLibraries(NSArray<?> v)voidMTLLinkedFunctions. setPrivateFunctions(NSArray<?> v)voidMTLRenderPipelineFunctionsDescriptor. setTileAdditionalBinaryFunctions(NSArray<?> v)voidMTLRenderPipelineFunctionsDescriptor. setVertexAdditionalBinaryFunctions(NSArray<?> v)voidMTLAccelerationStructureMotionTriangleGeometryDescriptor. setVertexBuffers(NSArray<MTLMotionKeyframeData> v)voidMTLRenderPipelineDescriptor. setVertexPreloadedLibraries(NSArray<?> v)Constructors in org.robovm.apple.metal with parameters of type NSArray Constructor Description MTLFunctionStitchingFunctionNode(String name, NSArray<?> arguments, NSArray<MTLFunctionStitchingFunctionNode> controlDependencies)MTLFunctionStitchingGraph(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes) -
Uses of NSArray in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return NSArray Modifier and Type Method Description NSArray<MTKSubmesh>MTKMesh. getSubmeshes()NSArray<MTKMeshBuffer>MTKMesh. getVertexBuffers()static NSArray<MTKMesh>MTKMesh. newMeshes(MDLAsset asset, MTLDevice device, NSArray.NSArrayPtr<?> sourceMeshes)NSArray<?>MTKTextureLoader. newTextures(NSArray<NSURL> URLs, MTKTextureLoaderOptions options)Methods in org.robovm.apple.metalkit with parameters of type NSArray Modifier and Type Method Description 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)NSArray<?>MTKTextureLoader. newTextures(NSArray<NSURL> URLs, MTKTextureLoaderOptions options)Method parameters in org.robovm.apple.metalkit with type arguments of type NSArray Modifier and Type Method Description 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) -
Uses of NSArray in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type NSArray Modifier and Type Method Description longMPSCNNBinaryKernel. batchEncodingStorageSize(NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)protected static longMPSNDArrayDescriptor. create(MPSDataType dataType, NSArray<NSNumber> shape)static voidMPSTemporaryImage. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSImageDescriptor> descriptorList)static voidMPSTemporaryMatrix. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSMatrixDescriptor> descriptorList)static voidMPSTemporaryVector. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSVectorDescriptor> descriptorList)MPSImageMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)voidMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSImage destinationImage)MPSImageMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSState.MPSStatePtr outState, boolean isTemporary)voidMPSImageCopyToMatrix. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSMatrix destinationMatrix)voidMPSMatrixSum. encode(MTLCommandBuffer buffer, NSArray<MPSMatrix> sourceMatrices, MPSMatrix resultMatrix, MPSVector scaleVector, MPSVector offsetVector, MPSVector biasVector, long startIndex)MPSNDArrayMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state)voidMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState outGradientState, MPSNDArray destination)MPSImageMPSNNGraph. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)MPSImageMPSNNGraph. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, NSMutableArray<MPSImage> intermediateImages, NSMutableArray<MPSState> destinationStates)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSCNNArithmetic. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray<MPSCNNArithmeticGradientState> destinationStates, NSArray<MPSImage> destinationImages)voidMPSCNNBatchNormalization. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNBatchNormalizationGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)voidMPSCNNBatchNormalizationGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSImage> destinationGradients)voidMPSCNNBatchNormalizationStatistics. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)voidMPSCNNBatchNormalizationStatisticsGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)NSArray<MPSImage>MPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage)NSArray<MPSImage>MPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)voidMPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNConvolutionTranspose. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSCNNConvolutionGradientState> convolutionGradientStates, NSArray.NSArrayPtr<MPSCNNConvolutionTransposeGradientState> outStates, boolean isTemporary)NSArray<MPSImage>MPSCNNKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)NSArray<MPSImage>MPSCNNKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary)NSArray<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches)NSArray<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)voidMPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNYOLOLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels)voidMPSCNNYOLOLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels, NSArray<MPSImage> destinationImage)voidMPSMatrixCopyToImage. encodeBatch(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSNNForwardLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary)voidMPSNNForwardLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> destinationStates, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSMutableArray<NSArray<MPSImage>> intermediateImages, NSMutableArray<NSArray<? extends MPSState>> destinationStates)NSArray<MPSImage>MPSNNLossGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> sourceStates)voidMPSNNLossGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> sourceStates, NSArray<MPSImage> destinationGradients)voidMPSCNNKernel. encodeBatch0(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> destinationStates, NSArray<MPSImage> destinationImages)voidMPSCNNKernel. encodeBatch0(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNConvolutionTranspose. encodeBatchConvolutionGradient(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNConvolutionGradientState> convolutionGradientState)voidMPSCNNConvolutionTranspose. encodeBatchConvolutionGradient(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNConvolutionGradientState> convolutionGradientState, NSArray<MPSImage> destinationImage)NSArray<MPSImage>MPSCNNGradientKernel. encodeBatchGradients(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> gradientStates)voidMPSCNNGradientKernel. encodeBatchGradients(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> gradientStates, NSArray<MPSImage> destinationGradients)NSArray<MPSImage>MPSCNNLoss. encodeBatchLabels(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels)voidMPSCNNLoss. encodeBatchLabels(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels, NSArray<MPSImage> destinationImage)NSArray<MPSImage>MPSNNReshape. encodeBatchToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)NSArray<MPSImage>MPSNNReshape. encodeBatchToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)voidMPSRNNImageInferenceLayer. encodeBidirectionalSequence(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceSequence, NSArray<MPSImage> destinationForwardImages, NSArray<MPSImage> destinationBackwardImages)voidMPSRNNMatrixInferenceLayer. encodeBidirectionalSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceSequence, NSArray<MPSMatrix> destinationForwardMatrices, NSArray<MPSMatrix> destinationBackwardMatrices)voidMPSRNNMatrixTrainingLayer. encodeCopyWeights(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> weights, MPSRNNMatrixId matrixId, MPSMatrix matrix, boolean copyFromWeightsToMatrix, MTLOrigin matrixOffset)voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeGradientSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> forwardSources, NSArray<MPSMatrix> sourceGradients, NSArray<MPSMatrix> destinationGradients, NSArray<MPSMatrix> weightGradients, NSArray<MPSRNNMatrixTrainingState> trainingStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeGradientSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> forwardSources, MachineSizedUIntPtr forwardSourceOffsets, NSArray<MPSMatrix> sourceGradients, MachineSizedUIntPtr sourceGradientOffsets, NSArray<MPSMatrix> destinationGradients, MachineSizedUIntPtr destinationOffsets, NSArray<MPSMatrix> weightGradients, NSArray<MPSRNNMatrixTrainingState> trainingStates, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates, NSArray<MPSMatrix> weights)voidMPSRNNImageInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> destinationImages, MPSRNNRecurrentImageState recurrentInputState, NSMutableArray<MPSRNNRecurrentImageState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)longMPSCNNBinaryKernel. encodingStorageSize(MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSImageMPSNNGraph. executeAsync(NSArray<MPSImage> sourceImages, VoidBlock2<MPSImage,NSError> handler)voidMPSNDArray. exportData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)longMPSCNNKernel. getBatchEncodingStorageSize(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)MPSNDArrayDescriptorMPSNDArrayMultiaryBase. getDestinationArrayDescriptor(NSArray<MPSNDArray> sources, MPSState state)MPSImageDescriptorMPSCNNBinaryKernel. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates)MPSImageDescriptorMPSCNNKernel. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates)MPSImageDescriptorMPSCNNMultiaryKernel. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates)MPSImageDescriptorMPSNNDefaultPadding. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSKernel kernel, MPSImageDescriptor inDescriptor)MPSImageDescriptorMPSNNPadding. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSKernel kernel, MPSImageDescriptor inDescriptor)MPSImageDescriptorMPSNNPaddingAdapter. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSKernel kernel, MPSImageDescriptor inDescriptor)MPSImageDescriptorMPSState. getDestinationImageDescriptor(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSKernel kernel, MPSImageDescriptor inDescriptor)longMPSCNNKernel. getEncodingStorageSize(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNBinaryKernel. getResultState(MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNConvolutionGradientStateMPSCNNConvolution. getResultState(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNConvolutionGradientStateMPSCNNConvolution. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNGroupNormalizationGradientStateMPSCNNGroupNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNInstanceNormalizationGradientStateMPSCNNInstanceNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNKernel. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNMultiaryKernel. getResultState(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSNDArrayMultiaryBase. getResultState(NSArray<MPSNDArray> sourceArrays, NSArray<MPSState> sourceStates, MPSNDArray destinationArray)NSArray<? extends MPSState>MPSCNNBinaryKernel. getResultStateBatch(NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNConvolutionGradientState>MPSCNNConvolution. getResultStateBatch(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNKernel. getResultStateBatch(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getResultStateBatch(NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNConvolutionTransposeGradientState>MPSCNNConvolutionTranspose. getResultStateBatchEx(NSArray<MPSImage> sourceImage, NSArray<NSArray<MPSCNNConvolutionGradientState>> sourceStates, NSArray<MPSImage> destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getResultStateBatchEx(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)MPSCNNConvolutionTransposeGradientStateMPSCNNConvolutionTranspose. getResultStateEx(MPSImage sourceImage, NSArray<MPSCNNConvolutionGradientState> sourceStates, MPSImage destinationImage)MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNGroupNormalizationGradientStateMPSCNNGroupNormalization. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNKernel. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNConvolutionTransposeGradientStateMPSCNNConvolutionTranspose. getTemporaryResultEx(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSCNNConvolutionGradientState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNBinaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNInstanceNormalizationGradientStateMPSCNNInstanceNormalization. getTemporaryResultState(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNMultiaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)NSArray<? extends MPSState>MPSCNNBinaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNConvolutionGradientState>MPSCNNConvolution. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNDropoutGradientState>MPSCNNDropout. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNConvolutionTransposeGradientState>MPSCNNConvolutionTranspose. getTemporaryResultStateBatchEx(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<MPSCNNConvolutionGradientState>> sourceStates, NSArray<MPSImage> destinationImage)MPSNNGradientFilterNodeMPSNNFilterNode. gradientFilter(NSArray<MPSNNImageNode> gradientImages)MPSNNLossGradientNodeMPSNNForwardLossNode. gradientFilter(NSArray<MPSNNImageNode> sourceGradient)NSArray<MPSNNGradientFilterNode>MPSNNBinaryArithmeticNode. gradientFilters(NSArray<MPSNNImageNode> gradientImages)NSArray<MPSNNGradientFilterNode>MPSNNFilterNode. gradientFilters(NSArray<MPSNNImageNode> gradientImages)NSArray<MPSNNLossGradientNode>MPSNNForwardLossNode. gradientFiltersEx(NSArray<MPSNNImageNode> sourceGradient)voidMPSNDArray. importData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)static longMPSImageBatch. incrementReadCount(NSArray<MPSImage> batch, long amount)static longMPSStateBatch. incrementReadCount(NSArray<? extends MPSState> batch, long amount)protected longMPSMatrixCopyDescriptor. init(NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSVector offsets, long byteOffset)protected longMPSNNArithmeticGradientNode. init(NSArray<MPSNNImageNode> gradientImages, MPSNNFilterNode filter, boolean isSecondarySourceFilter)protected longMPSNNBinaryArithmeticNode. init(NSArray<MPSNNImageNode> sourceNodes)protected longMPSNNConcatenationNode. init(NSArray<MPSNNImageNode> sourceNodes)protected longMPSNNForwardLossNode. init(NSArray<MPSNNImageNode> sourceNodes, MPSCNNLossDescriptor descriptor)protected longMPSNNGraph. init(MTLDevice device, NSArray<MPSNNImageNode> resultImages, BooleanPtr areResultsNeeded)protected longMPSNNLossGradientNode. init(NSArray<MPSNNImageNode> sourceNodes, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSRNNImageInferenceLayer. init(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)protected longMPSRNNMatrixInferenceLayer. init(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)protected longMPSState. init(NSArray<?> resources)static longMPSImageBatch. iterate(NSArray<MPSImage> batch, Block2<MPSImage,Long,Long> iteratorBlock)voidMPSNDArrayDescriptor. reshape(NSArray<NSNumber> shape)static longMPSImageBatch. resourceSize(NSArray<MPSImage> batch)static longMPSStateBatch. resourceSize(NSArray<? extends MPSState> batch)voidMPSInstanceAccelerationStructure. setAccelerationStructures(NSArray<MPSPolygonAccelerationStructure> v)voidMPSPolygonAccelerationStructure. setPolygonBuffers(NSArray<MPSPolygonBuffer> v)static voidMPSImageBatch. synchronize(NSArray<MPSImage> batch, MTLCommandBuffer cmdBuf)static voidMPSStateBatch. synchronize(NSArray<? extends MPSState> batch, MTLCommandBuffer cmdBuf)booleanMPSCNNGroupNormalizationDataSource. updateGammaAndBeta(NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNGroupNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)booleanMPSCNNGroupNormalizationDataSourceAdapter. updateGammaAndBeta(NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNGroupNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)booleanMPSCNNInstanceNormalizationDataSource. updateGammaAndBeta(NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNInstanceNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)booleanMPSCNNInstanceNormalizationDataSourceAdapter. updateGammaAndBeta(NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNInstanceNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)Method parameters in org.robovm.apple.metalps with type arguments of type NSArray Modifier and Type Method Description NSArray<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches)NSArray<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)voidMPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSMutableArray<NSArray<MPSImage>> intermediateImages, NSMutableArray<NSArray<? extends MPSState>> destinationStates)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSMutableArray<NSArray<MPSImage>> intermediateImages, NSMutableArray<NSArray<? extends MPSState>> destinationStates)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getResultStateBatch(NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage) -
Uses of NSArray in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return types with arguments of type NSArray Modifier and Type Method Description VoidBlock2<NSArray<MPSGraphTensorData>,NSError>MPSGraphExecutableExecutionDescriptor. getCompletionHandler()VoidBlock2<NSArray<MPSGraphTensorData>,NSError>MPSGraphExecutableExecutionDescriptor. getScheduledHandler() -
Uses of NSArray in org.robovm.apple.metrickit
Methods in org.robovm.apple.metrickit that return NSArray Modifier and Type Method Description NSArray<MXCPUExceptionDiagnostic>MXDiagnosticPayload. getCpuExceptionDiagnostics()NSArray<MXCrashDiagnostic>MXDiagnosticPayload. getCrashDiagnostics()NSArray<MXDiskWriteExceptionDiagnostic>MXDiagnosticPayload. getDiskWriteExceptionDiagnostics()NSArray<MXHangDiagnostic>MXDiagnosticPayload. getHangDiagnostics()NSArray<MXDiagnosticPayload>MXMetricManager. getPastDiagnosticPayloads()NSArray<MXMetricPayload>MXMetricManager. getPastPayloads()NSArray<MXSignpostMetric>MXMetricPayload. getSignpostMetrics()Methods in org.robovm.apple.metrickit with parameters of type NSArray Modifier and Type Method Description voidMXMetricManagerSubscriber. didReceiveDiagnosticPayloads(NSArray<MXDiagnosticPayload> payloads)voidMXMetricManagerSubscriberAdapter. didReceiveDiagnosticPayloads(NSArray<MXDiagnosticPayload> payloads)voidMXMetricManagerSubscriber. didReceiveMetricPayloads(NSArray<MXMetricPayload> payloads)voidMXMetricManagerSubscriberAdapter. didReceiveMetricPayloads(NSArray<MXMetricPayload> payloads) -
Uses of NSArray in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute with parameters of type NSArray Modifier and Type Method Description booleanMLCTensor. bindOptimizerData(NSArray<MLCTensorData> data, NSArray<MLCTensorOptimizerDeviceData> deviceData)booleanMLCTrainingGraph. bindOptimizerData(NSArray<MLCTensorData> data, NSArray<MLCTensorOptimizerDeviceData> deviceData, MLCTensor tensor)MLCTensorMLCGraph. concatenate(NSArray<MLCTensor> sources, long dimension)protected static longMLCConvolutionDescriptor. create(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)protected static longMLCConvolutionDescriptor. create(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)protected static longMLCConvolutionDescriptor. create(MLCConvolutionType convolutionType, NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)protected static longMLCDevice. create(NSArray<?> gpus)protected static longMLCInferenceGraph. create(NSArray<MLCGraph> graphObjects)protected static longMLCLayerNormalizationLayer. create(NSArray<NSNumber> normalizedShape, MLCTensor beta, MLCTensor gamma, float varianceEpsilon)protected static longMLCLSTMLayer. create(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> biases)protected static longMLCLSTMLayer. create(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases)protected static longMLCLSTMLayer. create(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases, NSArray<MLCActivationDescriptor> gateActivations, MLCActivationDescriptor outputResultActivation)protected static longMLCMultiheadAttentionLayer. create(MLCMultiheadAttentionDescriptor descriptor, NSArray<MLCTensor> weights, NSArray<MLCTensor> biases, NSArray<MLCTensor> attentionBiases)protected static longMLCReductionLayer. create(MLCReductionType reductionType, NSArray<NSNumber> dimensions)protected static longMLCReshapeLayer. create(NSArray<NSNumber> shape)protected static longMLCSliceLayer. create(NSArray<NSNumber> start, NSArray<NSNumber> end, NSArray<NSNumber> stride)protected static longMLCSplitLayer. create(NSArray<NSNumber> splitSectionLengths, long dimension)protected static longMLCTensor. create(NSArray<NSNumber> shape)protected static longMLCTensor. create(NSArray<NSNumber> sequenceLengths, boolean sortedSequences, long featureChannelCount, long batchSize, MLCRandomInitializerType randomInitializerType)protected static longMLCTensor. create(NSArray<NSNumber> sequenceLengths, boolean sortedSequences, long featureChannelCount, long batchSize, MLCTensorData data)protected static longMLCTensor. create(NSArray<NSNumber> shape, NSNumber fillData, MLCDataType dataType)protected static longMLCTensor. create(NSArray<NSNumber> shape, MLCDataType dataType)protected static longMLCTensor. create(NSArray<NSNumber> shape, MLCRandomInitializerType randomInitializerType)protected static longMLCTensor. create(NSArray<NSNumber> shape, MLCRandomInitializerType randomInitializerType, MLCDataType dataType)protected static longMLCTensor. create(NSArray<NSNumber> shape, MLCTensorData data, MLCDataType dataType)protected static longMLCTensorDescriptor. create(NSArray<NSNumber> shape, NSArray<NSNumber> sequenceLengths, boolean sortedSequences, MLCDataType dataType)protected static longMLCTensorDescriptor. create(NSArray<NSNumber> shape, MLCDataType dataType)protected static longMLCTensorParameter. create(MLCTensor tensor, NSArray<MLCTensorData> optimizerData)protected static longMLCTrainingGraph. create(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)protected static longMLCTransposeLayer. create(NSArray<NSNumber> dimensions)protected static longMLCUpsampleLayer. create(NSArray<NSNumber> shape)protected static longMLCUpsampleLayer. create(NSArray<NSNumber> shape, MLCSampleMode sampleMode, boolean alignsCorners)static MLCPoolingDescriptorMLCPoolingDescriptor. createAveragePoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes, boolean countIncludesPadding)static MLCPoolingDescriptorMLCPoolingDescriptor. createAveragePoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes, boolean countIncludesPadding)static MLCConvolutionDescriptorMLCConvolutionDescriptor. createConvolutionTransposeDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCConvolutionDescriptorMLCConvolutionDescriptor. createConvolutionTransposeDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCConvolutionDescriptorMLCConvolutionDescriptor. createDepthwiseConvolutionDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long channelMultiplier, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCConvolutionDescriptorMLCConvolutionDescriptor. createDepthwiseConvolutionDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long channelMultiplier, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCPoolingDescriptorMLCPoolingDescriptor. createL2NormPoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCPoolingDescriptorMLCPoolingDescriptor. createL2NormPoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCPaddingLayerMLCPaddingLayer. createLayerWithConstantPadding(NSArray<NSNumber> padding, float constantValue)static MLCPaddingLayerMLCPaddingLayer. createLayerWithReflectionPadding(NSArray<NSNumber> padding)static MLCPaddingLayerMLCPaddingLayer. createLayerWithSymmetricPadding(NSArray<NSNumber> padding)static MLCPaddingLayerMLCPaddingLayer. createLayerWithZeroPadding(NSArray<NSNumber> padding)static MLCPoolingDescriptorMLCPoolingDescriptor. createMaxPoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)static MLCPoolingDescriptorMLCPoolingDescriptor. createMaxPoolingDescriptor(NSArray<NSNumber> kernelSizes, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)booleanMLCInferenceGraph. link(NSArray<MLCInferenceGraph> graphs)booleanMLCTrainingGraph. link(NSArray<MLCTrainingGraph> graphs)MLCTensorMLCGraph. node(MLCLayer layer, NSArray<MLCTensor> sources)MLCTensorMLCGraph. node(MLCLayer layer, NSArray<MLCTensor> sources, boolean disableUpdate)MLCTensorMLCGraph. node(MLCLayer layer, NSArray<MLCTensor> sources, NSArray<MLCTensor> lossLabels)MLCTensorMLCGraph. reshape(NSArray<NSNumber> shape, MLCTensor source)MLCTensorMLCGraph. select(NSArray<MLCTensor> sources, MLCTensor condition)booleanMLCTrainingGraph. setTrainingTensorParameters(NSArray<MLCTensorParameter> parameters)NSArray<MLCTensor>MLCGraph. split(MLCTensor source, NSArray<NSNumber> splitSectionLengths, long dimension)booleanMLCTrainingGraph. stopGradientForTensors(NSArray<MLCTensor> tensors)MLCTensorMLCGraph. transpose(NSArray<NSNumber> dimensions, MLCTensor source)Constructors in org.robovm.apple.mlcompute with parameters of type NSArray Constructor Description MLCConvolutionDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)MLCConvolutionDescriptor(NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, NSArray<NSNumber> strides, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)MLCConvolutionDescriptor(MLCConvolutionType convolutionType, NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)MLCDevice(NSArray<?> gpus)MLCInferenceGraph(NSArray<MLCGraph> graphObjects)MLCLayerNormalizationLayer(NSArray<NSNumber> normalizedShape, MLCTensor beta, MLCTensor gamma, float varianceEpsilon)MLCLSTMLayer(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> biases)MLCLSTMLayer(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases)MLCLSTMLayer(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases, NSArray<MLCActivationDescriptor> gateActivations, MLCActivationDescriptor outputResultActivation)MLCMultiheadAttentionLayer(MLCMultiheadAttentionDescriptor descriptor, NSArray<MLCTensor> weights, NSArray<MLCTensor> biases, NSArray<MLCTensor> attentionBiases)MLCReductionLayer(MLCReductionType reductionType, NSArray<NSNumber> dimensions)MLCReshapeLayer(NSArray<NSNumber> shape)MLCSliceLayer(NSArray<NSNumber> start, NSArray<NSNumber> end, NSArray<NSNumber> stride)MLCSplitLayer(NSArray<NSNumber> splitSectionLengths, long dimension)MLCTensor(NSArray<NSNumber> shape)MLCTensor(NSArray<NSNumber> sequenceLengths, boolean sortedSequences, long featureChannelCount, long batchSize, MLCRandomInitializerType randomInitializerType)MLCTensor(NSArray<NSNumber> sequenceLengths, boolean sortedSequences, long featureChannelCount, long batchSize, MLCTensorData data)MLCTensor(NSArray<NSNumber> shape, NSNumber fillData, MLCDataType dataType)MLCTensor(NSArray<NSNumber> shape, MLCDataType dataType)MLCTensor(NSArray<NSNumber> shape, MLCRandomInitializerType randomInitializerType)MLCTensor(NSArray<NSNumber> shape, MLCRandomInitializerType randomInitializerType, MLCDataType dataType)MLCTensor(NSArray<NSNumber> shape, MLCTensorData data, MLCDataType dataType)MLCTensorDescriptor(NSArray<NSNumber> shape, NSArray<NSNumber> sequenceLengths, boolean sortedSequences, MLCDataType dataType)MLCTensorDescriptor(NSArray<NSNumber> shape, MLCDataType dataType)MLCTensorParameter(MLCTensor tensor, NSArray<MLCTensorData> optimizerData)MLCTrainingGraph(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)MLCTransposeLayer(NSArray<NSNumber> dimensions)MLCUpsampleLayer(NSArray<NSNumber> shape)MLCUpsampleLayer(NSArray<NSNumber> shape, MLCSampleMode sampleMode, boolean alignsCorners) -
Uses of NSArray in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio with parameters of type NSArray Modifier and Type Method Description booleanMDLMesh. generateAmbientOcclusionTexture(float bakeQuality, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateAmbientOcclusionTexture(VectorInt2 textureSize, long raysPerSample, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateAmbientOcclusionVertexColors(float bakeQuality, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName)booleanMDLMesh. generateAmbientOcclusionVertexColors(long raysPerSample, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName)booleanMDLMesh. generateLightMapTexture(float bakeQuality, NSArray<MDLLight> lightsToConsider, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateLightMapTexture(VectorInt2 textureSize, NSArray<MDLLight> lightsToConsider, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateLightMapVertexColors(NSArray<MDLLight> lightsToConsider, NSArray<MDLObject> objectsToConsider, String vertexAttributeName)protected longMDLMaterialPropertyGraph. init(NSArray<MDLMaterialPropertyNode> nodes, NSArray<MDLMaterialPropertyConnection> connections)protected longMDLMaterialPropertyNode. init(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)protected longMDLPackedJointAnimation. init(String name, NSArray<NSString> jointPaths)protected longMDLSkeleton. init(String name, NSArray<NSString> jointPaths)voidMDLAnimationBindComponent. setJointPaths(NSArray<NSString> v)voidMDLMesh. setVertexBuffers(NSArray<?> v)Constructors in org.robovm.apple.modelio with parameters of type NSArray Constructor Description MDLMaterialPropertyGraph(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)MDLMaterialPropertyGraph(NSArray<MDLMaterialPropertyNode> nodes, NSArray<MDLMaterialPropertyConnection> connections)MDLMaterialPropertyNode(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)MDLPackedJointAnimation(String name, NSArray<NSString> jointPaths)MDLSkeleton(String name, NSArray<NSString> jointPaths) -
Uses of NSArray in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return NSArray Modifier and Type Method Description NSArray<MCPeerID>MCSession. getConnectedPeers()Methods in org.robovm.apple.multipeerconnectivity with parameters of type NSArray Modifier and Type Method Description booleanMCSession. sendData(NSData data, NSArray<MCPeerID> peerIDs, MCSessionSendDataMode mode) -
Uses of NSArray in org.robovm.apple.naturallanguage
Methods in org.robovm.apple.naturallanguage with parameters of type NSArray Modifier and Type Method Description voidNLEmbedding. enumerateNeighbors(NSArray<NSNumber> vector, long maxCount, double maxDistance, NLDistanceType distanceType, VoidBlock3<NSString,Double,BooleanPtr> block)voidNLEmbedding. enumerateNeighbors(NSArray<NSNumber> vector, long maxCount, NLDistanceType distanceType, VoidBlock3<NSString,Double,BooleanPtr> block)NSArray<NSString>NLEmbedding. getNeighbors(NSArray<NSNumber> vector, long maxCount, double maxDistance, NLDistanceType distanceType)NSArray<NSString>NLEmbedding. getNeighbors(NSArray<NSNumber> vector, long maxCount, NLDistanceType distanceType)NSArray<?>NLModel. getPredictedLabelHypothesesForTokens(NSArray<NSString> tokens, long maximumCount)protected longNLTagger. init(NSArray<NSString> tagSchemes)NSArray<NSString>NLModel. predictedLabelsForTokens(NSArray<NSString> tokens)voidNLTagger. setGazetteers(NSArray<NLGazetteer> gazetteers, NLTagScheme tagScheme)voidNLLanguageRecognizer. setLanguageConstraints(NSArray<NSString> v)voidNLTagger. setModels(NSArray<NLModel> models, NLTagScheme tagScheme)Constructors in org.robovm.apple.naturallanguage with parameters of type NSArray Constructor Description NLTagger(NSArray<NSString> tagSchemes) -
Uses of NSArray in org.robovm.apple.nearbyinteraction
Methods in org.robovm.apple.nearbyinteraction with parameters of type NSArray Modifier and Type Method Description voidNISessionDelegate. didRemoveNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects, NINearbyObjectRemovalReason reason)voidNISessionDelegateAdapter. didRemoveNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects, NINearbyObjectRemovalReason reason)voidNISessionDelegate. didUpdateNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects)voidNISessionDelegateAdapter. didUpdateNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects) -
Uses of NSArray in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension with parameters of type NSArray Modifier and Type Method Description voidNWTCPConnectionAuthenticationDelegate. evaluateTrustForConnection(NWTCPConnection connection, NSArray<?> peerCertificateChain, VoidBlock1<SecTrust> completion)voidNWTCPConnectionAuthenticationDelegateAdapter. evaluateTrustForConnection(NWTCPConnection connection, NSArray<?> peerCertificateChain, VoidBlock1<SecTrust> completion)protected longNEDNSSettings. init(NSArray<NSString> servers)protected longNEIPv4Settings. init(NSArray<NSString> addresses, NSArray<NSString> subnetMasks)protected longNEIPv6Settings. init(NSArray<NSString> addresses, NSArray<NSNumber> networkPrefixLengths)voidNEOnDemandRuleEvaluateConnection. setConnectionRules(NSArray<NEEvaluateConnectionRule> v)voidNEProxySettings. setExceptionList(NSArray<NSString> v)voidNEIPv4Settings. setExcludedRoutes(NSArray<NEIPv4Route> v)voidNEIPv6Settings. setExcludedRoutes(NSArray<NEIPv6Route> v)voidNEIPv4Settings. setIncludedRoutes(NSArray<NEIPv4Route> v)voidNEIPv6Settings. setIncludedRoutes(NSArray<NEIPv6Route> v)voidNEAppRule. setMatchDomains(NSArray<?> v)voidNEDNSSettings. setMatchDomains(NSArray<NSString> v)voidNEProxySettings. setMatchDomains(NSArray<NSString> v)voidNEAppPushManager. setMatchPrivateLTENetworks(NSArray<NEPrivateLTENetwork> v)voidNEAppPushManager. setMatchSSIDs(NSArray<NSString> v)voidNEHotspotHS20Settings. setMCCAndMNCs(NSArray<NSString> v)voidNEHotspotHS20Settings. setNaiRealmNames(NSArray<NSString> v)voidNEHotspotHelperResponse. setNetworkList(NSArray<NEHotspotNetwork> networkList)voidNEDNSSettingsManager. setOnDemandRules(NSArray<NEOnDemandRule> v)voidNEVPNManager. setOnDemandRules(NSArray<NEOnDemandRule> v)voidNEHotspotHS20Settings. setRoamingConsortiumOIs(NSArray<NSString> v)voidNEDNSSettings. setSearchDomains(NSArray<NSString> v)voidNEHotspotEAPSettings. setSupportedEAPTypes(NSArray<NSNumber> v)booleanNEHotspotEAPSettings. setTrustedServerCertificates(NSArray<?> certificates)voidNEHotspotEAPSettings. setTrustedServerNames(NSArray<NSString> v)voidNEAppProxyUDPFlow. writeDatagrams(NSArray<NSData> datagrams, NSArray<NWEndpoint> remoteEndpoints, VoidBlock1<NSError> completionHandler)voidNWUDPSession. writeMultipleDatagrams(NSArray<NSData> datagramArray, VoidBlock1<NSError> completionHandler)booleanNEPacketTunnelFlow. writePacketObjects(NSArray<NEPacket> packets)booleanNEPacketTunnelFlow. writePackets(NSArray<NSData> packets, NSArray<NSNumber> protocols)Method parameters in org.robovm.apple.networkextension with type arguments of type NSArray Modifier and Type Method Description voidNEHotspotConfigurationManager. getConfiguredSSIDs(VoidBlock1<NSArray<NSString>> 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)voidNWTCPConnectionAuthenticationDelegate. provideIdentityForConnection(NWTCPConnection connection, VoidBlock2<SecIdentity,NSArray<?>> completion)voidNWTCPConnectionAuthenticationDelegateAdapter. provideIdentityForConnection(NWTCPConnection connection, VoidBlock2<SecIdentity,NSArray<?>> completion)voidNEAppProxyUDPFlow. readDatagrams(VoidBlock3<NSArray<NSData>,NSArray<NWEndpoint>,NSError> completionHandler)voidNEAppProxyUDPFlow. readDatagrams(VoidBlock3<NSArray<NSData>,NSArray<NWEndpoint>,NSError> completionHandler)voidNEPacketTunnelFlow. readPacketObjects(VoidBlock1<NSArray<NEPacket>> completionHandler)voidNEPacketTunnelFlow. readPackets(VoidBlock2<NSArray<NSData>,NSArray<NSNumber>> completionHandler)voidNEPacketTunnelFlow. readPackets(VoidBlock2<NSArray<NSData>,NSArray<NSNumber>> completionHandler)voidNWUDPSession. setReadHandler(VoidBlock2<NSArray<NSData>,NSError> handler, long maxDatagrams)Constructors in org.robovm.apple.networkextension with parameters of type NSArray Constructor Description NEDNSOverHTTPSSettings(NSArray<NSString> servers)NEDNSOverTLSSettings(NSArray<NSString> servers)NEDNSSettings(NSArray<NSString> servers)NEIPv4Settings(NSArray<NSString> addresses, NSArray<NSString> subnetMasks)NEIPv6Settings(NSArray<NSString> addresses, NSArray<NSNumber> networkPrefixLengths) -
Uses of NSArray in org.robovm.apple.newsstandkit
Methods in org.robovm.apple.newsstandkit that return NSArray Modifier and Type Method Description NSArray<NKAssetDownload>NKIssue. getDownloadingAssets()Deprecated.NSArray<NKAssetDownload>NKLibrary. getDownloadingAssets()Deprecated.NSArray<NKIssue>NKLibrary. getIssues()Deprecated. -
Uses of NSArray in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return NSArray Modifier and Type Method Description static NSArray<NSString>PKPaymentRequest. availableNetworks()NSArray<PKPass>PKPassLibraryNotification. getAddedPasses()NSArray<PKStoredValuePassBalance>PKStoredValuePassProperties. getBalances()NSArray<PKLabeledValue>PKAddPaymentPassRequestConfiguration. getCardDetails()NSArray<PKShareablePassMetadata>PKAddShareablePassConfiguration. getCredentialsMetadata()NSArray<NSError>PKPaymentAuthorizationResult. getErrors()NSArray<NSError>PKPaymentRequestCouponCodeUpdate. getErrors()NSArray<NSError>PKPaymentRequestPaymentMethodUpdate. getErrors()NSArray<NSError>PKPaymentRequestShippingContactUpdate. getErrors()NSArray<PKPass>PKPassLibrary. getPasses()NSArray<PKPass>PKPassLibrary. getPassesOfType(PKPassType passType)NSArray<PKPaymentSummaryItem>PKPaymentRequest. getPaymentSummaryItems()NSArray<PKPaymentSummaryItem>PKPaymentRequestUpdate. getPaymentSummaryItems()NSArray<PKPass>PKPassLibrary. getRemotePaymentPasses()Deprecated.Use -[PKPassLibrary remoteSecureElementPasses] insteadNSArray<PKSecureElementPass>PKPassLibrary. getRemoteSecureElementPasses()NSArray<PKPass>PKPassLibraryNotification. getReplacementPasses()NSArray<PKShippingMethod>PKPaymentRequest. getShippingMethods()NSArray<PKShippingMethod>PKPaymentRequestShippingContactUpdate. getShippingMethods()NSArray<PKShippingMethod>PKPaymentRequestUpdate. getShippingMethods()NSArray<PKPaymentSummaryItem>PKDisbursementRequest. getSummaryItems()Methods in org.robovm.apple.passkit with parameters of type NSArray Modifier and Type Method Description voidPKPassLibrary. addPasses(NSArray<PKPass> passes, VoidBlock1<PKPassLibraryAddPassesStatus> completion)static booleanPKPaymentAuthorizationController. canMakePayments(NSArray<NSString> supportedNetworks, PKMerchantCapability capabilties)static booleanPKPaymentAuthorizationController. canMakePaymentsUsingNetworks(NSArray<NSString> supportedNetworks)protected static longPKAddShareablePassConfiguration. create(NSArray<PKShareablePassMetadata> passMetadata, String provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, VoidBlock2<PKAddShareablePassConfiguration,NSError> completion)voidPKAddSecureElementPassViewControllerDelegate. didFinishAddingSecureElementPasses(PKAddSecureElementPassViewController controller, NSArray<PKSecureElementPass> passes, NSError error)voidPKAddSecureElementPassViewControllerDelegateAdapter. didFinishAddingSecureElementPasses(PKAddSecureElementPassViewController controller, NSArray<PKSecureElementPass> passes, NSError error)voidPKIssuerProvisioningExtensionHandler. generateAddPaymentPassRequestForPassEntry(String identifier, PKAddPaymentPassRequestConfiguration configuration, NSArray<NSData> certificates, NSData nonce, NSData nonceSignature, VoidBlock1<PKAddPaymentPassRequest> completion)voidPKAddPaymentPassViewControllerDelegate. generateRequest(PKAddPaymentPassViewController controller, NSArray<NSData> certificates, NSData nonce, NSData nonceSignature, VoidBlock1<PKAddPaymentPassRequest> handler)voidPKAddPaymentPassViewControllerDelegateAdapter. generateRequest(PKAddPaymentPassViewController controller, NSArray<NSData> certificates, NSData nonce, NSData nonceSignature, VoidBlock1<PKAddPaymentPassRequest> handler)protected longPKAddPassesViewController. init(NSArray<PKPass> passes)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)protected longPKPaymentRequestUpdate. init(NSArray<PKPaymentSummaryItem> paymentSummaryItems)voidPKAddPaymentPassRequestConfiguration. setCardDetails(NSArray<PKLabeledValue> v)voidPKPaymentAuthorizationResult. setErrors(NSArray<NSError> v)voidPKPaymentRequestCouponCodeUpdate. setErrors(NSArray<NSError> v)voidPKPaymentRequestPaymentMethodUpdate. setErrors(NSArray<NSError> v)voidPKPaymentRequestShippingContactUpdate. setErrors(NSArray<NSError> v)voidPKPaymentRequest. setPaymentSummaryItems(NSArray<PKPaymentSummaryItem> v)voidPKPaymentRequestUpdate. setPaymentSummaryItems(NSArray<PKPaymentSummaryItem> v)voidPKPaymentRequest. setShippingMethods(NSArray<PKShippingMethod> v)voidPKPaymentRequestShippingContactUpdate. setShippingMethods(NSArray<PKShippingMethod> v)voidPKPaymentRequestUpdate. setShippingMethods(NSArray<PKShippingMethod> v)voidPKDisbursementRequest. setSummaryItems(NSArray<PKPaymentSummaryItem> v) -
Uses of NSArray in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return NSArray Modifier and Type Method Description NSArray<PDFSelection>PDFDocument. findString(String string, NSStringCompareOptions options)NSArray<PDFAnnotation>PDFPage. getAnnotations()NSArray<NSString>PDFAnnotation. getChoices()NSArray<?>PDFBorder. getDashPattern()NSArray<NSString>PDFActionResetForm. getFields()NSArray<PDFSelection>PDFView. getHighlightedSelections()NSArray<PDFPage>PDFSelection. getPages()NSArray<UIBezierPath>PDFAnnotation. getPaths()NSArray<NSValue>PDFAnnotation. getQuadrilateralPoints()NSArray<PDFPage>PDFThumbnailView. getSelectedPages()NSArray<NSString>PDFAnnotation. getValues()NSArray<PDFPage>PDFView. getVisiblePages()NSArray<PDFSelection>PDFSelection. selectionsByLine()Methods in org.robovm.apple.pdfkit with parameters of type NSArray Modifier and Type Method Description voidPDFSelection. addSelections(NSArray<PDFSelection> selections)voidPDFDocument. beginFindStrings(NSArray<NSString> strings, NSStringCompareOptions options)voidPDFAnnotation. setChoices(NSArray<NSString> v)voidPDFBorder. setDashPattern(NSArray<?> v)voidPDFActionResetForm. setFields(NSArray<NSString> v)voidPDFView. setHighlightedSelections(NSArray<PDFSelection> v)voidPDFAnnotation. setQuadrilateralPoints(NSArray<NSValue> v)voidPDFAnnotation. setValues(NSArray<NSString> v) -
Uses of NSArray in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return NSArray Modifier and Type Method Description NSArray<PKFloatRange>PKStroke. getMaskedPathRanges()NSArray<PKStroke>PKDrawing. getStrokes()Methods in org.robovm.apple.pencilkit with parameters of type NSArray Modifier and Type Method Description PKDrawingPKDrawing. drawingByAppendingStrokes(NSArray<PKStroke> strokes)protected longPKDrawing. init(NSArray<PKStroke> strokes)protected longPKStrokePath. init(NSArray<PKStrokePoint> controlPoints, NSDate creationDate)Constructors in org.robovm.apple.pencilkit with parameters of type NSArray Constructor Description PKDrawing(NSArray<PKStroke> strokes)PKStrokePath(NSArray<PKStrokePoint> controlPoints, NSDate creationDate) -
Uses of NSArray in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return NSArray Modifier and Type Method Description static NSArray<PHAssetResource>PHAssetResource. assetResourcesForLivePhoto(PHLivePhoto livePhoto)NSArray<T>PHFetchResult. getAll(NSIndexSet indexes)static NSArray<PHAssetResource>PHAssetResource. getAssetResources(PHAsset asset)NSArray<T>PHFetchResultChangeDetails. getChangedObjects()NSArray<T>PHFetchResultChangeDetails. getInsertedObjects()static NSArray<NSString>PHLivePhoto. getReadableTypeIdentifiersForItemProvider()NSArray<T>PHFetchResultChangeDetails. getRemovedObjects()NSArray<NSSortDescriptor>PHFetchOptions. getSortDescriptors()Constructors in org.robovm.apple.photos with parameters of type NSArray Constructor Description PHAssetCollection(NSArray<PHAsset> assets, String title)PHCollectionList(NSArray<PHCollection> collections, String title)PHFetchResultChangeDetails(PHFetchResult<T> fromResult, PHFetchResult<T> toResult, NSArray<T> changedObjects) -
Uses of NSArray in org.robovm.apple.photosui
Methods in org.robovm.apple.photosui that return NSArray Modifier and Type Method Description NSArray<NSString>PHPickerConfiguration. getPreselectedAssetIdentifiers()Methods in org.robovm.apple.photosui with parameters of type NSArray Modifier and Type Method Description static PHPickerFilterPHPickerFilter. anyFilterMatchingSubfilters(NSArray<PHPickerFilter> subfilters)voidPHPickerViewControllerDelegate. didFinishPicking(PHPickerViewController picker, NSArray<PHPickerResult> results)voidPHPickerViewControllerDelegateAdapter. didFinishPicking(PHPickerViewController picker, NSArray<PHPickerResult> results)voidPHPickerConfiguration. setPreselectedAssetIdentifiers(NSArray<NSString> v) -
Uses of NSArray in org.robovm.apple.quicklook
Methods in org.robovm.apple.quicklook with parameters of type NSArray Modifier and Type Method Description protected longQLPreviewSceneActivationConfiguration. init(NSArray<NSURL> urls, QLPreviewSceneOptions options)Constructors in org.robovm.apple.quicklook with parameters of type NSArray Constructor Description QLPreviewSceneActivationConfiguration(NSArray<NSURL> urls, QLPreviewSceneOptions options) -
Uses of NSArray in org.robovm.apple.safariservices
Methods in org.robovm.apple.safariservices that return NSArray Modifier and Type Method Description NSArray<NSString>SFSafariViewControllerDelegate. excludedActivityTypesForURL(SFSafariViewController controller, NSURL URL, String title)NSArray<NSString>SFSafariViewControllerDelegateAdapter. excludedActivityTypesForURL(SFSafariViewController controller, NSURL URL, String title)NSArray<UIActivity>SFSafariViewControllerDelegate. getActivityItems(SFSafariViewController controller, NSURL URL, String title)NSArray<UIActivity>SFSafariViewControllerDelegateAdapter. getActivityItems(SFSafariViewController controller, NSURL URL, String title)Methods in org.robovm.apple.safariservices with parameters of type NSArray Modifier and Type Method Description static SFSafariViewControllerPrewarmingTokenSFSafariViewController. prewarmConnectionsToURLs(NSArray<NSURL> URLs) -
Uses of NSArray in org.robovm.apple.scenekit
-
Uses of NSArray in org.robovm.apple.security
Methods in org.robovm.apple.security that return NSArray Modifier and Type Method Description NSArraySecTrust. copyCertificateChain()NSArraySecArcIdentity. copyCertificatesRef()NSArray<NSData>SSLContext. getDistinguishedNames()NSArray<NSData>SecMatch. getIssuers()Methods in org.robovm.apple.security with parameters of type NSArray Modifier and Type Method Description static SecArcIdentitySecArcIdentity. createWithCertificates(SecIdentity identity, NSArray certificates)protected OSStatusSSLContext. setALPNProtocols0(NSArray protocols)Deprecated.Deprecated in iOS 13.0.SecMatchSecMatch. setIssuers(NSArray<NSData> issuers)OSStatusSecTrust. setSignedCertificateTimestamps(NSArray sctArray) -
Uses of NSArray in org.robovm.apple.sensorkit
Methods in org.robovm.apple.sensorkit that return NSArray Modifier and Type Method Description NSArray<?>SRKeyboardMetrics. getDeleteToDeletes()NSArray<?>SRKeyboardProbabilityMetric. getDistributionSampleValues()NSArray<NSString>SRKeyboardMetrics. getInputModes()NSArray<?>SRKeyboardMetrics. getLongWordDownErrorDistance()NSArray<?>SRKeyboardMetrics. getLongWordTouchDownDown()NSArray<?>SRKeyboardMetrics. getLongWordTouchDownUp()NSArray<?>SRKeyboardMetrics. getLongWordUpErrorDistance()NSArray<NSNumber>SRKeyboardMetrics. getPathErrorDistanceRatio()NSArray<SRTextInputSession>SRApplicationUsage. getTextInputSessions()Methods in org.robovm.apple.sensorkit with parameters of type NSArray Modifier and Type Method Description voidSRSensorReaderDelegate. didFetchDevices(SRSensorReader reader, NSArray<SRDevice> devices)voidSRSensorReaderDelegateAdapter. didFetchDevices(SRSensorReader reader, NSArray<SRDevice> devices) -
Uses of NSArray in org.robovm.apple.shazamkit
Methods in org.robovm.apple.shazamkit that return NSArray Modifier and Type Method Description NSArray<NSString>SHMediaItem. getGenres()NSArray<SHMatchedMediaItem>SHMatch. getMediaItems()Methods in org.robovm.apple.shazamkit with parameters of type NSArray Modifier and Type Method Description voidSHMediaLibrary. addMediaItems(NSArray<SHMediaItem> mediaItems, VoidBlock1<NSError> completionHandler)booleanSHCustomCatalog. addReferenceSignature(SHSignature signature, NSArray<SHMediaItem> mediaItems) -
Uses of NSArray in org.robovm.apple.social
Methods in org.robovm.apple.social that return NSArray Modifier and Type Method Description NSArray<SLComposeSheetConfigurationItem>SLComposeServiceViewController. getConfigurationItems() -
Uses of NSArray in org.robovm.apple.soundanalysis
Methods in org.robovm.apple.soundanalysis that return NSArray Modifier and Type Method Description NSArray<SNClassification>SNClassificationResult. getClassifications()NSArray<NSValue>SNTimeDurationConstraint. getEnumeratedDurations()NSArray<NSString>SNClassifySoundRequest. getKnownClassifications()Methods in org.robovm.apple.soundanalysis with parameters of type NSArray Modifier and Type Method Description protected longSNTimeDurationConstraint. init(NSArray<NSValue> enumeratedDurations)Constructors in org.robovm.apple.soundanalysis with parameters of type NSArray Constructor Description SNTimeDurationConstraint(NSArray<NSValue> enumeratedDurations) -
Uses of NSArray in org.robovm.apple.speech
Methods in org.robovm.apple.speech that return NSArray Modifier and Type Method Description NSArray<NSNumber>SFAcousticFeature. getAcousticFeatureValuePerFrame()NSArray<NSString>SFTranscriptionSegment. getAlternativeSubstrings()NSArray<NSString>SFSpeechRecognitionRequest. getContextualStrings()NSArray<SFTranscriptionSegment>SFTranscription. getSegments()NSArray<SFTranscription>SFSpeechRecognitionResult. getTranscriptions()Methods in org.robovm.apple.speech with parameters of type NSArray Modifier and Type Method Description voidSFSpeechRecognitionRequest. setContextualStrings(NSArray<NSString> v) -
Uses of NSArray in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return NSArray Modifier and Type Method Description NSArray<SKNode>SKNode. findNodesByName(String name)NSArray<SKPhysicsBody>SKPhysicsBody. getAllContactedBodies()NSArray<SKAttribute>SKShader. getAttributes()NSArray<SKNode>SKNode. getChildren()NSArray<SKConstraint>SKNode. getConstraints()NSArray<SKPhysicsJoint>SKPhysicsBody. getJoints()NSArray<SKNode>SKNode. getNodesAtPoint(CGPoint p)NSArray<SKTexture>SKTileDefinition. getNormalTextures()NSArray<SKTileGroupRule>SKTileGroup. getRules()NSArray<SKTexture>SKTileDefinition. getTextures()NSArray<SKTileDefinition>SKTileGroupRule. getTileDefinitions()NSArray<SKTileGroup>SKTileSet. getTileGroups()NSArray<SKUniform>SKShader. getUniforms()NSArray<SCNHitTestResult>SK3DNode. hitTest(CGPoint point, SCNHitTestOptions options)Methods in org.robovm.apple.spritekit with parameters of type NSArray Modifier and Type Method Description static SKActionSKAction. animateFrames(NSArray<SKTexture> textures, double sec)static SKActionSKAction. animateFrames(NSArray<SKTexture> textures, double sec, boolean resize, boolean restore)static SKActionSKAction. animateNormalFrames(NSArray<SKTexture> textures, double sec)static SKActionSKAction. animateNormalFrames(NSArray<SKTexture> textures, double sec, boolean resize, boolean restore)static SKActionSKAction. animateWarps(NSArray<SKWarpGeometry> warps, NSArray<NSNumber> times)static SKActionSKAction. animateWarps(NSArray<SKWarpGeometry> warps, NSArray<NSNumber> times, boolean restore)static SKPhysicsBodySKPhysicsBody. createWithBodies(NSArray<SKPhysicsBody> bodies)static SKActionSKAction. group(NSArray<SKAction> actions)protected longSKKeyframeSequence. init(NSArray<NSObject> values, NSArray<NSNumber> times)protected longSKShader. init(String source, NSArray<SKUniform> uniforms)protected longSKTileDefinition. init(NSArray<SKTexture> textures, CGSize size, double timePerFrame)protected longSKTileDefinition. init(NSArray<SKTexture> textures, NSArray<SKTexture> normalTextures, CGSize size, double timePerFrame)protected longSKTileGroup. init(NSArray<SKTileGroupRule> rules)protected longSKTileGroupRule. init(SKTileAdjacencyMask adjacency, NSArray<SKTileDefinition> tileDefinitions)protected longSKTileMapNode. init(SKTileSet tileSet, long columns, long rows, CGSize tileSize, NSArray<SKTileGroup> tileGroupLayout)protected longSKTileSet. init(NSArray<SKTileGroup> tileGroups)protected longSKTileSet. init(NSArray<SKTileGroup> tileGroups, SKTileSetType tileSetType)static voidSKTextureAtlas. preloadTextureAtlases(NSArray<SKTextureAtlas> textureAtlases, Runnable completionHandler)static voidSKMutableTexture. preloadTextures(NSArray<SKTexture> textures, Runnable completionHandler)static voidSKTexture. preloadTextures(NSArray<SKTexture> textures, Runnable completionHandler)voidSKNode. removeChildren(NSArray<SKNode> nodes)static SKActionSKAction. sequence(NSArray<SKAction> actions)voidSKShader. setAttributes(NSArray<SKAttribute> v)voidSKNode. setConstraints(NSArray<SKConstraint> v)voidSKTileDefinition. setNormalTextures(NSArray<SKTexture> v)voidSKTileGroup. setRules(NSArray<SKTileGroupRule> v)voidSKTileDefinition. setTextures(NSArray<SKTexture> v)voidSKTileGroupRule. setTileDefinitions(NSArray<SKTileDefinition> v)voidSKTileSet. setTileGroups(NSArray<SKTileGroup> v)voidSKShader. setUniforms(NSArray<SKUniform> v)Method parameters in org.robovm.apple.spritekit with type arguments of type NSArray Modifier and Type Method Description static voidSKTextureAtlas. preloadTextureAtlases(List<String> atlasNames, VoidBlock2<NSError,NSArray<SKTextureAtlas>> completionHandler)Constructors in org.robovm.apple.spritekit with parameters of type NSArray Constructor Description SKKeyframeSequence(NSArray<NSObject> values, NSArray<NSNumber> times)SKShader(String source, NSArray<SKUniform> uniforms)SKTileDefinition(NSArray<SKTexture> textures, CGSize size, double timePerFrame)SKTileDefinition(NSArray<SKTexture> textures, NSArray<SKTexture> normalTextures, CGSize size, double timePerFrame)SKTileGroup(NSArray<SKTileGroupRule> rules)SKTileGroupRule(SKTileAdjacencyMask adjacency, NSArray<SKTileDefinition> tileDefinitions)SKTileMapNode(SKTileSet tileSet, long columns, long rows, CGSize tileSize, NSArray<SKTileGroup> tileGroupLayout)SKTileSet(NSArray<SKTileGroup> tileGroups)SKTileSet(NSArray<SKTileGroup> tileGroups, SKTileSetType tileSetType) -
Uses of NSArray in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return NSArray Modifier and Type Method Description NSArray<SKProductDiscount>SKProduct. getDiscounts()NSArray<NSNumber>SKProduct. getDownloadContentLengths()NSArray<SKDownload>SKPaymentTransaction. getDownloads()NSArray<SKProduct>SKProductsResponse. getProducts()NSArray<?>SKPaymentQueue. getTransactionObservers()NSArray<SKPaymentTransaction>SKPaymentQueue. getTransactions()Methods in org.robovm.apple.storekit with parameters of type NSArray Modifier and Type Method Description voidSKPaymentQueue. cancelDownloads(NSArray<SKDownload> downloads)voidSKPaymentTransactionObserver. didRevokeEntitlements(SKPaymentQueue queue, NSArray<NSString> productIdentifiers)voidSKPaymentTransactionObserverAdapter. didRevokeEntitlements(SKPaymentQueue queue, NSArray<NSString> productIdentifiers)voidSKPaymentQueue. pauseDownloads(NSArray<SKDownload> downloads)voidSKPaymentTransactionObserver. removedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentTransactionObserverAdapter. removedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentQueue. resumeDownloads(NSArray<SKDownload> downloads)voidSKPaymentQueue. startDownloads(NSArray<SKDownload> downloads)voidSKPaymentTransactionObserver. updatedDownloads(SKPaymentQueue queue, NSArray<SKDownload> downloads)voidSKPaymentTransactionObserverAdapter. updatedDownloads(SKPaymentQueue queue, NSArray<SKDownload> downloads)voidSKPaymentTransactionObserver. updatedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentTransactionObserverAdapter. updatedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKProductStorePromotionController. updateStorePromotionOrder(NSArray<SKProduct> promotionOrder, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.storekit with type arguments of type NSArray Modifier and Type Method Description voidSKProductStorePromotionController. fetchStorePromotionOrder(VoidBlock2<NSArray<SKProduct>,NSError> completionHandler) -
Uses of NSArray in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type NSArray Modifier and Type Method Description Block0<NSArray<UIActivity>>UIActivityItemsConfiguration. getApplicationActivitiesProvider()VoidBlock4<String,Boolean,NSArray<NSObject>,NSError>UIActivityViewController. getCompletionWithItemsHandler()Block1<NSArray<UICellAccessory>,Long>UICellAccessoryCustomView. getPosition()static Block1<NSArray<UICellAccessory>,Long>UICellAccessory. getPositionAfterAccessoryOfClass(Class<?> accessoryClass)static Block1<NSArray<UICellAccessory>,Long>UICellAccessory. getPositionBeforeAccessoryOfClass(Class<?> accessoryClass)VoidBlock3<NSArray<?>,CGPoint,NSCollectionLayoutEnvironment>NSCollectionLayoutSection. getVisibleItemsInvalidationHandler()Methods in org.robovm.apple.uikit with parameters of type NSArray Modifier and Type Method Description static voidNSLayoutConstraint. activateConstraints(NSArray<NSLayoutConstraint> constraints)voidUIPasteConfiguration. addAcceptableTypeIdentifiers(NSArray<NSString> acceptableTypeIdentifiers)voidUIView. addConstraints(NSArray<NSLayoutConstraint> constraints)voidNSDiffableDataSourceSectionSnapshot. appendItems(NSArray<ItemIdentifierType> items)voidNSDiffableDataSourceSectionSnapshot. appendItems(NSArray<ItemIdentifierType> items, ItemIdentifierType parentItem)voidNSDiffableDataSourceSnapshot. appendItems(NSArray<ItemIdentifierType> identifiers)voidNSDiffableDataSourceSnapshot. appendItems(NSArray<ItemIdentifierType> identifiers, SectionIdentifierType sectionIdentifier)voidNSDiffableDataSourceSnapshot. appendSections(NSArray<SectionIdentifierType> sectionIdentifiers)NSArray<UIActivity>UIDocumentBrowserViewControllerDelegate. applicationActivities(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)NSArray<UIActivity>UIDocumentBrowserViewControllerDelegateAdapter. applicationActivities(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)voidUITabBar. beginCustomizing(NSArray<UITabBarItem> items)voidUICollectionViewDataSourcePrefetching. cancelPrefetchingForItems(UICollectionView collectionView, NSArray<NSIndexPath> indexPaths)voidUICollectionViewDataSourcePrefetchingAdapter. cancelPrefetchingForItems(UICollectionView collectionView, NSArray<NSIndexPath> indexPaths)voidUITableViewDataSourcePrefetching. cancelPrefetchingForRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)voidUITableViewDataSourcePrefetchingAdapter. cancelPrefetchingForRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)booleanUIPasteConfigurationSupporting. canPasteItemProviders(NSArray<NSItemProvider> itemProviders)booleanUIPasteConfigurationSupportingAdapter. canPasteItemProviders(NSArray<NSItemProvider> itemProviders)booleanUIResponder. canPasteItemProviders(NSArray<NSItemProvider> itemProviders)booleanUITextDroppableAdapter. canPasteItemProviders(NSArray<NSItemProvider> itemProviders)booleanUIActivity. canPerform(NSArray<?> activityItems)UIPrintPaperUIPrintInteractionControllerDelegate. choosePaper(UIPrintInteractionController printInteractionController, NSArray<UIPrintPaper> paperList)UIPrintPaperUIPrintInteractionControllerDelegateAdapter. choosePaper(UIPrintInteractionController printInteractionController, NSArray<UIPrintPaper> paperList)voidNSDiffableDataSourceSectionSnapshot. collapseItems(NSArray<ItemIdentifierType> items)NSAttributedStringUITextPasteDelegate. combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSArray<NSAttributedString> itemStrings, UITextRange textRange)NSAttributedStringUITextPasteDelegateAdapter. combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSArray<NSAttributedString> itemStrings, UITextRange textRange)protected static longNSCollectionLayoutItem. create(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutSupplementaryItem> supplementaryItems)protected static longUICommand. create(String title, UIImage image, Selector action, NSObject propertyList, NSArray<UICommandAlternate> alternates)protected static longUIKeyCommand. create(String title, UIImage image, Selector action, String input, UIKeyModifierFlags modifierFlags, NSObject propertyList, NSArray<UICommandAlternate> alternates)protected static longUIMenu. create(String title, NSArray<UIMenuElement> children)protected static longUIMenu. create(String title, UIImage image, UIMenuIdentifier identifier, UIMenuOptions options, NSArray<UIMenuElement> children)protected static longUIMenu. create(NSArray<UIMenuElement> children)protected static longUIPreviewActionGroup. create(String title, UIPreviewActionStyle style, NSArray<UIPreviewAction> actions)protected static longUISwipeActionsConfiguration. create(NSArray<UIContextualAction> actions)static UIDocumentPickerViewControllerUIDocumentPickerViewController. createForExportingURLs(NSArray<NSURL> urls, boolean asCopy)static UIDocumentBrowserViewControllerUIDocumentBrowserViewController. createForOpeningContentTypes(NSArray<UTType> contentTypes)static UIDocumentPickerViewControllerUIDocumentPickerViewController. createForOpeningContentTypes(NSArray<UTType> contentTypes)static UIDocumentPickerViewControllerUIDocumentPickerViewController. createForOpeningContentTypes(NSArray<UTType> contentTypes, boolean asCopy)static NSCollectionLayoutGroupNSCollectionLayoutGroup. createHorizontalGroup(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutItem> subitems)static UIActivityItemsConfigurationUIActivityItemsConfiguration. createUsingItemProviders(NSArray<NSItemProvider> itemProviders)static UIActivityItemsConfigurationUIActivityItemsConfiguration. createUsingObjects(NSArray<?> objects)static NSCollectionLayoutGroupNSCollectionLayoutGroup. createVerticalGroup(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutItem> subitems)static UITraitCollectionUITraitCollection. createWithTraits(NSArray<UITraitCollection> traitCollections)static voidNSLayoutConstraint. deactivateConstraints(NSArray<NSLayoutConstraint> constraints)voidNSDiffableDataSourceSectionSnapshot. deleteItems(NSArray<ItemIdentifierType> items)voidNSDiffableDataSourceSnapshot. deleteItems(NSArray<ItemIdentifierType> identifiers)voidUICollectionView. deleteItems(NSArray<NSIndexPath> indexPaths)voidUITableView. deleteRows(NSArray<NSIndexPath> indexPaths, UITableViewRowAnimation animation)voidNSDiffableDataSourceSnapshot. deleteSections(NSArray<SectionIdentifierType> sectionIdentifiers)voidUITabBarController. didBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarDelegate. didBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarDelegateAdapter. didBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarController. didEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarDelegate. didEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarDelegateAdapter. didEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarControllerDelegate. didEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed)voidUITabBarControllerDelegateAdapter. didEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed)voidUIPageViewControllerDelegate. didFinishAnimating(UIPageViewController pageViewController, boolean finished, NSArray<UIViewController> previousViewControllers, boolean completed)voidUIPageViewControllerDelegateAdapter. didFinishAnimating(UIPageViewController pageViewController, boolean finished, NSArray<UIViewController> previousViewControllers, boolean completed)voidUIPageViewControllerModel. didFinishAnimating(UIPageViewController pageViewController, boolean finished, NSArray<UIViewController> previousViewControllers, boolean completed)voidUIDocumentPickerDelegate. didPickDocuments(UIDocumentPickerViewController controller, NSArray<NSURL> urls)voidUIDocumentPickerDelegateAdapter. didPickDocuments(UIDocumentPickerViewController controller, NSArray<NSURL> urls)voidUIDocumentBrowserViewControllerDelegate. didPickDocumentsAtURLs(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)voidUIDocumentBrowserViewControllerDelegateAdapter. didPickDocumentsAtURLs(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)voidUIDocumentBrowserViewControllerDelegate. didPickDocumentURLs(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)Deprecated.Deprecated in iOS 12.0.voidUIDocumentBrowserViewControllerDelegateAdapter. didPickDocumentURLs(UIDocumentBrowserViewController controller, NSArray<NSURL> documentURLs)Deprecated.Deprecated in iOS 12.0.voidNSDiffableDataSourceSectionSnapshot. expandItems(NSArray<ItemIdentifierType> items)static NSPredicateUIFontPickerViewControllerConfiguration. filterPredicateForFilteredLanguages(NSArray<NSString> filteredLanguages)static UIImageUIImage. getAnimatedImage(NSArray<UIImage> images, double duration)static UIPrintPaperUIPrintPaper. getBestPaperForPageSize(CGSize contentSize, NSArray<UIPrintPaper> paperList)static UIImageSymbolConfigurationUIImageSymbolConfiguration. getConfigurationWithPaletteColors(NSArray<UIColor> paletteColors)UICollectionViewLayoutInvalidationContextUICollectionViewLayout. getInvalidationContextForEndingInteractiveMovement(NSArray<NSIndexPath> indexPaths, NSArray<NSIndexPath> previousIndexPaths, boolean movementCancelled)UICollectionViewLayoutInvalidationContextUICollectionViewLayout. getInvalidationContextForInteractivelyMovingItems(NSArray<NSIndexPath> targetIndexPaths, CGPoint targetPosition, NSArray<NSIndexPath> previousIndexPaths, CGPoint previousPosition)booleanUIDragDropSession. hasItemsConformingToTypeIdentifiers(NSArray<NSString> typeIdentifiers)booleanUIDragDropSessionAdapter. hasItemsConformingToTypeIdentifiers(NSArray<NSString> typeIdentifiers)protected longNSTextSelection. init(NSArray<NSTextRange> textRanges, NSTextSelectionAffinity affinity, NSTextSelectionGranularity granularity)protected longUIActivityViewController. init(NSArray<?> activityItems, NSArray<UIActivity> applicationActivities)protected longUIBarButtonItemGroup. init(NSArray<UIBarButtonItem> barButtonItems, UIBarButtonItem representativeItem)protected longUIDocumentPickerViewController. init(NSArray<NSURL> urls, UIDocumentPickerMode mode)Deprecated.Deprecated in iOS 14.0.protected longUIPasteConfiguration. init(NSArray<NSString> acceptableTypeIdentifiers)protected longUIPreviewParameters. init(NSArray<NSValue> textLineRects)protected longUISegmentedControl. init(CGRect frame, NSArray<UIAction> actions)protected longUISegmentedControl. init(NSArray<?> items)protected longUIStackView. init(NSArray<UIView> views)protected longUIDocumentPickerViewController. initForExportingURLs(NSArray<NSURL> urls)protected longUIDocumentPickerViewController. initForExportingURLsAsCopy(NSArray<NSURL> urls, boolean asCopy)protected longUIDocumentBrowserViewController. initForOpeningContentTypes(NSArray<UTType> contentTypes)protected longUIDocumentPickerViewController. initForOpeningContentTypes(NSArray<UTType> contentTypes)protected longUIDocumentPickerViewController. initForOpeningContentTypesAsCopy(NSArray<UTType> contentTypes, boolean asCopy)protected longUIDocumentBrowserViewController. initForOpeningFilesUsingContentTypes(NSArray<NSString> allowedContentTypes)Deprecated.Deprecated in iOS 14.0.protected longUIActivityItemsConfiguration. initWithItemProviders(NSArray<NSItemProvider> itemProviders)protected longUIActivityItemsConfiguration. initWithObjects(NSArray<?> objects)voidUITextField. insertDictationResult(NSArray<UIDictationPhrase> dictationResult)voidUITextInput. insertDictationResult(NSArray<UIDictationPhrase> dictationResult)voidUITextInputAdapter. insertDictationResult(NSArray<UIDictationPhrase> dictationResult)voidUITextView. insertDictationResult(NSArray<UIDictationPhrase> dictationResult)voidUICollectionView. insertItems(NSArray<NSIndexPath> indexPaths)voidNSDiffableDataSourceSnapshot. insertItemsAfterItem(NSArray<ItemIdentifierType> identifiers, ItemIdentifierType itemIdentifier)voidNSDiffableDataSourceSectionSnapshot. insertItemsAgterItem(NSArray<ItemIdentifierType> items, ItemIdentifierType afterIdentifier)voidNSDiffableDataSourceSectionSnapshot. insertItemsBeforeItem(NSArray<ItemIdentifierType> items, ItemIdentifierType beforeIdentifier)voidNSDiffableDataSourceSnapshot. insertItemsBeforeItem(NSArray<ItemIdentifierType> identifiers, ItemIdentifierType itemIdentifier)voidUITableView. insertRows(NSArray<NSIndexPath> indexPaths, UITableViewRowAnimation animation)voidNSDiffableDataSourceSnapshot. insertSectionsAfterSection(NSArray<SectionIdentifierType> sectionIdentifiers, SectionIdentifierType toSectionIdentifier)voidNSDiffableDataSourceSnapshot. insertSectionsBeforeSection(NSArray<SectionIdentifierType> sectionIdentifiers, SectionIdentifierType toSectionIdentifier)voidUITextField. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextInput. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextInputAdapter. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextView. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUICollectionViewLayoutInvalidationContext. invalidateDecorationElementsOfKind(String elementKind, NSArray<NSIndexPath> indexPaths)voidUICollectionViewLayoutInvalidationContext. invalidateItems(NSArray<NSIndexPath> indexPaths)voidUICollectionViewLayoutInvalidationContext. invalidateSupplementaryElementsOfKind(String elementKind, NSArray<NSIndexPath> indexPaths)UIMenuUIMenu. menuByReplacingChildren(NSArray<UIMenuElement> newChildren)voidUIPasteConfigurationSupporting. pasteItemProviders(NSArray<NSItemProvider> itemProviders)voidUIPasteConfigurationSupportingAdapter. pasteItemProviders(NSArray<NSItemProvider> itemProviders)voidUIResponder. pasteItemProviders(NSArray<NSItemProvider> itemProviders)voidUITextDroppableAdapter. pasteItemProviders(NSArray<NSItemProvider> itemProviders)static voidUIView. performSystemAnimation(UISystemAnimation animation, NSArray<UIView> views, UIViewAnimationOptions options, Runnable parallelAnimations, VoidBooleanBlock completion)voidUICollectionViewDataSourcePrefetching. prefetchItems(UICollectionView collectionView, NSArray<NSIndexPath> indexPaths)voidUICollectionViewDataSourcePrefetchingAdapter. prefetchItems(UICollectionView collectionView, NSArray<NSIndexPath> indexPaths)voidUITableViewDataSourcePrefetching. prefetchRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)voidUITableViewDataSourcePrefetchingAdapter. prefetchRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)voidUIActivity. prepare(NSArray<?> activityItems)voidUICollectionViewLayout. prepareForCollectionViewUpdates(NSArray<UICollectionViewUpdateItem> updateItems)voidNSDiffableDataSourceSnapshot. reconfigureItems(NSArray<ItemIdentifierType> identifiers)voidUICollectionView. reconfigureItemsAtIndexPaths(NSArray<NSIndexPath> indexPaths)voidUITableView. reconfigureRowsAtIndexPaths(NSArray<NSIndexPath> indexPaths)voidNSDiffableDataSourceSnapshot. reloadItems(NSArray<ItemIdentifierType> identifiers)voidUICollectionView. reloadItems(NSArray<NSIndexPath> indexPaths)voidUITableView. reloadRows(NSArray<NSIndexPath> indexPaths, UITableViewRowAnimation animation)voidNSDiffableDataSourceSnapshot. reloadSections(NSArray<SectionIdentifierType> sectionIdentifiers)voidUIView. removeConstraints(NSArray<NSLayoutConstraint> constraints)voidNSTextContentManager. replaceContents(NSTextRange range, NSArray<NSTextElement> textElements)voidNSTextElementProvider. replaceContents(NSTextRange range, NSArray<NSTextElement> textElements)voidNSTextElementProviderAdapter. replaceContents(NSTextRange range, NSArray<NSTextElement> textElements)voidNSTextLayoutManager. replaceContentsInRange(NSTextRange range, NSArray<NSTextElement> textElements)UIDragSessionUIDragInteractionDelegate. sessionForAddingItems(UIDragInteraction interaction, NSArray<?> sessions, CGPoint point)UIDragSessionUIDragInteractionDelegateAdapter. sessionForAddingItems(UIDragInteraction interaction, NSArray<?> sessions, CGPoint point)voidUIDragInteractionDelegate. sessionWillAddItems(UIDragInteraction interaction, UIDragSession session, NSArray<UIDragItem> items, UIDragInteraction addingInteraction)voidUIDragInteractionDelegateAdapter. sessionWillAddItems(UIDragInteraction interaction, UIDragSession session, NSArray<UIDragItem> items, UIDragInteraction addingInteraction)voidUIPasteConfiguration. setAcceptableTypeIdentifiers(NSArray<NSString> v)voidUIAccessibility. setAccessibilityAttributedUserInputLabels(NSArray<NSAttributedString> v)voidUIAccessibilityAdapter. setAccessibilityAttributedUserInputLabels(NSArray<NSAttributedString> v)voidUIImage. setAccessibilityAttributedUserInputLabels(NSArray<NSAttributedString> v)voidUIAccessibilityAction. setAccessibilityCustomActions(NSArray<UIAccessibilityCustomAction> v)voidUIAccessibilityActionAdapter. setAccessibilityCustomActions(NSArray<UIAccessibilityCustomAction> v)voidUIAccessibilityContainer. setAccessibilityElements(NSArray<UIAccessibilityElement> v)voidUIAccessibilityContainerAdapter. setAccessibilityElements(NSArray<UIAccessibilityElement> v)voidUIAccessibility. setAccessibilityUserInputLabels(NSArray<NSString> v)voidUIAccessibilityAdapter. setAccessibilityUserInputLabels(NSArray<NSString> v)voidUIImage. setAccessibilityUserInputLabels(NSArray<NSString> v)voidUICollectionViewListCell. setAccessories(NSArray<UICellAccessory> v)voidUIPointerStyle. setAccessories(NSArray<UIPointerAccessory> v)voidUIMutableUserNotificationCategory. setActions(NSArray<UIUserNotificationAction> actions, UIUserNotificationActionContext context)Deprecated.voidUIUserNotificationCategory. setActions(NSArray<UIUserNotificationAction> actions, UIUserNotificationActionContext context)Deprecated.voidUIDocumentBrowserViewController. setAdditionalLeadingNavigationBarButtonItems(NSArray<UIBarButtonItem> v)voidUIDocumentBrowserViewController. setAdditionalTrailingNavigationBarButtonItems(NSArray<UIBarButtonItem> v)voidUIImageView. setAnimationImages(NSArray<UIImage> v)voidUIBarButtonItemGroup. setBarButtonItems(NSArray<UIBarButtonItem> v)voidNSCollectionLayoutSection. setBoundarySupplementaryItems(NSArray<NSCollectionLayoutBoundarySupplementaryItem> v)voidUICollectionViewCompositionalLayoutConfiguration. setBoundarySupplementaryItems(NSArray<NSCollectionLayoutBoundarySupplementaryItem> v)UIFontDescriptorAttributesUIFontDescriptorAttributes. setCascadeList(NSArray<UIFontDescriptor> cascadeList)voidUIPasteboard. setColors(NSArray<UIColor> v)voidUITrackingLayoutGuide. setConstraintsActiveWhenAwayFromEdge(NSArray<NSLayoutConstraint> trackingConstraints, NSDirectionalRectEdge edge)voidUITrackingLayoutGuide. setConstraintsActiveWhenNearEdge(NSArray<NSLayoutConstraint> trackingConstraints, NSDirectionalRectEdge edge)voidUIDocumentBrowserViewController. setCustomActions(NSArray<UIDocumentBrowserAction> v)voidUITabBarController. setCustomizableViewControllers(NSArray<UIViewController> v)voidNSCollectionLayoutSection. setDecorationItems(NSArray<NSCollectionLayoutDecorationItem> v)voidUISheetPresentationController. setDetents(NSArray<UISheetPresentationControllerDetent> v)voidNSTextContainer. setExclusionPaths(NSArray<UIBezierPath> v)voidUIView. setGestureRecognizers(NSArray<UIGestureRecognizer> v)voidUIImageView. setHighlightedAnimationImages(NSArray<UIImage> v)voidUIPasteboard. setImages(NSArray<UIImage> v)voidUIView. setInteractions(NSArray<?> v)voidUIPasteboard. setItemProviders(NSArray<NSItemProvider> v)voidUIPasteboard. setItemProviders(NSArray<NSItemProvider> itemProviders, boolean localOnly, NSDate expirationDate)voidUINavigationBar. setItems(NSArray<UINavigationItem> v)voidUINavigationBar. setItems(NSArray<UINavigationItem> items, boolean animated)voidUITabBar. setItems(NSArray<UITabBarItem> v)voidUITabBar. setItems(NSArray<UITabBarItem> items, boolean animated)voidUIToolbar. setItems(NSArray<UIBarButtonItem> v)voidUIToolbar. setItems(NSArray<UIBarButtonItem> items, boolean animated)voidUITextInputAssistantItem. setLeadingBarButtonGroups(NSArray<UIBarButtonItemGroup> v)voidUINavigationItem. setLeftBarButtonItems(NSArray<UIBarButtonItem> v)voidUINavigationItem. setLeftBarButtonItems(NSArray<UIBarButtonItem> items, boolean animated)voidUIMenuController. setMenuItems(NSArray<UIMenuItem> items)voidUIMotionEffectGroup. setMotionEffects(NSArray<UIMotionEffect> v)voidUIView. setMotionEffects(NSArray<UIMotionEffect> v)voidUIPasteboard. setObjects(NSArray<?> objects)voidUIPasteboard. setObjects(NSArray<?> objects, boolean localOnly, NSDate expirationDate)voidUIPopoverController. setPassthroughViews(NSArray<UIView> v)Deprecated.voidUIPopoverPresentationController. setPassthroughViews(NSArray<UIView> v)voidUIPrintPageRenderer. setPrintFormatters(NSArray<UIPrintFormatter> v)voidUIPrintInteractionController. setPrintingItems(NSArray<?> v)voidUINavigationItem. setRightBarButtonItems(NSArray<UIBarButtonItem> v)voidUINavigationItem. setRightBarButtonItems(NSArray<UIBarButtonItem> items, boolean animated)voidUIApplication. setScheduledLocalNotifications(NSArray<UILocalNotification> v)Deprecated.Deprecated in iOS 10.0.voidUIApplication. setShortcutItems(NSArray<UIApplicationShortcutItem> v)voidNSCollectionLayoutGroup. setSupplementaryItems(NSArray<NSCollectionLayoutSupplementaryItem> v)voidUIDocumentBrowserAction. setSupportedContentTypes(NSArray<NSString> v)voidUIActivityItemsConfiguration. setSupportedInteractions(NSArray<NSString> v)voidNSMutableParagraphStyle. setTabStops(NSArray<NSTextTab> v)voidNSParagraphStyle. setTabStops(NSArray<NSTextTab> v)voidNSTextLayoutManager. setTextSelections(NSArray<NSTextSelection> v)voidUISearchTextField. setTokens(NSArray<UISearchToken> v)voidUIViewController. setToolbarItems(NSArray<UIBarButtonItem> v)voidUIViewController. setToolbarItems(NSArray<UIBarButtonItem> toolbarItems, boolean animated)voidUITextInputAssistantItem. setTrailingBarButtonGroups(NSArray<UIBarButtonItemGroup> v)voidUIPasteboard. setURLs(NSArray<NSURL> v)voidUINavigationController. setViewControllers(NSArray<UIViewController> v)voidUINavigationController. setViewControllers(NSArray<UIViewController> viewControllers, boolean animated)voidUIPageViewController. setViewControllers(NSArray<UIViewController> viewControllers, UIPageViewControllerNavigationDirection direction, boolean animated, VoidBooleanBlock completion)voidUISplitViewController. setViewControllers(NSArray<UIViewController> v)voidUITabBarController. setViewControllers(NSArray<UIViewController> v)voidUITabBarController. setViewControllers(NSArray<UIViewController> viewControllers, boolean animated)NSArray<?>UILocalizedIndexedCollation. sortArray(NSArray<?> array, Selector selector)NSTextSelectionNSTextSelection. textSelection(NSArray<NSTextRange> textRanges)NSArray<NSTextSelection>NSTextSelectionNavigation. textSelectionsInteractingAtPoint(CGPoint point, NSTextLocation containerLocation, NSArray<NSTextSelection> anchors, NSTextSelectionNavigationModifier modifiers, boolean selecting, CGRect bounds)voidUITabBarController. willBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarDelegate. willBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarDelegateAdapter. willBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidUITabBarControllerDelegate. willBeginCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers)voidUITabBarControllerDelegateAdapter. willBeginCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers)voidUITabBarController. willEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarDelegate. willEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarDelegateAdapter. willEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voidUITabBarControllerDelegate. willEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed)voidUITabBarControllerDelegateAdapter. willEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed)voidUIPageViewControllerDelegate. willTransition(UIPageViewController pageViewController, NSArray<UIViewController> pendingViewControllers)voidUIPageViewControllerDelegateAdapter. willTransition(UIPageViewController pageViewController, NSArray<UIViewController> pendingViewControllers)voidUIPageViewControllerModel. willTransition(UIPageViewController pageViewController, NSArray<UIViewController> pendingViewControllers)Constructor parameters in org.robovm.apple.uikit with type arguments of type NSArray Constructor Description UIContextMenuConfiguration(NSObject identifier, Block0<UIViewController> previewProvider, Block1<NSArray<UIMenuElement>,UIMenu> actionProvider)UIDocumentBrowserAction(String identifier, String localizedTitle, UIDocumentBrowserActionAvailability availability, VoidBlock1<NSArray<NSURL>> handler) -
Uses of NSArray in org.robovm.apple.uniformtypeid
Methods in org.robovm.apple.uniformtypeid that return NSArray Modifier and Type Method Description static NSArray<UTType>UTType. createTypesUsingTagClass(String tag, String tagClass, UTType supertype) -
Uses of NSArray in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return NSArray Modifier and Type Method Description NSArray<UNNotificationAction>UNNotificationCategory. getActions()NSArray<UNNotificationAttachment>UNMutableNotificationContent. getAttachments()NSArray<UNNotificationAttachment>UNNotificationContent. getAttachments()NSArray<NSString>UNNotificationCategory. getIntentIdentifiers()Methods in org.robovm.apple.usernotifications with parameters of type NSArray Modifier and Type Method Description protected static longUNNotificationCategory. create(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, String hiddenPreviewsBodyPlaceholder, String categorySummaryFormat, UNNotificationCategoryOptions options)protected static longUNNotificationCategory. create(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, String hiddenPreviewsBodyPlaceholder, UNNotificationCategoryOptions options)protected static longUNNotificationCategory. create(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, UNNotificationCategoryOptions options)voidUNUserNotificationCenter. removeDeliveredNotifications(NSArray<NSString> identifiers)voidUNUserNotificationCenter. removePendingNotificationRequests(NSArray<NSString> identifiers)voidUNMutableNotificationContent. setAttachments(NSArray<UNNotificationAttachment> v)Method parameters in org.robovm.apple.usernotifications with type arguments of type NSArray Modifier and Type Method Description voidUNUserNotificationCenter. getDeliveredNotifications(VoidBlock1<NSArray<UNNotification>> completionHandler)voidUNUserNotificationCenter. getPendingNotificationRequests(VoidBlock1<NSArray<UNNotificationRequest>> completionHandler)Constructors in org.robovm.apple.usernotifications with parameters of type NSArray Constructor Description UNNotificationCategory(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, String hiddenPreviewsBodyPlaceholder, String categorySummaryFormat, UNNotificationCategoryOptions options)UNNotificationCategory(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, String hiddenPreviewsBodyPlaceholder, UNNotificationCategoryOptions options)UNNotificationCategory(String identifier, NSArray<UNNotificationAction> actions, NSArray<NSString> intentIdentifiers, UNNotificationCategoryOptions options) -
Uses of NSArray in org.robovm.apple.usernotificationsui
Methods in org.robovm.apple.usernotificationsui that return NSArray Modifier and Type Method Description static NSArray<UNNotificationAction>NSExtensionContextExtensions. getNotificationActions(NSExtensionContext thiz)Methods in org.robovm.apple.usernotificationsui with parameters of type NSArray Modifier and Type Method Description static voidNSExtensionContextExtensions. setNotificationActions(NSExtensionContext thiz, NSArray<UNNotificationAction> v) -
Uses of NSArray in org.robovm.apple.vision
Methods in org.robovm.apple.vision with parameters of type NSArray Modifier and Type Method Description static VNCircleVNGeometryUtils. getBoundingCircle(NSArray<VNPoint> points)booleanVNImageRequestHandler. performRequests(NSArray<VNRequest> requests)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CGImage image)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CGImage image, CGImagePropertyOrientation orientation)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CIImage image)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CIImage image, CGImagePropertyOrientation orientation)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CMSampleBuffer sampleBuffer)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CMSampleBuffer sampleBuffer, CGImagePropertyOrientation orientation)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CVPixelBuffer pixelBuffer)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, CVPixelBuffer pixelBuffer, CGImagePropertyOrientation orientation)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, NSData imageData)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, NSData imageData, CGImagePropertyOrientation orientation)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, NSURL imageURL)booleanVNSequenceRequestHandler. performRequests(NSArray<VNRequest> requests, NSURL imageURL, CGImagePropertyOrientation orientation)voidVNRecognizeTextRequest. setCustomWords(NSArray<NSString> v)voidVNDetectFaceCaptureQualityRequest. setInputFaceObservations(NSArray<VNFaceObservation> v)voidVNDetectFaceLandmarksRequest. setInputFaceObservations(NSArray<VNFaceObservation> v)voidVNFaceObservationAccepting. setInputFaceObservations(NSArray<VNFaceObservation> v)voidVNFaceObservationAcceptingAdapter. setInputFaceObservations(NSArray<VNFaceObservation> v)voidVNRecognizeTextRequest. setRecognitionLanguages(NSArray<NSString> v)voidVNDetectBarcodesRequest. setSymbologies(NSArray<NSString> v) -
Uses of NSArray in org.robovm.apple.watchconnectivity
Methods in org.robovm.apple.watchconnectivity that return NSArray Modifier and Type Method Description NSArray<WCSessionFileTransfer>WCSession. getOutstandingFileTransfers()NSArray<WCSessionUserInfoTransfer>WCSession. getOutstandingUserInfoTransfers() -
Uses of NSArray in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit that return NSArray Modifier and Type Method Description NSArray<NSObject>WKInterfaceController. getContextsForSegue(String segueIdentifier)NSArray<NSObject>WKInterfaceController. getContextsForSegue(String segueIdentifier, WKInterfaceTable table, long rowIndex)Methods in org.robovm.apple.watchkit with parameters of type NSArray Modifier and Type Method Description voidWKInterfaceController. presentController(List<String> names, NSArray<NSObject> contexts)static voidWKInterfaceController. reloadRootControllers(List<String> names, NSArray<NSObject> contexts)voidWKInterfaceObject. setAccessibilityImageRegions(NSArray<WKAccessibilityImageRegion> accessibilityImageRegions)Method parameters in org.robovm.apple.watchkit with type arguments of type NSArray Modifier and Type Method Description voidWKInterfaceController. presentTextInputController(List<String> suggestions, WKTextInputMode inputMode, VoidBlock1<NSArray<?>> completion)voidWKInterfaceController. presentTextInputController(Block1<NSString,NSArray<?>> suggestionsHandler, WKTextInputMode inputMode, VoidBlock1<NSArray<?>> completion)voidWKInterfaceController. presentTextInputController(Block1<NSString,NSArray<?>> suggestionsHandler, WKTextInputMode inputMode, VoidBlock1<NSArray<?>> completion) -
Uses of NSArray in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return NSArray Modifier and Type Method Description NSArray<WKBackForwardListItem>WKBackForwardList. getBackList()NSArray<WKBackForwardListItem>WKBackForwardList. getForwardList()NSArray<WKUserScript>WKUserContentController. getUserScripts()Methods in org.robovm.apple.webkit with parameters of type NSArray Modifier and Type Method Description UIViewControllerWKUIDelegate. getPreviewingViewControllerForElement(WKWebView webView, WKPreviewElementInfo elementInfo, NSArray<?> previewActions)Deprecated.Deprecated in iOS 13.0.UIViewControllerWKUIDelegateAdapter. getPreviewingViewControllerForElement(WKWebView webView, WKPreviewElementInfo elementInfo, NSArray<?> previewActions)Deprecated.Deprecated in iOS 13.0.voidWKWebsiteDataStore. removeData(Set<WKWebsiteDataType> dataTypes, NSArray<WKWebsiteDataRecord> dataRecords, Runnable completionHandler)Method parameters in org.robovm.apple.webkit with type arguments of type NSArray Modifier and Type Method Description voidWKWebsiteDataStore. fetchDataRecords(Set<WKWebsiteDataType> dataTypes, VoidBlock1<NSArray<WKWebsiteDataRecord>> completionHandler)voidWKHTTPCookieStore. getAllCookies(VoidBlock1<NSArray<NSHTTPCookie>> completionHandler)voidWKContentRuleListStore. getAvailableContentRuleListIdentifiers(VoidBlock1<NSArray<NSString>> completionHandler)