Uses of Class
org.robovm.apple.photos.PHCollectionListSubtype
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHCollectionListSubtype in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return PHCollectionListSubtype Modifier and Type Method Description PHCollectionListSubtypePHCollectionList. getCollectionListSubtype()static PHCollectionListSubtypePHCollectionListSubtype. valueOf(long n)Returns the enum constant of this type with the specified name.static PHCollectionListSubtypePHCollectionListSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static PHCollectionListSubtype[]PHCollectionListSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.photos with parameters of type PHCollectionListSubtype Modifier and Type Method Description static PHFetchResult<PHCollectionList>PHCollectionList. fetchCollectionListsWithType(PHCollectionListType collectionListType, PHCollectionListSubtype subtype, PHFetchOptions options)static PHFetchResult<PHCollectionList>PHCollectionList. fetchMomentListsWithSubtype(PHCollectionListSubtype momentListSubtype, PHFetchOptions options)Deprecated.Deprecated in iOS 13.0.static PHFetchResult<PHCollectionList>PHCollectionList. fetchMomentListsWithSubtypeContainingMoment(PHCollectionListSubtype momentListSubtype, PHAssetCollection moment, PHFetchOptions options)Deprecated.Deprecated in iOS 13.0.