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

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

Instance Methods

cancelRender

Cancels the render associated with the token.

- (void)cancelRender

Discussion

Cancels the render associated with the token.

Warning: Calling this method from any thread other in the main thread may result in undefined behavior.

Declared In

AdobeUXImageEditorViewController.h