Uses of Interface
org.robovm.apple.foundation.NSPropertyList
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.avfoundation | |
| org.robovm.apple.corespotlight | |
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSPropertyList in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return NSPropertyList Modifier and Type Method Description NSPropertyListAUPresetEvent. getPreset()Methods in org.robovm.apple.audiotoolbox with parameters of type NSPropertyList Modifier and Type Method Description AUPresetEventAUPresetEvent. setPreset(NSPropertyList preset)Constructors in org.robovm.apple.audiotoolbox with parameters of type NSPropertyList Constructor Description AUPresetEvent(AUScope scope, int element, NSPropertyList preset) -
Uses of NSPropertyList in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return NSPropertyList Modifier and Type Method Description static NSPropertyListAVTextStyleRule. createPropertyList(NSArray<AVTextStyleRule> textStyleRules)NSPropertyListAVMediaSelectionOption. getPropertyList()Methods in org.robovm.apple.avfoundation with parameters of type NSPropertyList Modifier and Type Method Description static NSArray<AVTextStyleRule>AVTextStyleRule. createTextStyleRulesArray(NSPropertyList plist)AVMediaSelectionOptionAVMediaSelectionGroup. getMediaSelectionOption(NSPropertyList plist) -
Uses of NSPropertyList in org.robovm.apple.corespotlight
Classes in org.robovm.apple.corespotlight that implement NSPropertyList Modifier and Type Class Description classCSLocalizedString -
Uses of NSPropertyList in org.robovm.apple.foundation
Classes in org.robovm.apple.foundation that implement NSPropertyList Modifier and Type Class Description classNSArray<T extends NSObject>classNSDataclassNSDateclassNSDecimalNumberclassNSDictionary<K extends NSObject,V extends NSObject>classNSMutableArray<T extends NSObject>classNSMutableDataclassNSMutableDictionary<K extends NSObject,V extends NSObject>classNSMutableStringclassNSNumberclassNSStringMethods in org.robovm.apple.foundation that return NSPropertyList Modifier and Type Method Description static NSPropertyListNSPropertyListSerialization. getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt)protected static NSPropertyListNSPropertyListSerialization. getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format)protected static NSPropertyListNSPropertyListSerialization. getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format, NSString.NSStringPtr errorString)Deprecated.Deprecated in iOS 8.0.static NSPropertyListNSPropertyListSerialization. getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt)protected static NSPropertyListNSPropertyListSerialization. getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format)Methods in org.robovm.apple.foundation with parameters of type NSPropertyList Modifier and Type Method Description static NSDataNSPropertyListSerialization. getDataFromPropertyList(NSPropertyList plist, NSPropertyListFormat format, long opt)static booleanNSPropertyListSerialization. isPropertyListValidForFormat(NSPropertyList plist, NSPropertyListFormat format)static longNSPropertyListSerialization. writePropertyListToStream(NSPropertyList plist, NSOutputStream stream, NSPropertyListFormat format, long opt) -
Uses of NSPropertyList in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type NSPropertyList Modifier and Type Method Description booleanUIApplicationDelegate. openURL(UIApplication application, NSURL url, String sourceApplication, NSPropertyList annotation)Deprecated.Deprecated in iOS 9.0.booleanUIApplicationDelegateAdapter. openURL(UIApplication application, NSURL url, String sourceApplication, NSPropertyList annotation)Deprecated.Deprecated in iOS 9.0.