Class ALAssetsGroup

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class ALAssetsGroup
    extends NSObject
    Deprecated.
    Deprecated in iOS 9.0. Use PHAssetCollection from the Photos framework instead
    Since:
    Available in iOS 4.0 and later.
    • Constructor Detail

      • ALAssetsGroup

        public ALAssetsGroup()
        Deprecated.
      • ALAssetsGroup

        protected ALAssetsGroup​(NSObject.Handle h,
                                long handle)
        Deprecated.
    • Method Detail

      • isEditable

        @Deprecated
        public boolean isEditable()
        Deprecated.
        Deprecated in iOS 9.0. Use canPerformEditOperation: on a PHAssetCollection from the Photos framework instead
        Since:
        Available in iOS 5.0 and later.
      • getName

        public java.lang.String getName()
        Deprecated.
      • getPersistentID

        public java.lang.String getPersistentID()
        Deprecated.
      • getURL

        public NSURL getURL()
        Deprecated.
      • getValue

        @Deprecated
        public NSObject getValue​(ALAssetsGroupProperty property)
        Deprecated.
        Deprecated in iOS 9.0. Use the class properties on a PHAssetCollection in the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • getPosterImage

        @Deprecated
        public CGImage getPosterImage()
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • setAssetsFilter

        @Deprecated
        public void setAssetsFilter​(ALAssetsFilter filter)
        Deprecated.
        Deprecated in iOS 9.0. Use fetchAssetsInAssetCollection:options: on PHAsset with a predicate in the PHFetchOptions from the Photos framework to filter the assets in an asset collection instead
        Since:
        Available in iOS 4.0 and later.
      • getNumberOfAssets

        @Deprecated
        public long getNumberOfAssets()
        Deprecated.
        Deprecated in iOS 9.0. Use the estimatedAssetCount on PHAssetCollection for a quick estimate of the total assets in a collection (or fetch the assets to get an exact value) from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • enumerateAssets

        @Deprecated
        public void enumerateAssets​(org.robovm.objc.block.VoidBlock3<ALAsset,​java.lang.Long,​org.robovm.rt.bro.ptr.BooleanPtr> enumerationBlock)
        Deprecated.
        Deprecated in iOS 9.0. Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • enumerateAssets

        @Deprecated
        public void enumerateAssets​(NSEnumerationOptions options,
                                    org.robovm.objc.block.VoidBlock3<ALAsset,​java.lang.Long,​org.robovm.rt.bro.ptr.BooleanPtr> enumerationBlock)
        Deprecated.
        Deprecated in iOS 9.0. Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • enumerateAssets

        @Deprecated
        public void enumerateAssets​(NSIndexSet indexSet,
                                    NSEnumerationOptions options,
                                    org.robovm.objc.block.VoidBlock3<ALAsset,​java.lang.Long,​org.robovm.rt.bro.ptr.BooleanPtr> enumerationBlock)
        Deprecated.
        Deprecated in iOS 9.0. Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • addAsset

        @Deprecated
        public boolean addAsset​(ALAsset asset)
        Deprecated.
        Deprecated in iOS 9.0. Use addAssets: on a PHAssetCollectionChangeRequest: created from a PHAssetCollection in the Photos framework instead
        Since:
        Available in iOS 5.0 and later.