AliyunTemplateExporter
@interface AliyunTemplateExporter : NSObject
* A class that defines the exporter for a template API_AVAILABLE(3.27.0)
-
* Export a template
Declaration
Objective-C
+ (BOOL)export:(NSString *)taskPath templateTaskPath:(NSString *)templateTaskPath resourceExport:(AliyunTemplateResourceExport *)resExport completed:(void (^)(NSError *))completedHandler;Parameters
taskPathTask path
templateTaskPathThe template dir
resExportThe resource exporter
completedHandlerCompleted callback
Return Value
Yes or no
AliyunTemplateExporter Class Reference