Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHPhotoLibraryMBS class.

PHPhotoLibraryMBS.cloudIdentifiersForLocalIdentifiers(localIdentifiers() as String) as PHCloudIdentifierMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Queries cloud identifiers for local identifiers.

PHPhotoLibraryMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The constructor.

PHPhotoLibraryMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The destructor.

PHPhotoLibraryMBS.localIdentifiersForCloudIdentifiers(cloudIdentifiers() as PHCloudIdentifierMBS) as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Queries local identifiers for cloud identifiers.

PHPhotoLibraryMBS.performChanges(ChangeBlock as ChangeBlockMBS, CompletionHandler as ChangeCompletionHandlerMBS, tag as Variant = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Asynchronously runs a block that requests changes to be performed in the photo library.

We call back to main thread for the completion delegate, so please keep main thread available.

Please use #Pragma StackOverflowChecking false and #Pragma BackgroundTasks false in the change block method to disable stack checking and background activities.

Otherwise you may have a stack overflow exception before any code runs.

PHPhotoLibraryMBS.performChangesAndWait(ChangeBlock as ChangeBlockMBS, byref Error as NSErrorMBS, tag as Variant = nil) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Photos MBS Mac64bit Plugin 25.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Synchronously runs a block that requests changes to be performed in the photo library.

Returns true on success.

Please use #Pragma StackOverflowChecking false and #Pragma BackgroundTasks false in the change block method to disable stack checking and background activities.

Otherwise you may have a stack overflow exception before any code runs.

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


The biggest plugin in space...