AliyunTemplate

@interface AliyunTemplate : NSObject

* A class that defines template. API_AVAILABLE(3.27.0)

  • * The current version for template in this sdk

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) int CurrentVersion;
  • * The version of this template

    Declaration

    Objective-C

    @property (nonatomic, readonly) int version;
  • * The template id, defined by the builder, default is nil

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *templateId;
  • * The title

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *title;
  • * The path of project file

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *project;
  • * The path of cover image

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *cover;
  • * The path of video for preview

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *previewVideo;
  • * The Template param list, which identify the replace souce

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSArray<AliyunTemplateParam *> *params;