Skip to content

接口: PlayerCollectionProgressCapability

定义于: packages/prober/src/prober-player.ts:85

提供单个收藏品完成进度的能力。

派生类

方法

getCollectionProgress()

ts
getCollectionProgress(type, id): Promise<Collection>;

定义于: packages/prober/src/prober-player.ts:87

指定收藏品的完成进度。

参数

参数类型
typeCollectionType
idnumber

返回

Promise<Collection>