Uses of Class
org.robovm.apple.foundation.NSURLProperty
-
Packages that use NSURLProperty Package Description org.robovm.apple.foundation -
-
Uses of NSURLProperty in org.robovm.apple.foundation
Subclasses of NSURLProperty in org.robovm.apple.foundation Modifier and Type Class Description class
NSURLFileProperty
class
NSURLFileSystemProperty
class
NSURLUbiquitousItemProperty
class
NSURLVolumeProperty
Methods in org.robovm.apple.foundation that return NSURLProperty Modifier and Type Method Description static NSURLProperty
NSURLProperty. valueOf(NSString value)
Methods in org.robovm.apple.foundation that return types with arguments of type NSURLProperty Modifier and Type Method Description java.util.List<NSURLProperty>
NSURLError. getUnsetProperties()
static java.util.List<NSURLProperty>
NSURLProperty.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.foundation with parameters of type NSURLProperty Modifier and Type Method Description NSObject
NSURL. getPromisedItemResourceValue(NSURLProperty key)
Method parameters in org.robovm.apple.foundation with type arguments of type NSURLProperty Modifier and Type Method Description NSURLProperties
NSURL. getPromisedItemResourceValues(java.util.List<NSURLProperty> keys)
NSURLProperties
NSURL. getResourceValues(java.util.List<NSURLProperty> keys)
static NSURLProperties
NSURL. getResourceValuesFromBookmarkData(java.util.List<NSURLProperty> keys, NSData bookmarkData)
NSData
NSURL. toBookmarkData(NSURLBookmarkCreationOptions options, java.util.List<NSURLProperty> keys, NSURL relativeURL)
static long
NSURLProperty.AsListMarshaler. toNative(java.util.List<NSURLProperty> l, long flags)
-