Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The shared PHPhotoLibraryMBS object represents the entire set of assets and collections managed by the Photos app, including both assets stored on the local device and (if enabled) those stored in iCloud Photos. You use this object for the following tasks:
Constant | Value | Description |
---|---|---|
PHAuthorizationStatusAuthorized | 3 |
The user has explicitly granted your app access to the photo library. |
PHAuthorizationStatusDenied | 2 |
The user has explicitly denied your app access to the photo library. |
PHAuthorizationStatusNotDetermined | 0 |
Explicit user permission is required for photo library access, but the user has not yet granted or denied such permission. |
PHAuthorizationStatusRestricted | 1 |
Your app is not authorized to access the photo library, and the user cannot grant such permission. |
Constant | Value | Description |
---|---|---|
PHPhotosErrorInvalid | -1 |
Invalid error? |
PHPhotosErrorLibraryVolumeOffline | 3114 |
Library volume offline. |
PHPhotosErrorRelinquishingLibraryBundleToWriter | 3142 |
Relinquishing library bundle to writer |
PHPhotosErrorSwitchingSystemPhotoLibrary | 3143 |
Failed to switch system photo library. |
PHPhotosErrorUserCancelled | 3072 |
The user cancelled. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
PHObjectPlaceholderMBS - PHPickerConfigurationMBS