Package org.robovm.apple.assetslibrary
Class ALAssetsGroupType
- All Implemented Interfaces:
Comparable<ALAssetsGroupType>,Iterable<ALAssetsGroupType>
public final class ALAssetsGroupType extends Bits<ALAssetsGroupType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static ALAssetsGroupTypeAlbumDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeAllDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeEventDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeFacesDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeLibraryDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeNonestatic ALAssetsGroupTypePhotoStreamDeprecated.Deprecated in iOS 9.0.static ALAssetsGroupTypeSavedPhotosDeprecated.Deprecated in iOS 9.0. -
Constructor Summary
Constructors Constructor Description ALAssetsGroupType(long value) -
Method Summary
Modifier and Type Method Description protected ALAssetsGroupType[]_values()static ALAssetsGroupType[]values()protected ALAssetsGroupTypewrap(long value, long mask)
-
Field Details
-
None
-
Library
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
Album
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
Event
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
Faces
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
SavedPhotos
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
PhotoStream
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead -
All
Deprecated.Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
-
-
Constructor Details
-
ALAssetsGroupType
public ALAssetsGroupType(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<ALAssetsGroupType>
-
_values
- Specified by:
_valuesin classBits<ALAssetsGroupType>
-
values
-