Uses of Class
org.robovm.apple.photos.PHAssetResource
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHAssetResource in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return types with arguments of type PHAssetResource Modifier and Type Method Description static NSArray<PHAssetResource>PHAssetResource. assetResourcesForLivePhoto(PHLivePhoto livePhoto)static NSArray<PHAssetResource>PHAssetResource. getAssetResources(PHAsset asset)Methods in org.robovm.apple.photos with parameters of type PHAssetResource Modifier and Type Method Description intPHAssetResourceManager. requestData(PHAssetResource resource, PHAssetResourceRequestOptions options, VoidBlock1<NSData> handler, VoidBlock1<NSError> completionHandler)voidPHAssetResourceManager. writeData(PHAssetResource resource, NSURL fileURL, PHAssetResourceRequestOptions options, VoidBlock1<NSError> completionHandler)