• Gets Progress of Badges.

    Parameters

    • args: {
          badgeIds: string[];
          profileId: string;
      }
      • badgeIds: string[]
      • profileId: string

    Returns Promise<IBadgeProgress[]>

    Async

    Since

    2.7.0

    Example

    getBadgeProgress().then(res => console.log(res))
    

Generated using TypeDoc