TuSDKOnlineStickerDownloader Class Reference

Inherits from NSObject
Declared in TuSDKOnlineStickerDownloader.h

– isDownloadedWithGroupId:

贴纸组是否已下载

- (BOOL)isDownloadedWithGroupId:(uint64_t)groupId

Parameters

groupId

包ID

Return Value

true:已下载到本地

Declared In

TuSDKOnlineStickerDownloader.h

– isDownloadingWithGroupId:

判断贴纸是否正在下载中

- (BOOL)isDownloadingWithGroupId:(uint64_t)groupId

Parameters

groupId

贴纸组ID

Return Value

true:下载中

Declared In

TuSDKOnlineStickerDownloader.h

– downloadStickerGroup:

下载贴纸组数据

- (void)downloadStickerGroup:(TuSDKPFStickerGroup *)stickerGroup

Parameters

stickerGroup

贴纸分组

Declared In

TuSDKOnlineStickerDownloader.h

– downloadWithGroupId:

下载贴纸组数据

- (void)downloadWithGroupId:(uint64_t)groupId

Parameters

groupId

贴纸组ID

Declared In

TuSDKOnlineStickerDownloader.h

– cancelDownloadWithGroupId:

取消下载贴纸

- (void)cancelDownloadWithGroupId:(uint64_t)groupId

Parameters

groupId

贴纸组ID

Declared In

TuSDKOnlineStickerDownloader.h