Package org.robovm.apple.assetslibrary
Class ALAssetProperty
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.assetslibrary.ALAssetProperty
public class ALAssetProperty extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAssetProperty.AsListMarshalerstatic classALAssetProperty.Marshalerstatic classALAssetProperty.Values -
Field Summary
Fields Modifier and Type Field Description static ALAssetPropertyAssetURLDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyDateDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyDurationDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyLocationDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyOrientationDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyRepresentationsDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyTypeDeprecated.Deprecated in iOS 9.0.static ALAssetPropertyURLsDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static ALAssetPropertyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Type
Deprecated.Deprecated in iOS 9.0. Use the mediaType property on a PHAsset from the Photos framework instead -
Location
Deprecated.Deprecated in iOS 9.0. Use the location property on a PHAsset from the Photos framework instead -
Duration
Deprecated.Deprecated in iOS 9.0. Use the duration property on a PHAsset from the Photos framework instead -
Orientation
Deprecated.Deprecated in iOS 9.0. Use the orientation of the UIImage returned for a PHAsset via the PHImageManager from the Photos framework instead -
Date
Deprecated.Deprecated in iOS 9.0. Use the creationDate property on a PHAsset from the Photos framework instead -
Representations
Deprecated.Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead -
URLs
Deprecated.Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead -
AssetURL
Deprecated.Deprecated in iOS 9.0. Use the localIdentifier property on a PHAsset (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead
-
-
Method Details
-
valueOf
-