Package org.robovm.apple.assetslibrary
Class ALAssetsGroupProperty
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.assetslibrary.ALAssetsGroupProperty
public class ALAssetsGroupProperty extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAssetsGroupProperty.AsListMarshalerstatic classALAssetsGroupProperty.Marshalerstatic classALAssetsGroupProperty.Values -
Field Summary
Fields Modifier and Type Field Description static ALAssetsGroupPropertyNameDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupPropertyPersistentIDDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupPropertyTypeDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupPropertyURLDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static ALAssetsGroupPropertyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Name
Deprecated.Deprecated in iOS 9.0. Use the localizedTitle property on a PHAssetCollection from the Photos framework instead -
Type
Deprecated.Deprecated in iOS 9.0. Use the assetCollectionType and assetCollectionSubtype properties on a PHAssetCollection from the Photos framework instead -
PersistentID
Deprecated.Deprecated in iOS 9.0. Use the localIdentifier property on a PHAssetCollection from the Photos framework instead -
URL
Deprecated.Deprecated in iOS 9.0. Use the localIdentifier property on a PHAssetCollection from the Photos framework, or to lookup PHAssetCollections by a previously known ALAssetsGroupPropertyURL use fetchAssetCollectionsWithALAssetGroupURLs:options: instead
-
-
Method Details
-
valueOf
-