Class ALAssetsGroupType

java.lang.Object
org.robovm.rt.bro.Bits<ALAssetsGroupType>
org.robovm.apple.assetslibrary.ALAssetsGroupType
All Implemented Interfaces:
Comparable<ALAssetsGroupType>, Iterable<ALAssetsGroupType>

public final class ALAssetsGroupType
extends Bits<ALAssetsGroupType>
  • Field Details

    • None

      public static final ALAssetsGroupType None
    • Library

      @Deprecated public static final ALAssetsGroupType Library
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • Album

      @Deprecated public static final ALAssetsGroupType Album
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • Event

      @Deprecated public static final ALAssetsGroupType Event
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • Faces

      @Deprecated public static final ALAssetsGroupType Faces
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • SavedPhotos

      @Deprecated public static final ALAssetsGroupType SavedPhotos
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • PhotoStream

      @Deprecated public static final ALAssetsGroupType PhotoStream
      Deprecated.
      Deprecated in iOS 9.0. Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead
    • All

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