Package org.robovm.apple.assetslibrary
Class ALAssetsLibraryChangedNotification
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.assetslibrary.ALAssetsLibraryChangedNotification
public class ALAssetsLibraryChangedNotification extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAssetsLibraryChangedNotification.AsListMarshalerstatic classALAssetsLibraryChangedNotification.Keysstatic classALAssetsLibraryChangedNotification.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSSet<NSURL>getDeletedAssetGroups()Deprecated.Deprecated in iOS 9.0.NSSet<NSURL>getInsertedAssetGroups()Deprecated.Deprecated in iOS 9.0.NSSet<NSURL>getUpdatedAssetGroups()Deprecated.Deprecated in iOS 9.0.NSSet<NSURL>getUpdatedAssets()Deprecated.Deprecated in iOS 9.0.booleanhas(NSString key)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
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.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.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.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
-