Class ALAssetProperty.Values

java.lang.Object
org.robovm.apple.assetslibrary.ALAssetProperty.Values
Enclosing class:
ALAssetProperty

public static class ALAssetProperty.Values
extends Object
  • Constructor Details

  • Method Details

    • Type

      @Deprecated public static NSString Type()
      Deprecated.
      Deprecated in iOS 9.0. Use the mediaType property on a PHAsset from the Photos framework instead
    • Location

      @Deprecated public static NSString Location()
      Deprecated.
      Deprecated in iOS 9.0. Use the location property on a PHAsset from the Photos framework instead
    • Duration

      @Deprecated public static NSString Duration()
      Deprecated.
      Deprecated in iOS 9.0. Use the duration property on a PHAsset from the Photos framework instead
    • Orientation

      @Deprecated public static NSString 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 public static NSString Date()
      Deprecated.
      Deprecated in iOS 9.0. Use the creationDate property on a PHAsset from the Photos framework instead
    • Representations

      @Deprecated public static NSString Representations()
      Deprecated.
      Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
    • URLs

      @Deprecated public static NSString URLs()
      Deprecated.
      Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
    • AssetURL

      @Deprecated public static NSString 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