AliyunIStickerRender
@protocol AliyunIStickerRender <NSObject>
/****
Adds a sticker. API_AVAILABLE(3.22.0)
@param sticker AliyunGifSticker/AliyunCaptionSticker
@return status
*/
- (int)addSticker:(AliyunSticker *)sticker;
/****
Remove a sticker. API_AVAILABLE(3.22.0)
@param sticker AliyunGifSticker/AliyunCaptionSticker
@return status
*/
- (int)removeSticker:(AliyunSticker *)sticker;
/****
update a sticker. API_AVAILABLE(3.22.0)
@param sticker AliyunGifSticker/AliyunCaptionSticker
@return status
*/
- (int)updateSticker:(AliyunSticker *)sticker;
@end
Undocumented
-
* Adds a sticker. API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (int)addSticker:(AliyunSticker *)sticker;
Parameters
sticker
AliyunGifSticker/AliyunCaptionSticker
Return Value
status
-
* Remove a sticker. API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (int)removeSticker:(AliyunSticker *)sticker;
Parameters
sticker
AliyunGifSticker/AliyunCaptionSticker
Return Value
status
-
* update a sticker. API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (int)updateSticker:(AliyunSticker *)sticker;
Parameters
sticker
AliyunGifSticker/AliyunCaptionSticker
Return Value
status