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 |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
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 |
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 |
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 |
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.