PESDKFileOperation

abstract class PESDKFileOperation
abstract class PESDKFileOperation

Types

Companion
Link copied to clipboard
object Companion
object Companion
OperationType
Link copied to clipboard
enum OperationType : Enum<PESDKFileOperation.OperationType>
enum OperationType : Enum<PESDKFileOperation.OperationType>
Options
Link copied to clipboard
interface Options
interface Options

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String

Properties

type
Link copied to clipboard
open var type: String
open var type: String

Inheritors

PESDKFileAdjustmentsOperation
Link copied to clipboard
PESDKFileAutoEnhancementOperation
Link copied to clipboard
PESDKFileFilterOperation
Link copied to clipboard
PESDKFileFocusOperation
Link copied to clipboard
PESDKFileOrientationOperation
Link copied to clipboard
PESDKFileSpriteOperation
Link copied to clipboard
PESDKFileTransformOperation
Link copied to clipboard
PESDKFileTrimOperation
Link copied to clipboard