Package org.robovm.apple.assetslibrary
Class ALAssetProperty.Values
java.lang.Object
org.robovm.apple.assetslibrary.ALAssetProperty.Values
- Enclosing class:
- ALAssetProperty
public static class ALAssetProperty.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static NSStringAssetURL()Deprecated.Deprecated in iOS 9.0.static NSStringDate()Deprecated.Deprecated in iOS 9.0.static NSStringDuration()Deprecated.Deprecated in iOS 9.0.static NSStringLocation()Deprecated.Deprecated in iOS 9.0.static NSStringOrientation()Deprecated.Deprecated in iOS 9.0.static NSStringRepresentations()Deprecated.Deprecated in iOS 9.0.static NSStringType()Deprecated.Deprecated in iOS 9.0.static NSStringURLs()Deprecated.Deprecated in iOS 9.0.
-
Constructor Details
-
Values
public Values()
-
-
Method 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
-