AliyunTemplateImporter

@interface AliyunTemplateImporter : NSObject

* A class that defines the importer for a template API_AVAILABLE(3.27.0)

  • * Import a template

    Declaration

    Objective-C

    + (BOOL)import:(NSString *)taskPath
        templateTaskPath:(NSString *)templateTaskPath
          resourceImport:(AliyunResourceImport *)resImport
               completed:(void (^)(NSError *))completedHandler;

    Parameters

    taskPath

    Task path

    templateTaskPath

    The template dir

    resImport

    The resource importer

    completedHandler

    Completed callback

    Return Value

    Yes or no