Class ALAssetProperty.Values

  • Enclosing class:
    ALAssetProperty

    public static class ALAssetProperty.Values
    extends java.lang.Object
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • Type

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

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

        @Deprecated
        public static NSString Duration()
        Deprecated.
        Deprecated in iOS 9.0. Use the duration property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • 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
        Since:
        Available in iOS 4.0 and later.
      • Date

        @Deprecated
        public static NSString Date()
        Deprecated.
        Deprecated in iOS 9.0. Use the creationDate property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Representations

        @Deprecated
        public static NSString Representations()
        Deprecated.
        Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • URLs

        @Deprecated
        public static NSString URLs()
        Deprecated.
        Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • 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
        Since:
        Available in iOS 4.0 and later.