public interface UIImageWriteToPhotoAlbumHandler
| Modifier and Type | Method and Description |
|---|---|
void |
didFinishSavingWithError(UIImage image,
NSError error,
Object context)
Used when an image was added to the photo album and an error occurred.
|
void didFinishSavingWithError(UIImage image, NSError error, Object context)
image - The image that was added to the photo album.error - The type of error that occurred.context - Additional information.Copyright © 2020. All rights reserved.