Package org.robovm.apple.assetslibrary
Class ALAssetsLibraryChangedNotification.Keys
java.lang.Object
org.robovm.apple.assetslibrary.ALAssetsLibraryChangedNotification.Keys
- Enclosing class:
- ALAssetsLibraryChangedNotification
public static class ALAssetsLibraryChangedNotification.Keys extends Object
-
Constructor Summary
Constructors Constructor Description Keys() -
Method Summary
Modifier and Type Method Description static NSStringDeletedAssetGroups()Deprecated.Deprecated in iOS 9.0.static NSStringInsertedAssetGroups()Deprecated.Deprecated in iOS 9.0.static NSStringUpdatedAssetGroups()Deprecated.Deprecated in iOS 9.0.static NSStringUpdatedAssets()Deprecated.Deprecated in iOS 9.0.
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
UpdatedAssets
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 -
InsertedAssetGroups
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 -
UpdatedAssetGroups
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 -
DeletedAssetGroups
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
-