Package org.robovm.apple.assetslibrary
Class ALAssetsGroup
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.assetslibrary.ALAssetsGroup
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class ALAssetsGroup extends NSObject
Deprecated.
Deprecated in iOS 9.0. Use PHAssetCollection from the Photos framework instead
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAssetsGroup.ALAssetsGroupPtrDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ALAssetsGroup()Deprecated.protectedALAssetsGroup(NSObject.Handle h, long handle)Deprecated.protectedALAssetsGroup(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description booleanaddAsset(ALAsset asset)Deprecated.Deprecated in iOS 9.0.voidenumerateAssets(NSEnumerationOptions options, VoidBlock3<ALAsset,Long,BooleanPtr> enumerationBlock)Deprecated.Deprecated in iOS 9.0.voidenumerateAssets(NSIndexSet indexSet, NSEnumerationOptions options, VoidBlock3<ALAsset,Long,BooleanPtr> enumerationBlock)Deprecated.Deprecated in iOS 9.0.voidenumerateAssets(VoidBlock3<ALAsset,Long,BooleanPtr> enumerationBlock)Deprecated.Deprecated in iOS 9.0.StringgetName()Deprecated.longgetNumberOfAssets()Deprecated.Deprecated in iOS 9.0.StringgetPersistentID()Deprecated.CGImagegetPosterImage()Deprecated.Deprecated in iOS 9.0.ALAssetsGroupTypegetType()Deprecated.NSURLgetURL()Deprecated.NSObjectgetValue(ALAssetsGroupProperty property)Deprecated.Deprecated in iOS 9.0.booleanisEditable()Deprecated.Deprecated in iOS 9.0.voidsetAssetsFilter(ALAssetsFilter filter)Deprecated.Deprecated in iOS 9.0.Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
ALAssetsGroup
public ALAssetsGroup()Deprecated. -
ALAssetsGroup
Deprecated. -
ALAssetsGroup
Deprecated.
-
-
Method Details
-
isEditable
Deprecated.Deprecated in iOS 9.0. Use canPerformEditOperation: on a PHAssetCollection from the Photos framework instead -
getName
Deprecated. -
getType
Deprecated. -
getPersistentID
Deprecated. -
getURL
Deprecated. -
getValue
Deprecated.Deprecated in iOS 9.0. Use the class properties on a PHAssetCollection in the Photos framework instead -
getPosterImage
Deprecated.Deprecated in iOS 9.0. Use fetchKeyAssetsInAssetCollection:options: on PHAsset, then use the PHImageManager to request image data for key assets in the asset collection from the Photos framework instead -
setAssetsFilter
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 -
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 -
enumerateAssets
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 -
enumerateAssets
@Deprecated public void enumerateAssets(NSEnumerationOptions options, VoidBlock3<ALAsset,Long,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 -
enumerateAssets
@Deprecated public void enumerateAssets(NSIndexSet indexSet, NSEnumerationOptions options, VoidBlock3<ALAsset,Long,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 -
addAsset
Deprecated.Deprecated in iOS 9.0. Use addAssets: on a PHAssetCollectionChangeRequest: created from a PHAssetCollection in the Photos framework instead
-