Uses of Class
org.robovm.apple.photos.PHCollection
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHCollection in org.robovm.apple.photos
Subclasses of PHCollection in org.robovm.apple.photos Modifier and Type Class Description classPHAssetCollectionclassPHCollectionListMethods in org.robovm.apple.photos that return types with arguments of type PHCollection Modifier and Type Method Description static PHFetchResult<PHCollection>PHAssetCollection. fetchCollectionsInCollectionList(PHCollectionList collectionList, PHFetchOptions options)static PHFetchResult<PHCollection>PHCollection. fetchCollectionsInCollectionList(PHCollectionList collectionList, PHFetchOptions options)static PHFetchResult<PHCollection>PHCollectionList. fetchCollectionsInCollectionList(PHCollectionList collectionList, PHFetchOptions options)static PHFetchResult<PHCollection>PHAssetCollection. fetchTopLevelUserCollections(PHFetchOptions options)static PHFetchResult<PHCollection>PHCollection. fetchTopLevelUserCollections(PHFetchOptions options)static PHFetchResult<PHCollection>PHCollectionList. fetchTopLevelUserCollections(PHFetchOptions options)Methods in org.robovm.apple.photos with parameters of type PHCollection Modifier and Type Method Description static PHFetchResult<PHCollectionList>PHCollectionList. fetchCollectionListsContainingCollection(PHCollection collection, PHFetchOptions options)Method parameters in org.robovm.apple.photos with type arguments of type PHCollection Modifier and Type Method Description static PHCollectionListChangeRequestPHCollectionListChangeRequest. changeRequestForTopLevelCollectionListUserCollections(PHFetchResult<PHCollection> childCollections)protected static longPHCollectionListChangeRequest. create(PHCollectionList collectionList, PHFetchResult<PHCollection> childCollections)protected static longPHCollectionList. createTransientCollectionList(NSArray<PHCollection> collections, String title)protected static longPHCollectionList. createTransientCollectionList(PHFetchResult<PHCollection> fetchResult, String title)Constructor parameters in org.robovm.apple.photos with type arguments of type PHCollection Constructor Description PHCollectionList(NSArray<PHCollection> collections, String title)PHCollectionList(PHFetchResult<PHCollection> fetchResult, String title)PHCollectionListChangeRequest(PHCollectionList collectionList, PHFetchResult<PHCollection> childCollections)