AliyunDraftProjectUploadTask

@interface AliyunDraftProjectUploadTask : NSObject

* The task of draft project file

  • * Whether the task is finished

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isFinish;
  • * The file of draft project

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *projectFilePath;
  • * The cover resource

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *cover;
  • * The draft object

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunDraft *draft;
  • * upload success

    Declaration

    Objective-C

    - (void)onSuccess;
  • * Upload fail

    Declaration

    Objective-C

    - (void)onFailWithError:(NSError *)error;