AdobeImageEditorRender Protocol Reference
| Conforms to | NSObject |
| Declared in | AdobeUXImageEditorViewController.h |
Overview
This protocol defines the capabilities of the token object returned by the high resolution API. Use these methods to query about the properties of the pending render or to cancel it if necessary.
Tasks
-
progressHandlerproperty required method -
outputSizeproperty required method -
– cancelRenderrequired method
Properties
outputSize
The size of the image that the render will output.
@property (nonatomic, assign, readonly) CGSize outputSizeDiscussion
The size of the image that the render will output.
Declared In
AdobeUXImageEditorViewController.hprogressHandler
The handler is called with an estimate of the progress in completing the render. It is guaranteed to be called on the main thread.
@property (nonatomic, copy, nullable) void ( ^ ) ( CGFloat ) progressHandlerParameters
- progressHandler
The block to be called with progress updates.
Discussion
The handler is called with an estimate of the progress in completing the render. It is guaranteed to be called on the main thread.
Declared In
AdobeUXImageEditorViewController.h