-
Methods in org.robovm.apple.photos with parameters of type PHImageContentMode
| Modifier and Type |
Method |
Description |
int |
PHImageManager.requestImageForAsset(PHAsset asset,
CGSize targetSize,
PHImageContentMode contentMode,
PHImageRequestOptions options,
VoidBlock2<UIImage,NSDictionary<?,?>> resultHandler) |
|
static int |
PHLivePhoto.requestLivePhoto(NSArray<NSURL> fileURLs,
UIImage image,
CGSize targetSize,
PHImageContentMode contentMode,
VoidBlock2<PHLivePhoto,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestLivePhotoForAsset(PHAsset asset,
CGSize targetSize,
PHImageContentMode contentMode,
PHLivePhotoRequestOptions options,
VoidBlock2<PHLivePhoto,NSDictionary<?,?>> resultHandler) |
|
void |
PHCachingImageManager.startCachingImagesForAssets(NSArray<PHAsset> assets,
CGSize targetSize,
PHImageContentMode contentMode,
PHImageRequestOptions options) |
|
void |
PHCachingImageManager.stopCachingImagesForAssets(NSArray<PHAsset> assets,
CGSize targetSize,
PHImageContentMode contentMode,
PHImageRequestOptions options) |
|