Declared in AdobeUXImageEditorViewController+Compatibility.h

AdobeImageEditorPremiumAddOn

Options for defining a set of premium add ons to enable. Deprecated.

Definition

typedef NS_OPTIONS(NSUInteger, AdobeImageEditorPremiumAddOn ) {
   AdobeImageEditorPremiumAddOnNone = 0,
   AdobeImageEditorPremiumAddOnHiRes = 1 < < 0,
   AdobeImageEditorPremiumAddOnWhiteLabel = 1 < < 1,
};

Constants

AdobeImageEditorPremiumAddOnNone

The option indicating no premium add ons.

Declared In AdobeUXImageEditorViewController+Compatibility.h.

AdobeImageEditorPremiumAddOnHiRes

The option indicating the high resolution premium add on.

Declared In AdobeUXImageEditorViewController+Compatibility.h.

AdobeImageEditorPremiumAddOnWhiteLabel

The option indicating the white labeling premium add on.

Declared In AdobeUXImageEditorViewController+Compatibility.h.

Declared In

AdobeUXImageEditorViewController+Compatibility.h