Class ALAssetsLibraryChangedNotification

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.assetslibrary.ALAssetsLibraryChangedNotification

public class ALAssetsLibraryChangedNotification
extends NSDictionaryWrapper
  • Method Details

    • has

      public boolean has​(NSString key)
    • get

      public NSObject get​(NSString key)
    • getUpdatedAssets

      @Deprecated public NSSet<NSURL> getUpdatedAssets()
      Deprecated.
      Deprecated in iOS 9.0. Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead
    • getInsertedAssetGroups

      @Deprecated public NSSet<NSURL> getInsertedAssetGroups()
      Deprecated.
      Deprecated in iOS 9.0. Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead
    • getUpdatedAssetGroups

      @Deprecated public NSSet<NSURL> getUpdatedAssetGroups()
      Deprecated.
      Deprecated in iOS 9.0. Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead
    • getDeletedAssetGroups

      @Deprecated public NSSet<NSURL> getDeletedAssetGroups()
      Deprecated.
      Deprecated in iOS 9.0. Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead