Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHObjectChangeDetailsMBS class.

PHObjectChangeDetailsMBS.assetContentChanged as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that indicates whether the asset’s photo or video content has changed.

If this value true, you can use the PHImageManagerMBS class to retrieve updated content.
This value is false if the asset has not changed or if the change details do not refer to a PHAssetMBS object.
(Read only property)

PHObjectChangeDetailsMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The internal object reference.

(Read and Write property)

PHObjectChangeDetailsMBS.objectAfterChanges as PHObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An object that reflects the current state of the asset or collection it represents.

Read this object’s properties to retrieve updated metadata for the asset or collection. Using this object is equivalent to repeating the same fetch that returned the original object.
(Read only property)

PHObjectChangeDetailsMBS.objectBeforeChanges as PHObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An object that reflects the original state of the asset or collection it represents.

This property’s value is the same object you passed to the changeDetailsForObject to request change details.
(Read only property)

PHObjectChangeDetailsMBS.objectWasDeleted as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that indicates whether the object has been deleted from the Photos library.

If this value is true, the asset or collection has been permanently deleted from the Photos library.

To instead track the removal of assets from collections (or collections from collection lists), fetch the collection’s contents and use the changeDetailsForFetchResult method to track changes to the fetch result.
(Read only property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...