Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHPhotoLibraryMBS class.

PHPhotoLibraryMBS.DidBecomeUnavailable

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No
The Photos library did become unavailable.

Some examples using this event:

PHPhotoLibraryMBS.DidChange(changes as PHChangeMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No

Tells you that a set of changes has occurred in the Photos library.
Required.

change: An object representing the changes.

Use the provided PHChangeMBS object to find out which, if any, of the albums or collections you’re interested in have changed and get detailed change information. Call the change object’s changeDetailsForObject method to get information about changes to an asset’s contents or metadata properties or about a collection’s metadata properties. Call the change object’s changeDetailsForFetchResult to get information about changes to a collection’s list of members (or to any other fetch result).

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


The biggest plugin in space...