Photos Actions
Table of contents
- Create Album
- Delete Photos
- Get Last Import
- Get Latest Bursts
- Get Latest Live Photos
- Get Latest Photos
- Get Latest Screenshots
- Get Latest Videos
- Remove Photo from Album
- Save Photo to Album
- Select Photos
To use actions in this category, use this include statement:
#include 'actions/photos'
Create Album
createAlbum(text name, variable ?images)
Delete Photos
deletePhotos(variable photos)
Get Last Import
getLastImport()
Get Latest Bursts
getLatestBursts(number count)
Get Latest Live Photos
getLatestLivePhotos(number count)
Get Latest Photos
getLatestPhotos(number count, bool ?includeScreenshots = true)
Get Latest Screenshots
getLatestScreenshots(number count)
Get Latest Videos
getLatestVideos(number count)
Remove Photo from Album
removeFromAlbum(variable photo, text album)
Save Photo to Album
savePhoto(variable image, text ?album = "Recents")
Select Photos
Prompt the user to select from their photo library.
selectPhotos(bool ?selectMultiple = false)