Class ALAssetType.Values

  • Enclosing class:
    ALAssetType

    public static class ALAssetType.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • Photo

        @Deprecated
        public static NSString Photo()
        Deprecated.
        Deprecated in iOS 9.0. Use PHAssetMediaTypeImage from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Video

        @Deprecated
        public static NSString Video()
        Deprecated.
        Deprecated in iOS 9.0. Use PHAssetMediaTypeVideo from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Unknown

        @Deprecated
        public static NSString Unknown()
        Deprecated.
        Deprecated in iOS 9.0. Use PHAssetMediaTypeAudio for audio or PHAssetMediaTypeUnknown for unknown media types from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.