Uses of Class
org.robovm.apple.foundation.NSDictionary
-
Uses of NSDictionary in org.robovm.apple.accounts
Methods in org.robovm.apple.accounts with parameters of type NSDictionary Modifier and Type Method Description protected voidACAccountStore. requestAccessToAccounts(ACAccountType accountType, NSDictionary<?,?> options, VoidBlock2<Boolean,NSError> completion)Deprecated.Constructors in org.robovm.apple.accounts with parameters of type NSDictionary Constructor Description ACAccountOptions(NSDictionary<NSString,NSObject> data) -
Uses of NSDictionary in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook with parameters of type NSDictionary Modifier and Type Method Description static ABAddressBookABAddressBook. create(NSDictionary options)Deprecated.Deprecated in iOS 9.0.voidABAddressBook.ExternalChangeCallback. externalChange(ABAddressBook addressBook, NSDictionary<?,?> info) -
Uses of NSDictionary in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSNumber>ARFaceAnchor. getBlendShapes()Methods in org.robovm.apple.arkit with parameters of type NSDictionary Modifier and Type Method Description protected longARFaceGeometry. init(NSDictionary<NSString,NSNumber> blendShapes)Constructors in org.robovm.apple.arkit with parameters of type NSDictionary Constructor Description ARFaceGeometry(NSDictionary<NSString,NSNumber> blendShapes)ARSCNView(CGRect frame, NSDictionary<NSString,?> options) -
Uses of NSDictionary in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>AUAudioUnit. getFullState()NSDictionary<NSString,?>AUAudioUnit. getFullStateForDocument()NSDictionary<NSString,?>AUAudioUnit. getPresetState(AUAudioUnitPreset userPreset)Methods in org.robovm.apple.audiotoolbox with parameters of type NSDictionary Modifier and Type Method Description voidAUAudioUnit. setFullState(NSDictionary<NSString,?> v)voidAUAudioUnit. setFullStateForDocument(NSDictionary<NSString,?> v) -
Uses of NSDictionary in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>ASAuthorizationProviderExtensionAuthorizationRequest. getAuthorizationOptions()NSDictionary<?,?>ASAuthorizationProviderExtensionAuthorizationRequest. getExtensionData()NSDictionary<NSString,NSString>ASAuthorizationProviderExtensionAuthorizationResult. getHttpAuthorizationHeaders()NSDictionary<NSString,NSString>ASAuthorizationProviderExtensionAuthorizationRequest. getHttpHeaders()NSDictionary<?,?>ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest. getUserInfo()NSDictionary<?,?>ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest. getUserInfo()Methods in org.robovm.apple.authservices with parameters of type NSDictionary Modifier and Type Method Description voidASAccountAuthenticationModificationViewController. changePasswordWithoutUserInteraction(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, String newPassword, NSDictionary<?,?> userInfo)voidASAuthorizationProviderExtensionAuthorizationRequest. complete(NSDictionary<NSString,NSString> httpAuthorizationHeaders)voidASAccountAuthenticationModificationExtensionContext. completeChangePasswordRequest(ASPasswordCredential updatedCredential, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationExtensionContext. completeUpgradeToSignInWithApple(NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationViewController. convertAccountToSignInWithAppleWithoutUserInteraction(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationControllerDelegate. didSuccessfullyCompleteRequest(ASAccountAuthenticationModificationController controller, ASAccountAuthenticationModificationRequest request, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationControllerDelegateAdapter. didSuccessfullyCompleteRequest(ASAccountAuthenticationModificationController controller, ASAccountAuthenticationModificationRequest request, NSDictionary<?,?> userInfo)protected longASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest. init(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)protected longASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest. init(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)protected longASAuthorizationProviderExtensionAuthorizationResult. init(NSDictionary<NSString,NSString> httpAuthorizationHeaders)voidASAccountAuthenticationModificationViewController. prepareInterfaceToChangePassword(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, String newPassword, NSDictionary<?,?> userInfo)voidASAccountAuthenticationModificationViewController. prepareInterfaceToConvertAccountToSignInWithApple(ASCredentialServiceIdentifier serviceIdentifier, ASPasswordCredential existingCredential, NSDictionary<?,?> userInfo)voidASAuthorizationProviderExtensionAuthorizationResult. setHttpAuthorizationHeaders(NSDictionary<NSString,NSString> v)Constructors in org.robovm.apple.authservices with parameters of type NSDictionary Constructor Description ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest(String user, ASCredentialServiceIdentifier serviceIdentifier, NSDictionary<?,?> userInfo)ASAuthorizationProviderExtensionAuthorizationResult(NSDictionary<NSString,NSString> httpAuthorizationHeaders) -
Uses of NSDictionary in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type NSDictionary Modifier and Type Method Description NSArray<NSDictionary<?,?>>AVMetadataMachineReadableCodeObject. getCorners()Methods in org.robovm.apple.avfoundation with parameters of type NSDictionary Modifier and Type Method Description AVMutableMovieTrackAVMutableMovie. addMutableTrack(String mediaType, AVAssetTrack track, NSDictionary<NSString,?> options)NSArray<AVMutableMovieTrack>AVMutableMovie. addMutableTracksCopyingSettings(NSArray<AVAssetTrack> existingTracks, NSDictionary<NSString,?> options)AVAggregateAssetDownloadTaskAVAssetDownloadURLSession. aggregateAssetDownloadTaskWithURLAsset(AVURLAsset URLAsset, NSArray<AVMediaSelection> mediaSelections, String title, NSData artworkData, NSDictionary<NSString,?> options)protected booleanAVAssetWriter. canApplyOutputSettings(NSDictionary<NSString,?> outputSettings, AVMediaType mediaType)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 longAVCapturePhotoSettings. create(int rawPixelFormatType, String rawFileType, NSDictionary<NSString,?> processedFormat, String processedFileType)protected static longAVCapturePhotoSettings. create(int rawPixelFormatType, NSDictionary<NSString,?> processedFormat)protected static longAVCapturePhotoSettings. create(NSDictionary<NSString,?> format)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 longAVPortraitEffectsMatte. create(NSDictionary<?,?> imageSourceAuxDataInfoDictionary, NSError.NSErrorPtr outError)static AVDepthDataAVDepthData. depthDataFromDictionaryRepresentation(NSDictionary<?,?> imageSourceAuxDataInfoDictionary)NSDataAVCapturePhoto. fileDataRepresentation(NSDictionary<NSString,?> replacementMetadata, NSDictionary<NSString,?> replacementEmbeddedThumbnailPhotoFormat, CVPixelBuffer replacementEmbeddedThumbnailPixelBuffer, AVDepthData replacementDepthData)Deprecated.Deprecated in iOS 12.0.protected longAVAssetReaderTrackOutput. init(AVAssetTrack track, NSDictionary<NSString,?> outputSettings)protected longAVAssetReaderVideoCompositionOutput. init(NSArray<AVAssetTrack> videoTracks, NSDictionary<NSString,?> videoSettings)protected longAVAssetWriterInput. init(AVMediaType mediaType, NSDictionary<NSString,?> outputSettings)protected longAVAssetWriterInput. init(AVMediaType mediaType, NSDictionary<NSString,?> outputSettings, CMFormatDescription sourceFormatHint)protected longAVContentKeySpecifier. init(String keySystem, NSObject contentKeyIdentifier, NSDictionary<NSString,?> options)protected longAVMediaDataStorage. init(NSURL URL, NSDictionary<NSString,?> options)protected longAVMovie. init(NSData data, NSDictionary<NSString,?> options)protected longAVMovie. init(NSURL URL, NSDictionary<NSString,?> options)protected longAVMutableMovie. init(NSData data, NSDictionary<NSString,?> options, NSError.NSErrorPtr outError)protected longAVMutableMovie. init(NSURL URL, NSDictionary<NSString,?> options, NSError.NSErrorPtr outError)protected longAVPlayerItemVideoOutput. init(NSDictionary<NSString,?> outputSettings)voidAVContentKeySession. invalidateAllPersistableContentKeys(NSData appIdentifier, NSDictionary<NSString,?> options, VoidBlock2<NSData,NSError> handler)voidAVContentKeySession. invalidatePersistableContentKey(NSData persistableContentKeyData, NSDictionary<NSString,?> options, VoidBlock2<NSData,NSError> handler)voidAVContentKeyRequest. makeStreamingContentKeyRequestDataForApp(NSData appIdentifier, NSData contentIdentifier, NSDictionary<NSString,?> options, VoidBlock2<NSData,NSError> handler)NSDataAVPersistableContentKeyRequest. persistableContentKeyFromKeyVendorResponse(NSData keyVendorResponse, NSDictionary<NSString,?> options, NSError.NSErrorPtr outError)voidAVContentKeySession. processContentKeyRequestWithIdentifier(NSObject identifier, NSData initializationData, NSDictionary<NSString,?> options)NSDictionary<NSString,?>AVCapturePhotoFileDataRepresentationCustomizer. replacementAppleProRAWCompressionSettingsForPhoto(AVCapturePhoto photo, NSDictionary<NSString,?> defaultSettings, long maximumBitDepth)NSDictionary<NSString,?>AVCapturePhotoFileDataRepresentationCustomizerAdapter. replacementAppleProRAWCompressionSettingsForPhoto(AVCapturePhoto photo, NSDictionary<NSString,?> defaultSettings, long maximumBitDepth)static AVSemanticSegmentationMatteAVSemanticSegmentationMatte. semanticSegmentationMatteFromImageSourceAuxiliaryDataType(CFString imageSourceAuxiliaryDataType, NSDictionary<?,?> imageSourceAuxiliaryDataInfoDictionary, NSError.NSErrorPtr outError)voidAVCapturePhotoSettings. setEmbeddedThumbnailPhotoFormat(NSDictionary<NSString,?> v)voidAVCapturePhotoSettings. setMetadata(NSDictionary<NSString,?> v)voidAVCaptureMovieFileOutput. setOutputSettings(NSDictionary<NSString,?> outputSettings, AVCaptureConnection connection)protected voidAVCaptureStillImageOutput. setOutputSettings0(NSDictionary<NSString,?> v)Deprecated.voidAVCapturePhotoSettings. setPreviewPhotoFormat(NSDictionary<NSString,?> v)voidAVCapturePhotoSettings. setRawEmbeddedThumbnailPhotoFormat(NSDictionary<NSString,?> v)protected voidAVCaptureVideoDataOutput. setVideoSettings0(NSDictionary<NSString,?> v) -
Uses of NSDictionary in org.robovm.apple.avkit
Methods in org.robovm.apple.avkit that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>AVPlayerViewController. getPixelBufferAttributes()Methods in org.robovm.apple.avkit with parameters of type NSDictionary Modifier and Type Method Description voidAVPlayerViewController. setPixelBufferAttributes(NSDictionary<NSString,?> v) -
Uses of NSDictionary in org.robovm.apple.businesschat
Methods in org.robovm.apple.businesschat with parameters of type NSDictionary Modifier and Type Method Description static voidBCChatAction. openTranscript(String businessIdentifier, NSDictionary<NSString,NSString> intentParameters) -
Uses of NSDictionary in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit with parameters of type NSDictionary Modifier and Type Method Description static voidCXProvider. reportNewIncomingVoIPPushPayload(NSDictionary<?,?> dictionaryPayload, VoidBlock1<NSError> completion) -
Uses of NSDictionary in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return NSDictionary Modifier and Type Method Description NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration>CKFetchRecordZoneChangesOperation. getConfigurationsByRecordZoneID()NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions>CKFetchRecordZoneChangesOperation. getOptionsByRecordZoneID()Deprecated.Deprecated in iOS 12.0.NSDictionary<?,?>CKError. getPartialErrors()Methods in org.robovm.apple.cloudkit that return types with arguments of type NSDictionary Modifier and Type Method Description VoidBlock3<NSDictionary<NSString,CKDiscoveredUserInfo>,NSDictionary<CKRecordID,CKDiscoveredUserInfo>,NSError>CKDiscoverUserInfosOperation. getDiscoverUserInfosCompletionBlock()Deprecated.VoidBlock3<NSDictionary<NSString,CKDiscoveredUserInfo>,NSDictionary<CKRecordID,CKDiscoveredUserInfo>,NSError>CKDiscoverUserInfosOperation. getDiscoverUserInfosCompletionBlock()Deprecated.VoidBlock2<NSDictionary<CKRecordID,CKRecord>,NSError>CKFetchRecordsOperation. getFetchRecordsCompletionBlock()VoidBlock2<NSDictionary<CKRecordZoneID,CKRecordZone>,NSError>CKFetchRecordZonesOperation. getFetchRecordZonesCompletionBlock()VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError>CKFetchSubscriptionsOperation. getFetchSubscriptionCompletionBlock()Methods in org.robovm.apple.cloudkit with parameters of type NSDictionary Modifier and Type Method Description static CKFetchRecordZoneChangesOperationCKFetchRecordZoneChangesOperation. create(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration> configurationsByRecordZoneID)protected longCKFetchRecordZoneChangesOperation. init(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions> optionsByRecordZoneID)Deprecated.Deprecated in iOS 12.0.protected longCKFetchRecordZoneChangesOperation. init0(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration> configurationsByRecordZoneID)voidCKFetchRecordZoneChangesOperation. setConfigurationsByRecordZoneID(NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration> v)voidCKFetchRecordZoneChangesOperation. setOptionsByRecordZoneID(NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions> v)Deprecated.Deprecated in iOS 12.0.Method parameters in org.robovm.apple.cloudkit with type arguments of type NSDictionary Modifier and Type Method Description voidCKDiscoverUserInfosOperation. setDiscoverUserInfosCompletionBlock(VoidBlock3<NSDictionary<NSString,CKDiscoveredUserInfo>,NSDictionary<CKRecordID,CKDiscoveredUserInfo>,NSError> v)Deprecated.voidCKDiscoverUserInfosOperation. setDiscoverUserInfosCompletionBlock(VoidBlock3<NSDictionary<NSString,CKDiscoveredUserInfo>,NSDictionary<CKRecordID,CKDiscoveredUserInfo>,NSError> v)Deprecated.voidCKFetchRecordsOperation. setFetchRecordsCompletionBlock(VoidBlock2<NSDictionary<CKRecordID,CKRecord>,NSError> v)voidCKFetchRecordZonesOperation. setFetchRecordZonesCompletionBlock(VoidBlock2<NSDictionary<CKRecordZoneID,CKRecordZone>,NSError> v)voidCKFetchSubscriptionsOperation. setFetchSubscriptionCompletionBlock(VoidBlock2<NSDictionary<NSString,CKSubscription>,NSError> v)Constructors in org.robovm.apple.cloudkit with parameters of type NSDictionary Constructor Description CKFetchRecordZoneChangesOperation(NSArray<CKRecordZoneID> recordZoneIDs, NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions> optionsByRecordZoneID)Deprecated.Deprecated in iOS 12.0. -
Uses of NSDictionary in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts with parameters of type NSDictionary Modifier and Type Method Description static NSAttributedStringCNContactFormatter. format(CNContact contact, CNContactFormatterStyle style, NSDictionary<?,?> attributes)NSAttributedStringCNContactFormatter. format(CNContact contact, NSDictionary<?,?> attributes)static NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, CNPostalAddressFormatterStyle style, NSDictionary<?,?> attributes)NSAttributedStringCNPostalAddressFormatter. format(CNPostalAddress postalAddress, NSDictionary<?,?> attributes) -
Uses of NSDictionary in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>CAEmitterCell. getStyle()NSDictionary<?,?>CALayer. getStyle()Methods in org.robovm.apple.coreanimation with parameters of type NSDictionary Modifier and Type Method Description voidCAAction. runAction(String event, NSObject anObject, NSDictionary<NSString,?> dict)voidCAActionAdapter. runAction(String event, NSObject anObject, NSDictionary<NSString,?> dict)voidCAAnimation. runAction(String event, NSObject anObject, NSDictionary<NSString,?> dict)voidCAEmitterCell. setStyle(NSDictionary<?,?> v)voidCALayer. setStyle(NSDictionary<?,?> v) -
Uses of NSDictionary in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return types with arguments of type NSDictionary Modifier and Type Method Description NSArray<NSDictionary>NSConstraintConflict. getConflictingSnapshots()Methods in org.robovm.apple.coredata with parameters of type NSDictionary Modifier and Type Method Description NSFetchRequestNSManagedObjectModel. getFetchRequestTemplate(String name, NSDictionary<NSString,?> variables)protected longNSConstraintConflict. init(List<String> constraint, NSManagedObject databaseObject, NSDictionary<?,?> databaseSnapshot, NSArray<NSManagedObject> conflictingObjects, NSArray<NSDictionary> conflictingSnapshots)protected longNSIncrementalStoreNode. init(NSManagedObjectID objectID, NSDictionary<NSString,?> values, long version)protected longNSMergeConflict. init(NSManagedObject srcObject, long newvers, long oldvers, NSDictionary<NSString,?> cachesnap, NSDictionary<NSString,?> persnap)static voidNSManagedObjectContext. mergeChangesFromRemoteContextSave(NSDictionary<?,?> changeNotificationData, NSArray<NSManagedObjectContext> contexts)voidNSManagedObjectModel. setLocalizationDictionary(NSDictionary<NSString,NSString> v)voidNSBatchUpdateRequest. setPropertiesToUpdate(NSDictionary<NSString,NSExpression> v)voidNSAtomicStoreCacheNode. setPropertyCache(NSDictionary<NSString,?> v)voidNSEntityDescription. setUserInfo(NSDictionary<?,?> v)voidNSEntityMapping. setUserInfo(NSDictionary<?,?> v)voidNSMigrationManager. setUserInfo(NSDictionary<?,?> v)voidNSPropertyDescription. setUserInfo(NSDictionary<?,?> v)voidNSPropertyMapping. setUserInfo(NSDictionary<?,?> v)voidNSIncrementalStoreNode. update(NSDictionary<NSString,?> values, long version)Constructors in org.robovm.apple.coredata with parameters of type NSDictionary Constructor Description NSConstraintConflict(List<String> constraint, NSManagedObject databaseObject, NSDictionary<?,?> databaseSnapshot, NSArray<NSManagedObject> conflictingObjects, NSArray<NSDictionary> conflictingSnapshots)NSIncrementalStoreNode(NSManagedObjectID objectID, NSDictionary<NSString,?> values, long version)NSMergeConflict(NSManagedObject srcObject, long newvers, long oldvers, NSDictionary<NSString,?> cachesnap, NSDictionary<NSString,?> persnap) -
Uses of NSDictionary in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return NSDictionary Modifier and Type Method Description NSDictionaryCFError. getUserInfo()Methods in org.robovm.apple.corefoundation with parameters of type NSDictionary Modifier and Type Method Description static CFErrorCFError. create(String domain, long code, NSDictionary<NSString,NSObject> userInfo)static CFErrorCFError. create(CFAllocator allocator, String domain, long code, NSDictionary userInfo)voidCFNotificationCenter.NotificationCallback. invoke(CFNotificationCenter center, CFType observer, String name, CFType object, NSDictionary<NSString,?> userInfo)voidCFNotificationCenter. postNotification(String name, CFType object, NSDictionary userInfo, boolean deliverImmediately)voidCFNotificationCenter. postNotification(String name, CFType object, NSDictionary userInfo, CFNotificationPostingOptions options) -
Uses of NSDictionary in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return NSDictionary Modifier and Type Method Description NSDictionaryCGPDFOutlineOptions. getDestinationRect()NSDictionary<NSString,NSNumber>CGPoint. toDictionary()NSDictionary<NSString,NSNumber>CGRect. toDictionary()NSDictionary<NSString,NSNumber>CGSize. toDictionary() -
Uses of NSDictionary in org.robovm.apple.corehaptic
Methods in org.robovm.apple.corehaptic that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>CHHapticPatternDict. getParameter()Methods in org.robovm.apple.corehaptic with parameters of type NSDictionary Modifier and Type Method Description longCHHapticEngine. registerAudioResource(NSURL resourceURL, NSDictionary<?,?> options)CHHapticPatternDictCHHapticPatternDict. setParameter(NSDictionary<?,?> parameter) -
Uses of NSDictionary in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>CIFilter. getAttributes()NSDictionary<NSString,?>CIImage. getProperties()NSDictionary<?,?>CIRAWFilter. getProperties()Methods in org.robovm.apple.coreimage with parameters of type NSDictionary Modifier and Type Method Description static CIImageCIImageProcessorKernel. apply(CGRect extent, NSArray<CIImage> inputs, NSDictionary<NSString,?> args, NSError.NSErrorPtr error)protected static longCIFilter. create(CVPixelBuffer pixelBuffer, NSDictionary<?,?> properties, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.protected static longCIRAWFilter. create(CVPixelBuffer buffer, NSDictionary<?,?> properties)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, CIImage glassesMatte, CIImage gainMap, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(NSData data, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(NSURL url, NSDictionary<?,?> options)protected longCIImage. init(AVDepthData data, NSDictionary<NSString,?> options)protected longCISampler. init(CIImage im, NSDictionary<?,?> dict)CIImageCIImage. newImageBySettingProperties(NSDictionary<?,?> properties)static booleanCIImageProcessorKernel. process(NSArray<?> inputs, NSDictionary<NSString,?> arguments, CIImageProcessorOutput output, NSError.NSErrorPtr error)static voidCIFilter. register(String name, CIFilterConstructor anObject, NSDictionary<NSString,?> attributes)static CGRectCIImageProcessorKernel. roiForInput(int input, NSDictionary<NSString,?> arguments, CGRect outputRect)Constructors in org.robovm.apple.coreimage with parameters of type NSDictionary Constructor Description CIFilter(CVPixelBuffer pixelBuffer, NSDictionary<?,?> properties, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.CIImage(AVDepthData data, NSDictionary<NSString,?> options)CIRAWFilter(CVPixelBuffer buffer, NSDictionary<?,?> properties)CISampler(CIImage im, NSDictionary<?,?> dict) -
Uses of NSDictionary in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation with parameters of type NSDictionary Modifier and Type Method Description voidCLLocationPushServiceExtension. didReceiveLocationPushPayload(NSDictionary<NSString,?> payload, Runnable completion)voidCLLocationPushServiceExtensionAdapter. didReceiveLocationPushPayload(NSDictionary<NSString,?> payload, Runnable completion) -
Uses of NSDictionary in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return NSDictionary Modifier and Type Method Description NSDictionaryCMTime. asDictionary(CFAllocator allocator)NSDictionaryCMTimeRange. asDictionary(CFAllocator allocator)NSDictionary<NSData,NSNumber>CMMetadataFormatDescriptionKey. getConformingDataTypes()NSDictionary<NSString,NSObject>CMFormatDescriptionExtension. getOriginalCompressionSettings()NSDictionary<NSString,NSObject>CMFormatDescriptionExtension. getSampleDescriptionExtensionAtoms()static NSDictionaryCMTime. mappingCopyAsDictionary(CMTimeMapping mapping, CFAllocator allocator)Methods in org.robovm.apple.coremedia with parameters of type NSDictionary Modifier and Type Method Description static CMAudioFormatDescriptionCMAudioFormatDescription. create(AudioStreamBasicDescription asbd, long layoutSize, AudioChannelLayout layout, long magicCookieSize, VoidPtr magicCookie, NSDictionary<NSString,?> extensions)static CMClosedCaptionFormatDescriptionCMClosedCaptionFormatDescription. create(CMMediaType mediaType, CMClosedCaptionFormatType formatType, NSDictionary<NSString,?> extensions)static CMFormatDescriptionCMFormatDescription. create(CFAllocator allocator, CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMFormatDescriptionCMFormatDescription. create(CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMTimeCMTime. create(NSDictionary dictionaryRepresentation)static CMTimeRangeCMTimeRange. create(NSDictionary dictionaryRepresentation)protected static OSStatusCMAudioFormatDescription. create0(CFAllocator allocator, AudioStreamBasicDescription asbd, long layoutSize, AudioChannelLayout layout, long magicCookieSize, VoidPtr magicCookie, NSDictionary extensions, CMAudioFormatDescription.CMAudioFormatDescriptionPtr formatDescriptionOut)static CMTimeMappingCMTime. mappingMakeFromDictionary(NSDictionary dictionaryRepresentation)CMMetadataFormatDescriptionKeyCMMetadataFormatDescriptionKey. setConformingDataTypes(NSDictionary<NSData,NSNumber> conformingDataTypes)CMFormatDescriptionExtensionCMFormatDescriptionExtension. setOriginalCompressionSettings(NSDictionary<NSString,NSObject> originalCompressionSettings)CMFormatDescriptionExtensionCMFormatDescriptionExtension. setSampleDescriptionExtensionAtoms(NSDictionary<NSString,NSObject> sampleDescriptionExtensionAtoms)Method parameters in org.robovm.apple.coremedia with type arguments of type NSDictionary Modifier and Type Method Description static NSObjectProtocolCMSampleBuffer.Notifications. observeBufferConsumed(CMSampleBuffer object, VoidBlock2<CMSampleBuffer,NSDictionary<?,?>> block) -
Uses of NSDictionary in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>MIDIObject. getDictionaryProperty(String propertyID)Methods in org.robovm.apple.coremidi with parameters of type NSDictionary Modifier and Type Method Description MIDIErrorMIDIObject. setDictionaryProperty(String propertyID, NSDictionary dict) -
Uses of NSDictionary in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,MLFeatureValue>MLDictionaryFeatureProvider. getDictionary()NSDictionary<?,NSNumber>MLFeatureValue. getDictionaryValue()NSDictionary<NSString,MLModelCollectionEntry>MLModelCollection. getEntries()NSDictionary<NSString,MLFeatureDescription>MLModelDescription. getInputDescriptionsByName()NSDictionary<NSString,?>MLModelDescription. getMetadata()NSDictionary<MLMetricKey,?>MLUpdateContext. getMetrics()NSDictionary<NSString,MLFeatureDescription>MLModelDescription. getOutputDescriptionsByName()NSDictionary<MLParameterKey,MLParameterDescription>MLModelDescription. getParameterDescriptionsByKey()NSDictionary<MLParameterKey,?>MLModelConfiguration. getParameters()NSDictionary<MLParameterKey,?>MLUpdateContext. getParameters()NSDictionary<NSString,MLFeatureDescription>MLModelDescription. getTrainingInputDescriptionsByName()Methods in org.robovm.apple.coreml with parameters of type NSDictionary Modifier and Type Method Description protected static longMLFeatureValue. create(NSDictionary<?,NSNumber> value, NSError.NSErrorPtr error)voidMLUpdateTask. resume(NSDictionary<MLParameterKey,?> updateParameters)voidMLModelConfiguration. setParameters(NSDictionary<MLParameterKey,?> v)Constructors in org.robovm.apple.coreml with parameters of type NSDictionary Constructor Description MLArrayBatchProvider(NSDictionary<NSString,NSArray> dictionary)MLDictionaryFeatureProvider(NSDictionary<NSString,?> dictionary)MLFeatureValue(NSDictionary<?,NSNumber> value) -
Uses of NSDictionary in org.robovm.apple.coreservices
Methods in org.robovm.apple.coreservices that return NSDictionary Modifier and Type Method Description static NSDictionary<NSString,?>CFFTPStream. createParsedResourceListing(byte[] bytes)protected static NSDictionary<NSString,NSData>CFNetService. parseTXTData(CFAllocator alloc, NSData txtRecord)Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadstatic NSDictionary<NSString,NSData>CFNetService. parseTXTData(NSData txtRecord)Methods in org.robovm.apple.coreservices with parameters of type NSDictionary Modifier and Type Method Description protected static NSDataCFNetService. createTXTData(CFAllocator alloc, NSDictionary<NSString,NSData> keyValuePairs)Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadstatic NSDataCFNetService. createTXTData(NSDictionary<NSString,NSData> keyValuePairs) -
Uses of NSDictionary in org.robovm.apple.corespotlight
Methods in org.robovm.apple.corespotlight that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSArray>CSSearchableItemAttributeSet. getEmailHeaders()Methods in org.robovm.apple.corespotlight with parameters of type NSDictionary Modifier and Type Method Description protected longCSLocalizedString. init(NSDictionary<?,?> localizedStrings)voidCSSearchableItemAttributeSet. setEmailHeaders(NSDictionary<NSString,NSArray> v)Constructors in org.robovm.apple.corespotlight with parameters of type NSDictionary Constructor Description CSLocalizedString(NSDictionary<?,?> localizedStrings) -
Uses of NSDictionary in org.robovm.apple.coretelephony
Methods in org.robovm.apple.coretelephony that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSString>CTTelephonyNetworkInfo. getServiceCurrentRadioAccessTechnology()NSDictionary<NSString,CTCarrier>CTTelephonyNetworkInfo. getServiceSubscriberCellularProviders() -
Uses of NSDictionary in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return NSDictionary Modifier and Type Method Description NSDictionaryCTRun. getAttributesDictionary()Methods in org.robovm.apple.coretext with parameters of type NSDictionary Modifier and Type Method Description CFArrayCTFontCollection. createMatchingFontDescriptorsWithOptions(NSDictionary options)static CTRubyAnnotationCTRubyAnnotation. createWithAttributes(CTRubyAlignment alignment, CTRubyOverhang overhang, CTRubyPosition position, String string, NSDictionary attributes)Method parameters in org.robovm.apple.coretext with type arguments of type NSDictionary Modifier and Type Method Description static booleanCTFontDescriptor. matchFontDescriptors(List<CTFontDescriptor> descriptors, List<CTFontAttribute> mandatoryAttributes, Block2<CTFontDescriptorMatchingState,NSDictionary,Boolean> progressBlock)protected static booleanCTFontDescriptor. matchFontDescriptors(CFArray descriptors, CFSet mandatoryAttributes, Block2<CTFontDescriptorMatchingState,NSDictionary,Boolean> progressBlock) -
Uses of NSDictionary in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return NSDictionary Modifier and Type Method Description protected NSDictionaryCVBuffer. getAttachments(CVAttachmentMode attachmentMode)Deprecated.Deprecated in iOS 15.0.NSDictionaryCVPixelBufferAttributes. getIOSurfaceProperties()Methods in org.robovm.apple.corevideo with parameters of type NSDictionary Modifier and Type Method Description static CVMetalTextureCacheCVMetalTextureCache. create(CFAllocator allocator, CVMetalTextureCacheAttributes cacheAttributes, MTLDevice metalDevice, NSDictionary<NSString,?> textureAttributes)static CVMetalTextureCacheCVMetalTextureCache. create(CVMetalTextureCacheAttributes cacheAttributes, MTLDevice metalDevice, NSDictionary<NSString,?> textureAttributes)static CVOpenGLESTextureCacheCVOpenGLESTextureCache. create(CFAllocator allocator, CVOpenGLESTextureCacheAttributes cacheAttributes, EAGLContext eaglContext, NSDictionary<NSString,?> textureAttributes)static CVOpenGLESTextureCacheCVOpenGLESTextureCache. create(CVOpenGLESTextureCacheAttributes cacheAttributes, EAGLContext eaglContext, NSDictionary<NSString,?> textureAttributes)static CVMetalTextureCVMetalTextureCache. createTexture(CFAllocator allocator, CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)static CVMetalTextureCVMetalTextureCache. createTexture(CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)CVOpenGLESTextureCVOpenGLESTextureCache. createTexture(CFAllocator allocator, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, int target, int internalFormat, int width, int height, int format, int type, long planeIndex)CVOpenGLESTextureCVOpenGLESTextureCache. createTexture(CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, int target, int internalFormat, int width, int height, int format, int type, long planeIndex)protected voidCVBuffer. setAttachments(NSDictionary theAttachments, CVAttachmentMode attachmentMode)CVPixelBufferAttributesCVPixelBufferAttributes. setIOSurfaceProperties(NSDictionary iOSurfaceProperties) -
Uses of NSDictionary in org.robovm.apple.cryptotokenkit
Methods in org.robovm.apple.cryptotokenkit that return NSDictionary Modifier and Type Method Description NSDictionary<NSNumber,NSObject>TKTokenKeychainItem. getConstraints()static NSDictionary<NSString,TKTokenDriverConfiguration>TKTokenDriverConfiguration. getDriverConfigurations()NSDictionary<NSString,TKTokenConfiguration>TKTokenDriverConfiguration. getTokenConfigurations()Methods in org.robovm.apple.cryptotokenkit with parameters of type NSDictionary Modifier and Type Method Description voidTKTokenKeychainItem. setConstraints(NSDictionary<NSNumber,NSObject> v) -
Uses of NSDictionary in org.robovm.apple.exposurenotification
Methods in org.robovm.apple.exposurenotification that return NSDictionary Modifier and Type Method Description NSDictionary<NSNumber,NSNumber>ENExposureConfiguration. getInfectiousnessForDaysSinceOnsetOfSymptoms()NSDictionary<?,?>ENExposureConfiguration. getMetadata()NSDictionary<?,?>ENExposureDetectionSummary. getMetadata()NSDictionary<?,?>ENExposureInfo. getMetadata()Methods in org.robovm.apple.exposurenotification with parameters of type NSDictionary Modifier and Type Method Description voidENExposureConfiguration. setInfectiousnessForDaysSinceOnsetOfSymptoms(NSDictionary<NSNumber,NSNumber> v)voidENExposureConfiguration. setMetadata(NSDictionary<?,?> v) -
Uses of NSDictionary in org.robovm.apple.fileprovider
Methods in org.robovm.apple.fileprovider that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>NSFileProviderItem. getUserInfo()NSDictionary<?,?>NSFileProviderItemAdapter. getUserInfo()Methods in org.robovm.apple.fileprovider with parameters of type NSDictionary Modifier and Type Method Description static booleanNSFileProviderExtension. writePlaceholder(NSURL placeholderURL, NSDictionary<NSString,?> metadata, NSError.NSErrorPtr error)Deprecated.Deprecated in iOS 11.0. -
Uses of NSDictionary in org.robovm.apple.foundation
Subclasses of NSDictionary in org.robovm.apple.foundation Modifier and Type Class Description classNSMutableDictionary<K extends NSObject,V extends NSObject>Fields in org.robovm.apple.foundation declared as NSDictionary Modifier and Type Field Description protected NSDictionaryNSDictionaryWrapper. dataMethods in org.robovm.apple.foundation that return types with arguments of type NSDictionary Modifier and Type Method Description VoidBlock3<VoidBlock2<NSObject,NSError>,ObjCClass,NSDictionary<?,?>>NSItemProvider. getPreviewImageHandler()Methods in org.robovm.apple.foundation with parameters of type NSDictionary Modifier and Type Method Description voidNSAttributedString. addAttributes(NSDictionary<NSString,?> attrs, NSRange range)voidNSMutableAttributedString. addAttributes(NSDictionary<NSString,?> attrs, NSRange range)voidNSUserActivity. addUserInfoEntries(NSDictionary<?,?> otherDictionary)voidNSNetServiceBrowserDelegate. didNotSearch(NSNetServiceBrowser browser, NSDictionary<NSString,NSNumber> errorDict)voidNSNetServiceBrowserDelegateAdapter. didNotSearch(NSNetServiceBrowser browser, NSDictionary<NSString,NSNumber> errorDict)static voidNSString. draw(String str, CGPoint point, NSDictionary<NSString,NSObject> attrs)static voidNSString. draw(String str, CGRect rect, NSDictionary<NSString,NSObject> attrs)static voidNSString. draw(String str, CGRect rect, NSStringDrawingOptions options, NSDictionary<NSString,NSObject> attributes, NSStringDrawingContext context)voidNSString. draw(CGPoint point, NSDictionary<NSString,NSObject> attrs)voidNSString. draw(CGRect rect, NSDictionary<NSString,NSObject> attrs)voidNSString. draw(CGRect rect, NSStringDrawingOptions options, NSDictionary<NSString,NSObject> attributes, NSStringDrawingContext context)protected booleanNSDictionary. equalsTo(NSDictionary<K,V> otherDictionary)booleanNSPredicate. evaluate(NSObject object, NSDictionary<NSString,?> variables)static CGRectNSString. getBoundingRect(String str, CGSize size, NSStringDrawingOptions options, NSDictionary<NSString,NSObject> attributes, NSStringDrawingContext context)CGRectNSString. getBoundingRect(CGSize size, NSStringDrawingOptions options, NSDictionary<NSString,NSObject> attributes, NSStringDrawingContext context)static NSDataNSNetService. getDataFromTXTRecordDictionary(NSDictionary<NSString,NSData> txtDictionary)Deprecated.static CGSizeNSString. getSize(String str, NSDictionary<NSString,NSObject> attrs)CGSizeNSString. getSize(NSDictionary<NSString,NSObject> attrs)protected longNSAttributedString. init(String str, NSDictionary<NSString,?> attrs)protected longNSCachedURLResponse. init(NSURLResponse response, NSData data, NSDictionary<?,?> userInfo, NSURLCacheStoragePolicy storagePolicy)protected longNSDictionary. init(NSDictionary<K,V> otherDictionary)protected longNSException. init(String aName, String aReason, NSDictionary<?,?> aUserInfo)protected longNSNotification. init(NSString name, NSObject object, NSDictionary<?,?> userInfo)NSPredicateNSPredicate. newPredicate(NSDictionary<NSString,?> variables)voidNSNotificationCenter. postNotification(String name, NSObject object, NSDictionary<?,?> userInfo)voidNSNotificationCenter. postNotification(NSString name, NSObject anObject, NSDictionary<?,?> userInfo)voidNSUbiquitousKeyValueStore. put(String key, NSDictionary<NSString,?> dictionary)voidNSUserDefaults. registerDefaults(NSDictionary<NSString,?> registrationDictionary)voidNSAttributedString. setAttributes(NSDictionary<NSString,?> attrs, NSRange range)voidNSMutableAttributedString. setAttributes(NSDictionary<NSString,?> attrs, NSRange range)protected voidNSUbiquitousKeyValueStore. setDictionary(NSDictionary<NSString,?> aDictionary, String aKey)voidNSUserDefaults. setPersistentDomain(String domainName, NSDictionary<NSString,?> domain)protected voidNSUserDefaults. setPersistentDomain(NSDictionary<NSString,?> domain, String domainName)voidNSUserDefaults. setPersistentDomain(NSUserDefaultsDomain domainName, NSDictionary<NSString,?> domain)voidNSNumberFormatter. setTextAttributesDictionaryForNaN(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForNegativeInfinity(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForNegativeValues(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForNull(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForPositiveInfinity(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForPositiveValues(NSDictionary<?,?> v)voidNSNumberFormatter. setTextAttributesDictionaryForZero(NSDictionary<?,?> v)voidNSExtensionItem. setUserInfo(NSDictionary<?,?> v)voidNSUserActivity. setUserInfo(NSDictionary<?,?> v)voidNSUserDefaults. setVolatileDomain(String domainName, NSDictionary<NSString,?> domain)protected voidNSUserDefaults. setVolatileDomain(NSDictionary<NSString,?> domain, String domainName)voidNSUserDefaults. setVolatileDomain(NSUserDefaultsDomain domainName, NSDictionary<NSString,?> domain)Constructors in org.robovm.apple.foundation with parameters of type NSDictionary Constructor Description NSAttributedString(String str, NSDictionary<NSString,?> attrs)NSCachedURLResponse(NSURLResponse response, NSData data, NSDictionary<?,?> userInfo, NSURLCacheStoragePolicy storagePolicy)NSDictionaryWrapper(NSDictionary data)NSException(String aName, String aReason, NSDictionary<?,?> aUserInfo)NSNotification(String name, NSObject object, NSDictionary<?,?> userInfo)NSNotification(NSString name, NSObject object, NSDictionary<?,?> userInfo)NSURLProperties(NSDictionary<NSString,NSObject> data)Constructor parameters in org.robovm.apple.foundation with type arguments of type NSDictionary Constructor Description NSPredicate(Block2<NSObject,NSDictionary<NSString,?>,Boolean> block) -
Uses of NSDictionary in org.robovm.apple.gamecontroller
Methods in org.robovm.apple.gamecontroller that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,GCControllerAxisInput>GCPhysicalInputProfile. getAxes()NSDictionary<NSString,GCControllerButtonInput>GCPhysicalInputProfile. getButtons()NSDictionary<NSString,GCControllerDirectionPad>GCPhysicalInputProfile. getDpads()NSDictionary<NSString,GCControllerElement>GCPhysicalInputProfile. getElements()NSDictionary<NSString,GCControllerTouchpad>GCPhysicalInputProfile. getTouchpads() -
Uses of NSDictionary in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return NSDictionary Modifier and Type Method Description NSDictionary<NSNumber,UIColor>GKNoise. getGradientColors()NSDictionary<NSString,GKGraph>GKScene. getGraphs()Methods in org.robovm.apple.gameplaykit with parameters of type NSDictionary Modifier and Type Method Description protected static longGKBehavior. create(NSDictionary<GKGoal,NSNumber> weightedGoals)NSObjectGKDecisionTree. findActionForAnswers(NSDictionary<?,?> answers)protected longGKNoise. init(GKNoiseSource noiseSource, NSDictionary<NSNumber,UIColor> gradientColors)voidGKNoise. remapValuesToCurve(NSDictionary<NSNumber,NSNumber> controlPoints)voidGKNoise. setGradientColors(NSDictionary<NSNumber,UIColor> v)Constructors in org.robovm.apple.gameplaykit with parameters of type NSDictionary Constructor Description GKBehavior(NSDictionary<GKGoal,NSNumber> weightedGoals)GKNoise(GKNoiseSource noiseSource, NSDictionary<NSNumber,UIColor> gradientColors) -
Uses of NSDictionary in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSObject>HKMetadata. getDictionary()NSDictionary<NSString,?>HKDeletedObject. getMetadata()NSDictionary<NSString,?>HKWorkoutBuilder. getMetadata()NSDictionary<HKSampleType,NSPredicate>HKCorrelationQuery. getSamplePredicates()Methods in org.robovm.apple.healthkit with parameters of type NSDictionary Modifier and Type Method Description voidHKHeartbeatSeriesBuilder. addMetadata(NSDictionary<NSString,?> metadata, VoidBlock2<Boolean,NSError> completion)voidHKWorkoutBuilder. addMetadata(NSDictionary<NSString,?> metadata, VoidBlock2<Boolean,NSError> completion)voidHKWorkoutRouteBuilder. addMetadata(NSDictionary<NSString,?> metadata, 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, HKQuantity totalFlightsClimbed, HKDevice device, NSDictionary<NSString,?> metadata)static HKWorkoutEventHKWorkoutEvent. create(HKWorkoutEventType type, NSDateInterval dateInterval, NSDictionary<NSString,?> metadata)voidHKWorkoutRouteBuilder. finishRoute(HKWorkout workout, NSDictionary<NSString,?> metadata, VoidBlock2<HKWorkoutRoute,NSError> completion)voidHKQuantitySeriesSampleBuilder. finishSeries(NSDictionary<NSString,?> metadata, NSDate endDate, VoidBlock2<NSArray<HKQuantitySample>,NSError> completion)voidHKQuantitySeriesSampleBuilder. finishSeries(NSDictionary<NSString,?> metadata, VoidBlock2<NSArray<HKQuantitySample>,NSError> completion)protected longHKCorrelationQuery. init(HKCorrelationType correlationType, NSPredicate predicate, NSDictionary<HKSampleType,NSPredicate> samplePredicates, VoidBlock3<HKCorrelationQuery,NSArray<HKCorrelation>,NSError> completion)Method parameters in org.robovm.apple.healthkit with type arguments of type NSDictionary Modifier and Type Method Description voidHKHealthStore. getPreferredUnitsForQuantityTypes(NSSet<HKQuantityType> quantityTypes, VoidBlock2<NSDictionary<HKQuantityType,HKUnit>,NSError> completion)Constructors in org.robovm.apple.healthkit with parameters of type NSDictionary Constructor Description HKAudiogramSample(NSArray<HKAudiogramSensitivityPoint> sensitivityPoints, NSDate startDate, NSDate endDate, NSDictionary<NSString,?> metadata)HKCorrelationQuery(HKCorrelationType correlationType, NSPredicate predicate, NSDictionary<HKSampleType,NSPredicate> samplePredicates, VoidBlock3<HKCorrelationQuery,NSArray<HKCorrelation>,NSError> completion)HKMetadata(NSDictionary<NSString,NSObject> data) -
Uses of NSDictionary in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return NSDictionary Modifier and Type Method Description NSDictionary<NSUUID,NSError>HMError. getFailedAccessories() -
Uses of NSDictionary in org.robovm.apple.iad
Method parameters in org.robovm.apple.iad with type arguments of type NSDictionary Modifier and Type Method Description voidADClient. requestAttributionDetails(VoidBlock2<NSDictionary<?,?>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.5. -
Uses of NSDictionary in org.robovm.apple.identitylookup
Methods in org.robovm.apple.identitylookup that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>ILClassificationResponse. getUserInfo()Methods in org.robovm.apple.identitylookup with parameters of type NSDictionary Modifier and Type Method Description voidILClassificationResponse. setUserInfo(NSDictionary<NSString,?> v) -
Uses of NSDictionary in org.robovm.apple.imagecapturecore
Methods in org.robovm.apple.imagecapturecore that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>ICCameraItem. getMetadata()NSDictionary<NSString,?>ICCameraItem. getMetadataIfAvailable()Methods in org.robovm.apple.imagecapturecore with parameters of type NSDictionary Modifier and Type Method Description voidICCameraDeviceDownloadDelegate. didDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo)voidICCameraDeviceDownloadDelegateAdapter. didDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo)voidICCameraDeviceDelegate. didReceiveMetadata(ICCameraDevice camera, NSDictionary<?,?> metadata, ICCameraItem item, NSError error)voidICCameraDeviceDelegateAdapter. didReceiveMetadata(ICCameraDevice camera, NSDictionary<?,?> metadata, ICCameraItem item, NSError error)voidICDeviceDelegate. didReceiveStatusInformation(ICDevice device, NSDictionary<NSString,?> status)voidICDeviceDelegateAdapter. didReceiveStatusInformation(ICDevice device, NSDictionary<NSString,?> status)voidICDevice. requestCloseSession(NSDictionary<NSString,?> options, VoidBlock1<NSError> completion)NSProgressICCameraFile. requestDownload(NSDictionary<NSString,?> options, VoidBlock2<NSString,NSError> completion)voidICCameraDevice. requestDownloadFile(ICCameraFile file, NSDictionary<NSString,?> options, ICCameraDeviceDownloadDelegate downloadDelegate, Selector selector, VoidPtr contextInfo)voidICCameraFile. requestMetadataDictionary(NSDictionary<NSString,?> options, VoidBlock2<NSDictionary<?,?>,NSError> completion)voidICDevice. requestOpenSession(NSDictionary<NSString,?> options, VoidBlock1<NSError> completion)voidICCameraFile. requestThumbnailData(NSDictionary<NSString,?> options, VoidBlock2<NSData,NSError> completion)Method parameters in org.robovm.apple.imagecapturecore with type arguments of type NSDictionary Modifier and Type Method Description NSProgressICCameraDevice. requestDeleteFiles(NSArray<ICCameraItem> files, VoidBlock1<NSDictionary<NSString,ICCameraItem>> deleteFailed, VoidBlock2<NSDictionary<?,?>,NSError> completion)NSProgressICCameraDevice. requestDeleteFiles(NSArray<ICCameraItem> files, VoidBlock1<NSDictionary<NSString,ICCameraItem>> deleteFailed, VoidBlock2<NSDictionary<?,?>,NSError> completion)voidICCameraFile. requestMetadataDictionary(NSDictionary<NSString,?> options, VoidBlock2<NSDictionary<?,?>,NSError> completion) -
Uses of NSDictionary in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return NSDictionary Modifier and Type Method Description NSDictionaryCGImageSource. copyAuxiliaryDataInfoAtIndex(long index, String auxiliaryImageDataType)Methods in org.robovm.apple.imageio with parameters of type NSDictionary Modifier and Type Method Description voidCGImageDestination. addAuxiliaryDataInfo(String auxiliaryImageDataType, NSDictionary auxiliaryDataInfoDictionary)voidCGImageDestination. addImageAndMetadata(CGImage image, CGImageMetadata metadata, NSDictionary options)static CGImageDestinationCGImageDestination. create(CGDataConsumer consumer, String type, long count, NSDictionary options)static CGImageDestinationCGImageDestination. create(NSData data, String type, long count, NSDictionary options)static CGImageDestinationCGImageDestination. create(NSURL url, String type, long count, NSDictionary options)NSDataCGImageMetadata. createXMPData(NSDictionary options) -
Uses of NSDictionary in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>INGetCarPowerLevelStatusIntentResponse. getChargingFormulaArguments()NSDictionary<NSString,?>INGetCarPowerLevelStatusIntentResponse. getConsumptionFormulaArguments()NSDictionary<NSString,?>INPlayMediaIntentResponse. getNowPlayingInfo()Methods in org.robovm.apple.intents with parameters of type NSDictionary Modifier and Type Method Description voidINGetCarPowerLevelStatusIntentResponse. setChargingFormulaArguments(NSDictionary<NSString,?> v)voidINGetCarPowerLevelStatusIntentResponse. setConsumptionFormulaArguments(NSDictionary<NSString,?> v)voidINPlayMediaIntentResponse. setNowPlayingInfo(NSDictionary<NSString,?> v) -
Uses of NSDictionary in org.robovm.apple.iosurface
Methods in org.robovm.apple.iosurface that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>IOSurface. allAttachments()NSDictionaryIOSurface. iOSurfaceCopyAllValues()Methods in org.robovm.apple.iosurface with parameters of type NSDictionary Modifier and Type Method Description protected longIOSurface. init(NSDictionary<?,?> properties)static IOSurfaceIOSurface. iOSurfaceCreate(NSDictionary properties)voidIOSurface. iOSurfaceSetValues(NSDictionary keysAndValues)voidIOSurface. setAllAttachments(NSDictionary<NSString,?> dict)Constructors in org.robovm.apple.iosurface with parameters of type NSDictionary Constructor Description IOSurface(NSDictionary<?,?> properties) -
Uses of NSDictionary in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type NSDictionary Modifier and Type Method Description voidMKMapItem. openInMaps(NSDictionary<NSString,?> launchOptions, UIScene scene, VoidBooleanBlock completion)static voidMKMapItem. openMaps(NSArray<MKMapItem> mapItems, NSDictionary<NSString,?> launchOptions, UIScene scene, VoidBooleanBlock completion) -
Uses of NSDictionary in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return NSDictionary Modifier and Type Method Description NSDictionaryMPTimedMetadata. getAllMetadata()Deprecated.Deprecated in iOS 9.0.NSDictionary<NSString,?>MPMusicPlayerPlayParameters. getDictionary()Methods in org.robovm.apple.mediaplayer with parameters of type NSDictionary Modifier and Type Method Description protected longMPMusicPlayerPlayParameters. init(NSDictionary<NSString,?> dictionary)Constructors in org.robovm.apple.mediaplayer with parameters of type NSDictionary Constructor Description MPMusicPlayerPlayParameters(NSDictionary<NSString,?> dictionary) -
Uses of NSDictionary in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,MTLFunctionConstant>MTLFunction. getFunctionConstantsDictionary()NSDictionary<?,?>MTLLinkedFunctions. getGroups()Methods in org.robovm.apple.metal with parameters of type NSDictionary Modifier and Type Method Description voidMTLLinkedFunctions. setGroups(NSDictionary<?,?> v) -
Uses of NSDictionary in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return NSDictionary Modifier and Type Method Description static NSDictionary<?,?>MPSKeyedUnarchiver. unarchivedDictionary(Class<?> keyCls, Class<?> valueCls, NSData data, NSError.NSErrorPtr error)static NSDictionary<?,?>MPSKeyedUnarchiver. unarchivedDictionary(NSSet<?> keyClasses, NSSet<?> valueClasses, NSData data, NSError.NSErrorPtr error) -
Uses of NSDictionary in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return types with arguments of type NSDictionary Modifier and Type Method Description VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError>MPSGraphExecutionDescriptor. getCompletionHandler()VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError>MPSGraphExecutionDescriptor. getScheduledHandler()Method parameters in org.robovm.apple.metalpsgraph with type arguments of type NSDictionary Modifier and Type Method Description voidMPSGraphExecutionDescriptor. setCompletionHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v)voidMPSGraphExecutionDescriptor. setScheduledHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) -
Uses of NSDictionary in org.robovm.apple.metrickit
Methods in org.robovm.apple.metrickit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>MXDiagnostic. dictionaryRepresentation()NSDictionary<?,?>MXDiagnosticPayload. dictionaryRepresentation()NSDictionary<?,?>MXMetaData. dictionaryRepresentation()NSDictionary<?,?>MXMetric. dictionaryRepresentation()NSDictionary<?,?>MXMetricPayload. dictionaryRepresentation()NSDictionary<?,?>MXMetaData. DictionaryRepresentation()Deprecated.Use dictionaryRepresentationNSDictionary<?,?>MXMetric. DictionaryRepresentation()Deprecated.Use dictionaryRepresentationNSDictionary<?,?>MXMetricPayload. DictionaryRepresentation()Deprecated.Use dictionaryRepresentation -
Uses of NSDictionary in org.robovm.apple.mlcompute
-
Uses of NSDictionary in org.robovm.apple.mobilecoreservices
Methods in org.robovm.apple.mobilecoreservices that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSObject>UTTypeDeclaration. getTagSpecification()Methods in org.robovm.apple.mobilecoreservices with parameters of type NSDictionary Modifier and Type Method Description UTTypeDeclarationUTTypeDeclaration. setTagSpecification(NSDictionary<NSString,NSObject> tagSpecification) -
Uses of NSDictionary in org.robovm.apple.naturallanguage
Methods in org.robovm.apple.naturallanguage that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,NSNumber>NLLanguageRecognizer. create(long maxHypotheses)NSDictionary<NSString,NSNumber>NLLanguageRecognizer. getLanguageHints()NSDictionary<NSString,NSNumber>NLModel. getPredictedLabelHypothesesForString(String string, long maximumCount)NSDictionary<NSString,NSNumber>NLTagger. getTagHypotheses(long characterIndex, NLTokenUnit unit, NLTagScheme scheme, long maximumCount, NSRange tokenRange)Methods in org.robovm.apple.naturallanguage with parameters of type NSDictionary Modifier and Type Method Description protected static longNLEmbedding. create(NSDictionary<?,?> dictionary, NLLanguage language, long revision, NSURL url, NSError.NSErrorPtr error)protected longNLGazetteer. init(NSDictionary<?,?> dictionary, NLLanguage language, NSError.NSErrorPtr error)voidNLLanguageRecognizer. setLanguageHints(NSDictionary<NSString,NSNumber> v)Constructors in org.robovm.apple.naturallanguage with parameters of type NSDictionary Constructor Description NLEmbedding(NSDictionary<?,?> dictionary, NLLanguage language, long revision, NSURL url)NLGazetteer(NSDictionary<?,?> dictionary, NLLanguage language, NSError.NSErrorPtr error) -
Uses of NSDictionary in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>NEAppPushManager. getProviderConfiguration()NSDictionary<NSString,?>NEAppPushProvider. getProviderConfiguration()NSDictionary<NSString,?>NEDNSProxyProviderProtocol. getProviderConfiguration()NSDictionary<NSString,?>NETunnelProviderProtocol. getProviderConfiguration()NSDictionary<?,?>NEFilterControlProvider. getRemediationMap()NSDictionary<NSString,NSString>NEFilterControlProvider. getURLAppendStringMap()NSDictionary<NSString,?>NEFilterProviderConfiguration. getVendorConfiguration()Methods in org.robovm.apple.networkextension with parameters of type NSDictionary Modifier and Type Method Description voidNEAppPushDelegate. didReceiveIncomingCall(NEAppPushManager manager, NSDictionary<?,?> userInfo)voidNEAppPushDelegateAdapter. didReceiveIncomingCall(NEAppPushManager manager, NSDictionary<?,?> userInfo)static booleanNEHotspotHelper. register(NSDictionary<NSString,?> options, DispatchQueue queue, VoidBlock1<NEHotspotHelperCommand> handler)voidNEAppPushProvider. reportIncomingCall(NSDictionary<?,?> userInfo)voidNEAppPushManager. setProviderConfiguration(NSDictionary<NSString,?> v)voidNEDNSProxyProviderProtocol. setProviderConfiguration(NSDictionary<NSString,?> v)voidNETunnelProviderProtocol. setProviderConfiguration(NSDictionary<NSString,?> v)voidNEFilterControlProvider. setRemediationMap(NSDictionary<?,?> v)voidNEFilterControlProvider. setURLAppendStringMap(NSDictionary<NSString,NSString> v)voidNEFilterProviderConfiguration. setVendorConfiguration(NSDictionary<NSString,?> v)voidNEAppProxyProvider. startProxy(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)voidNEDNSProxyProvider. startProxy(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)voidNEPacketTunnelProvider. startTunnel(NSDictionary<NSString,?> options, VoidBlock1<NSError> completionHandler)booleanNETunnelProviderSession. startTunnel(NSDictionary<NSString,?> options, NSError.NSErrorPtr error)booleanNEVPNConnection. startVPNTunnel(NSDictionary<NSString,?> options) -
Uses of NSDictionary in org.robovm.apple.newsstandkit
Methods in org.robovm.apple.newsstandkit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>NKAssetDownload. getUserInfo()Deprecated.Methods in org.robovm.apple.newsstandkit with parameters of type NSDictionary Modifier and Type Method Description voidNKAssetDownload. setUserInfo(NSDictionary<?,?> v)Deprecated. -
Uses of NSDictionary in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>PKPass. getUserInfo()Methods in org.robovm.apple.passkit with parameters of type NSDictionary Modifier and Type Method Description protected longPKPaymentMerchantSession. init(NSDictionary<?,?> dictionary)Constructors in org.robovm.apple.passkit with parameters of type NSDictionary Constructor Description PKPaymentMerchantSession(NSDictionary<?,?> dictionary) -
Uses of NSDictionary in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>PDFAnnotation. getAnnotationKeyValues()NSDictionary<?,?>PDFAppearanceCharacteristics. getAppearanceCharacteristicsKeyValues()NSDictionary<?,?>PDFBorder. getBorderKeyValues()NSDictionary<?,?>PDFDocument. getDocumentAttributes()Methods in org.robovm.apple.pdfkit with parameters of type NSDictionary Modifier and Type Method Description NSDataPDFDocument. dataRepresentation(NSDictionary<?,?> options)protected longPDFAnnotation. init(CGRect bounds, String annotationType, NSDictionary<?,?> properties)voidPDFDocument. setDocumentAttributes(NSDictionary<?,?> v)voidPDFView. usePageViewController(boolean enable, NSDictionary<?,?> viewOptions)booleanPDFDocument. writeToFile(String path, NSDictionary<NSString,?> options)booleanPDFDocument. writeToURL(NSURL url, NSDictionary<NSString,?> options)Constructors in org.robovm.apple.pdfkit with parameters of type NSDictionary Constructor Description PDFAnnotation(CGRect bounds, String annotationType, NSDictionary<?,?> properties) -
Uses of NSDictionary in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,PHCloudIdentifierMapping>PHPhotoLibrary. cloudIdentifierMappingsForLocalIdentifiers(NSArray<NSString> localIdentifiers)NSDictionary<PHCloudIdentifier,PHLocalIdentifierMapping>PHPhotoLibrary. localIdentifierMappingsForCloudIdentifiers(NSArray<PHCloudIdentifier> cloudIdentifiers)Methods in org.robovm.apple.photos that return types with arguments of type NSDictionary Modifier and Type Method Description VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHImageRequestOptions. getProgressHandler()VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHLivePhotoRequestOptions. getProgressHandler()VoidBlock4<Double,NSError,BooleanPtr,NSDictionary<?,?>>PHVideoRequestOptions. getProgressHandler()Methods in org.robovm.apple.photos with parameters of type NSDictionary Modifier and Type Method Description voidPHLivePhotoEditingContext. prepareLivePhotoForPlayback(CGSize targetSize, NSDictionary<NSString,?> options, VoidBlock2<PHLivePhoto,NSError> handler)voidPHLivePhotoEditingContext. saveLivePhoto(PHContentEditingOutput output, NSDictionary<NSString,?> options, VoidBlock2<Boolean,NSError> handler) -
Uses of NSDictionary in org.robovm.apple.pushkit
Methods in org.robovm.apple.pushkit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>PKPushPayload. getDictionaryPayload() -
Uses of NSDictionary in org.robovm.apple.quicklook
Methods in org.robovm.apple.quicklook that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,QLPreviewReplyAttachment>QLPreviewReply. getAttachments()Methods in org.robovm.apple.quicklook with parameters of type NSDictionary Modifier and Type Method Description voidQLPreviewReply. setAttachments(NSDictionary<NSString,QLPreviewReplyAttachment> v) -
Uses of NSDictionary in org.robovm.apple.replaykit
Methods in org.robovm.apple.replaykit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>RPBroadcastController. getServiceInfo()NSDictionary<?,?>RPBroadcastConfiguration. getVideoCompressionProperties()Deprecated.Methods in org.robovm.apple.replaykit with parameters of type NSDictionary Modifier and Type Method Description voidRPBroadcastSampleHandler. broadcastAnnotated(NSDictionary<?,?> applicationInfo)voidRPBroadcastSampleHandler. broadcastStarted(NSDictionary<NSString,?> setupInfo)voidRPBroadcastControllerDelegate. didUpdateServiceInfo(RPBroadcastController broadcastController, NSDictionary<?,?> serviceInfo)voidRPBroadcastMP4ClipHandler. processMP4Clip(NSURL mp4ClipURL, NSDictionary<NSString,?> setupInfo, boolean finished)Deprecated.voidRPBroadcastConfiguration. setVideoCompressionProperties(NSDictionary<?,?> v)Deprecated.voidRPBroadcastHandler. updateServiceInfo(NSDictionary<?,?> serviceInfo) -
Uses of NSDictionary in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>SCNTechnique. getDictionaryRepresentation()NSDictionary<NSString,?>SCNPhysicsShape. getOptions()Methods in org.robovm.apple.scenekit with parameters of type NSDictionary Modifier and Type Method Description static SCNRendererSCNRenderer. create(MTLDevice device, NSDictionary<?,?> options)static SCNRendererSCNRenderer. create(EAGLContext context, NSDictionary<?,?> options)static SCNTechniqueSCNTechnique. create(NSDictionary<NSString,?> dictionary)protected longSCNView. init(CGRect frame, NSDictionary<NSString,?> options)booleanSCNScene. writeToURL(NSURL url, NSDictionary<NSString,?> options, SCNSceneExportDelegate delegate, VoidBlock3<Float,NSError,BooleanPtr> progressHandler)Constructors in org.robovm.apple.scenekit with parameters of type NSDictionary Constructor Description SCNView(CGRect frame, NSDictionary<NSString,?> options) -
Uses of NSDictionary in org.robovm.apple.security
Methods in org.robovm.apple.security that return NSDictionary Modifier and Type Method Description NSDictionarySecKey. copyAttributes()Methods in org.robovm.apple.security with parameters of type NSDictionary Modifier and Type Method Description NSDataSecKey. copyKeyExchangeResult(String algorithm, SecKey publicKey, NSDictionary parameters)static SecKeySecKey. createRandomKey(NSDictionary parameters)static SecKeySecKey. createWithData(NSData keyData, NSDictionary attributes) -
Uses of NSDictionary in org.robovm.apple.sensorkit
Methods in org.robovm.apple.sensorkit that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>SRDeviceUsageReport. getApplicationUsageByCategory()NSDictionary<?,?>SRDeviceUsageReport. getNotificationUsageByCategory()NSDictionary<?,?>SRDeviceUsageReport. getWebUsageByCategory() -
Uses of NSDictionary in org.robovm.apple.shazamkit
Methods in org.robovm.apple.shazamkit with parameters of type NSDictionary Modifier and Type Method Description protected static longSHMediaItem. create(NSDictionary<NSString,?> properties)Constructors in org.robovm.apple.shazamkit with parameters of type NSDictionary Constructor Description SHMediaItem(NSDictionary<NSString,?> properties) -
Uses of NSDictionary in org.robovm.apple.social
Methods in org.robovm.apple.social that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>SLRequest. getParameters()Methods in org.robovm.apple.social with parameters of type NSDictionary Modifier and Type Method Description protected static longSLRequest. create(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters)Constructors in org.robovm.apple.social with parameters of type NSDictionary Constructor Description SLRequest(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters) -
Uses of NSDictionary in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,SKAttributeValue>SKEffectNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKEmitterNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKNode. getAttributeValues()Deprecated.Deprecated in iOS 10.0.NSDictionary<NSString,SKAttributeValue>SKShapeNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKSpriteNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKTileMapNode. getAttributeValues()Methods in org.robovm.apple.spritekit with parameters of type NSDictionary Modifier and Type Method Description protected static longSKTextureAtlas. create(NSDictionary<NSString,?> properties)voidSKEffectNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKEmitterNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)Deprecated.Deprecated in iOS 10.0.voidSKShapeNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKSpriteNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKTileMapNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v) -
Uses of NSDictionary in org.robovm.apple.twitter
Methods in org.robovm.apple.twitter that return NSDictionary Modifier and Type Method Description NSDictionaryTWRequest. getParameters()Deprecated.Methods in org.robovm.apple.twitter with parameters of type NSDictionary Modifier and Type Method Description protected longTWRequest. init(NSURL url, NSDictionary parameters, TWRequestMethod requestMethod)Deprecated.Constructors in org.robovm.apple.twitter with parameters of type NSDictionary Constructor Description TWRequest(NSURL url, NSDictionary parameters, TWRequestMethod requestMethod)Deprecated. -
Uses of NSDictionary in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type NSDictionary Modifier and Type Method Description Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>>UIButtonConfiguration. getSubtitleTextAttributesTransformer()Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>>UIButtonConfiguration. getSubtitleTextAttributesTransformer()Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>>UIButtonConfiguration. getTitleTextAttributesTransformer()Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>>UIButtonConfiguration. getTitleTextAttributesTransformer()Methods in org.robovm.apple.uikit with parameters of type NSDictionary Modifier and Type Method Description CGRectNSTextAttachment. attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer, CGRect proposedLineFragment, CGPoint position)CGRectNSTextAttachmentLayout. attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer, CGRect proposedLineFragment, CGPoint position)CGRectNSTextAttachmentLayoutAdapter. attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer, CGRect proposedLineFragment, CGPoint position)CGRectNSTextAttachmentViewProvider. attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer, CGRect proposedLineFragment, CGPoint position)voidUIGraphicsPDFRendererContext. beginPage(CGRect bounds, NSDictionary<NSString,?> pageInfo)protected static longUIPrintInfo. create(NSDictionary<?,?> dictionary)static voidNSStringExtensions. draw(long thiz, CGPoint point, NSDictionary<NSString,?> attrs)static voidNSStringExtensions. draw(long thiz, CGRect rect, NSDictionary<NSString,?> attrs)static voidNSStringExtensions. draw(long thiz, CGRect rect, NSStringDrawingOptions options, NSDictionary<NSString,?> attributes, NSStringDrawingContext context)static CGRectNSStringExtensions. getBoundingRect(long thiz, CGSize size, NSStringDrawingOptions options, NSDictionary<NSString,?> attributes, NSStringDrawingContext context)static CGSizeNSStringExtensions. getSize(long thiz, NSDictionary<NSString,?> attrs)voidUIApplicationDelegate. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. handleWatchKitExtensionRequest(UIApplication application, NSDictionary<?,?> userInfo, VoidBlock1<NSDictionary<?,?>> reply)voidUIApplicationDelegateAdapter. handleWatchKitExtensionRequest(UIApplication application, NSDictionary<?,?> userInfo, VoidBlock1<NSDictionary<?,?>> reply)UIImageNSTextAttachment. imageForBounds(CGRect bounds, NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer)UIImageNSTextAttachmentLayout. imageForBounds(CGRect bounds, NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer)UIImageNSTextAttachmentLayoutAdapter. imageForBounds(CGRect bounds, NSDictionary<NSString,?> attributes, NSTextLocation location, NSTextContainer textContainer)protected longNSTextLineFragment. init(String string, NSDictionary<NSString,?> attributes, NSRange range)protected longUIApplicationShortcutItem. init(String type, String localizedTitle, String localizedSubtitle, UIApplicationShortcutIcon icon, NSDictionary<?,?> userInfo)NSDictionary<NSString,?>NSTextLayoutManagerDelegate. renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)NSDictionary<NSString,?>NSTextLayoutManagerDelegateAdapter. renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)voidUITabBarItem. setBadgeTextAttributes(NSDictionary<NSString,?> textAttributes, UIControlState state)voidUITabBarItemStateAppearance. setBadgeTextAttributes(NSDictionary<NSString,?> v)voidUITextField. setDefaultTextAttributesDictionary(NSDictionary<NSString,?> v)voidUIGraphicsPDFRendererFormat. setDocumentInfo(NSDictionary<NSString,?> v)voidUINavigationBar. setLargeTitleTextAttributes(NSDictionary<NSString,?> v)voidUINavigationBarAppearance. setLargeTitleTextAttributes(NSDictionary<NSString,?> v)voidUITextView. setLinkTextAttributesDictionary(NSDictionary<NSString,?> v)voidUIMutableUserNotificationAction. setParameters(NSDictionary<?,?> v)Deprecated.voidUIUserNotificationAction. setParameters(NSDictionary<?,?> v)Deprecated.voidNSTextLayoutManager. setRenderingAttributes(NSDictionary<NSString,?> renderingAttributes, NSTextRange textRange)voidUISearchBar. setScopeBarButtonTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes, UIControlState state)voidUITextFormattingCoordinator. setSelectedAttributes(NSDictionary<NSString,?> attributes, boolean flag)voidUIBarButtonItemStateAppearance. setTitleTextAttributes(NSDictionary<NSString,?> v)voidUINavigationBarAppearance. setTitleTextAttributes(NSDictionary<NSString,?> v)voidUITabBarItemStateAppearance. setTitleTextAttributes(NSDictionary<NSString,?> v)voidUIBarItem. setTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes, UIControlState state)voidUINavigationBar. setTitleTextAttributesDictionary(NSDictionary<NSString,?> v)voidUISegmentedControl. setTitleTextAttributesDictionary(NSDictionary<NSString,?> attributes, UIControlState state)voidNSTextSelection. setTypingAttributes(NSDictionary<NSString,?> v)voidUITextField. setTypingAttributesDictionary(NSDictionary<NSString,?> v)voidUITextView. setTypingAttributesDictionary(NSDictionary<NSString,?> v)voidUIApplicationShortcutItem. setUserInfo(NSDictionary<?,?> v)voidUILocalNotification. setUserInfo(NSDictionary<?,?> v)Deprecated.voidUIMutableApplicationShortcutItem. setUserInfo(NSDictionary<?,?> v)voidUISceneSession. setUserInfo(NSDictionary<NSString,?> v)protected voidNSLayoutManager. showCGGlyphs(long glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)Deprecated.Deprecated in iOS 13.0.voidNSLayoutManager. showCGGlyphs(short[] glyphs, CGPoint[] positions, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext graphicsContext)voidNSLayoutManager. showCGGlyphs(ShortPtr glyphs, CGPoint positions, long glyphCount, UIFont font, CGAffineTransform textMatrix, NSDictionary<NSString,?> attributes, CGContext CGContext)Constructors in org.robovm.apple.uikit with parameters of type NSDictionary Constructor Description NSAttributedStringAttributes(NSDictionary data)NSTextLineFragment(String string, NSDictionary<NSString,?> attributes, NSRange range)UIApplicationShortcutItem(String type, String localizedTitle, String localizedSubtitle, UIApplicationShortcutIcon icon, NSDictionary<?,?> userInfo)UIMotionEffectViewerOffsetValues(NSDictionary<NSString,NSObject> data)UIMutableApplicationShortcutItem(String type, String localizedTitle, String localizedSubtitle, UIApplicationShortcutIcon icon, NSDictionary<?,?> userInfo)UIPrintInfo(NSDictionary<?,?> dictionary)UIRemoteNotification(NSDictionary<NSString,NSObject> data) -
Uses of NSDictionary in org.robovm.apple.uniformtypeid
Methods in org.robovm.apple.uniformtypeid that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>UTType. getTags() -
Uses of NSDictionary in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return NSDictionary Modifier and Type Method Description NSDictionary<?,?>UNMutableNotificationContent. getUserInfo()NSDictionary<?,?>UNNotificationContent. getUserInfo()Methods in org.robovm.apple.usernotifications with parameters of type NSDictionary Modifier and Type Method Description protected static longUNNotificationAttachment. create(String identifier, NSURL URL, NSDictionary<?,?> options, NSError.NSErrorPtr error)voidUNMutableNotificationContent. setUserInfo(NSDictionary<?,?> v)Constructors in org.robovm.apple.usernotifications with parameters of type NSDictionary Constructor Description UNNotificationAttachment(String identifier, NSURL URL, NSDictionary<?,?> options) -
Uses of NSDictionary in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,VNRecognizedPoint>VNRecognizedPointsObservation. getRecognizedPoints(VNRecognizedPointGroupKey groupKey)NSDictionary<NSString,VNRecognizedPoint>VNHumanBodyPoseObservation. recognizedPoints(VNHumanBodyPoseObservationJointsGroupName jointsGroupName)NSDictionary<NSString,VNRecognizedPoint>VNHumanHandPoseObservation. recognizedPoints(VNHumanHandPoseObservationJointsGroupName jointsGroupName)Methods in org.robovm.apple.vision with parameters of type NSDictionary Modifier and Type Method Description booleanVNVideoProcessor. addRequest(VNRequest request, NSDictionary<NSString,?> processingOptions)Deprecated.Deprecated in iOS 14.0. -
Uses of NSDictionary in org.robovm.apple.watchconnectivity
Methods in org.robovm.apple.watchconnectivity that return NSDictionary Modifier and Type Method Description NSDictionary<NSString,?>WCSession. getApplicationContext()NSDictionary<NSString,?>WCSessionFile. getMetadata()NSDictionary<NSString,?>WCSession. getReceivedApplicationContext()NSDictionary<NSString,?>WCSessionUserInfoTransfer. getUserInfo()Method parameters in org.robovm.apple.watchconnectivity with type arguments of type NSDictionary Modifier and Type Method Description voidWCSessionDelegate. didReceiveMessage(WCSession session, NSDictionary<NSString,?> message, VoidBlock1<NSDictionary<NSString,?>> replyHandler)voidWCSessionDelegateAdapter. didReceiveMessage(WCSession session, NSDictionary<NSString,?> message, VoidBlock1<NSDictionary<NSString,?>> replyHandler)voidWCSession. sendMessage(NSDictionary<NSString,?> message, VoidBlock1<NSDictionary<NSString,?>> replyHandler, VoidBlock1<NSError> errorHandler) -
Uses of NSDictionary in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type NSDictionary Modifier and Type Method Description voidWKInterfaceController. handleUserActivity(NSDictionary<?,?> userInfo)static booleanWKInterfaceController. openParentApplication(NSDictionary<?,?> userInfo, VoidBlock2<NSDictionary<?,?>,NSError> reply)voidWKInterfaceController. updateUserActivity(String type, NSDictionary<?,?> userInfo, NSURL webpageURL)Method parameters in org.robovm.apple.watchkit with type arguments of type NSDictionary Modifier and Type Method Description static booleanWKInterfaceController. openParentApplication(NSDictionary<?,?> userInfo, VoidBlock2<NSDictionary<?,?>,NSError> reply) -
Uses of NSDictionary in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit with parameters of type NSDictionary Modifier and Type Method Description voidWKWebView. callAsyncJavaScript(String functionBody, NSDictionary<NSString,?> arguments, WKFrameInfo frame, WKContentWorld contentWorld, VoidBlock2<NSObject,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)Method parameters in org.robovm.apple.webkit with type arguments of type NSDictionary Modifier and Type Method Description static voidNSAttributedStringExtensions. loadFromHTML(String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)static voidNSAttributedStringExtensions. loadFromHTML(NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, String string, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSData data, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURLRequest request, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)protected static voidNSAttributedStringExtensions. loadFromHTML(ObjCClass clazz, NSURL fileURL, NSDictionary<?,?> options, VoidBlock3<NSAttributedString,NSDictionary<NSString,?>,NSError> completionHandler)