Class ALAssetsLibraryChangedNotification.Keys

    • Constructor Detail

      • Keys

        public Keys()
    • Method Detail

      • UpdatedAssets

        @Deprecated
        public static NSString 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
        Since:
        Available in iOS 6.0 and later.
      • InsertedAssetGroups

        @Deprecated
        public static NSString 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
        Since:
        Available in iOS 6.0 and later.
      • UpdatedAssetGroups

        @Deprecated
        public static NSString 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
        Since:
        Available in iOS 6.0 and later.
      • DeletedAssetGroups

        @Deprecated
        public static NSString 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
        Since:
        Available in iOS 6.0 and later.