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
-
progressHandler
property required method -
outputSize
property required method -
– cancelRender
required method
Properties
outputSize
The size of the image that the render will output.
@property (nonatomic, assign, readonly) CGSize outputSize
Discussion
The size of the image that the render will output.
Declared In
AdobeUXImageEditorViewController.h
progressHandler
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 ) progressHandler
Parameters
- 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