AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement


Table of Contents ▼

Jump to a specific part of the page:

Description

Details of an achievement that the user has unlocked.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. achievementName (type: String.t, default: nil)
    - The name of the achievement.
  2. achievementUnlockedIconUrl (type: String.t, default: nil)
    - The achievement icon url shown to the user if it is unlocked.
  3. rarityPercentage (type: number(), default: nil)
    - Rarity of unlocking this achievement (3% of players unlocked would be 3)

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement{
achievementName: String.t() | nil,
achievementUnlockedIconUrl: String.t() | nil,
rarityPercentage: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedDataAchievement