Class ALAssetsGroupProperty.Values

java.lang.Object
org.robovm.apple.assetslibrary.ALAssetsGroupProperty.Values
Enclosing class:
ALAssetsGroupProperty

public static class ALAssetsGroupProperty.Values
extends Object
  • Constructor Details

    • Values

      public Values()
  • Method Details

    • Name

      @Deprecated public static NSString Name()
      Deprecated.
      Deprecated in iOS 9.0. Use the localizedTitle property on a PHAssetCollection from the Photos framework instead
    • Type

      @Deprecated public static NSString Type()
      Deprecated.
      Deprecated in iOS 9.0. Use the assetCollectionType and assetCollectionSubtype properties on a PHAssetCollection from the Photos framework instead
    • PersistentID

      @Deprecated public static NSString PersistentID()
      Deprecated.
      Deprecated in iOS 9.0. Use the localIdentifier property on a PHAssetCollection from the Photos framework instead
    • URL

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