Function getBadgeProgress
- get
Badge Progress(args): Promise<IBadgeProgress[]> Parameters
args: {
badgeIds: string[];
profileId: string;
}badge
Ids: string[] profile
Id: string
Returns Promise<IBadgeProgress[]>
Async
Since
2.7.0
Example
getBadgeProgress().then(res => console.log(res))
Generated using TypeDoc
Gets Progress of Badges.