Class ALAssetType

    • Field Detail

      • Photo

        @Deprecated
        public static final ALAssetType 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 final ALAssetType 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 final ALAssetType 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.