AliyunSticker

@interface AliyunSticker : AliyunRenderModel <NSCopying>

* The Sticker base class API_AVAILABLE(3.22.0)

  • * The id of sticker API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) int stickerId;
  • * the path of sticker resource API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *resourePath;
  • * the type of sticker API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunStickerType stickerType;
  • * the origin size of sticker API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGSize originSize;
  • * get all frame animation actions. API_AVAILABLE(3.23.0)

    Declaration

    Objective-C

    - (NSArray *)getAllActionList;