Hoogle Search
Within LTS Haskell 24.55 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
currentSteps :: AchievementUpdateResponse -> Maybe Int32gogol-games Gogol.Games The current steps recorded for this achievement if it is incremental.
currentSteps :: PlayerAchievement -> Maybe Int32gogol-games Gogol.Games The current steps for an incremental achievement.
formattedCurrentStepsString :: PlayerAchievement -> Maybe Textgogol-games Gogol.Games The current steps for an incremental achievement as a string.
formattedTotalSteps :: AchievementDefinition -> Maybe Textgogol-games Gogol.Games The total steps for an incremental achievement as a string.
newAchievementSetStepsAtLeastResponse :: AchievementSetStepsAtLeastResponsegogol-games Gogol.Games Creates a value of AchievementSetStepsAtLeastResponse with the minimum fields required to make a request.
newGamesAchievementSetStepsAtLeast :: GamesAchievementSetStepsAtLeastgogol-games Gogol.Games Creates a value of GamesAchievementSetStepsAtLeast with the minimum fields required to make a request.
newGamesAchievementsSetStepsAtLeast :: Text -> Int32 -> GamesAchievementsSetStepsAtLeastgogol-games Gogol.Games Creates a value of GamesAchievementsSetStepsAtLeast with the minimum fields required to make a request.
setStepsAtLeastPayload :: AchievementUpdateRequest -> Maybe GamesAchievementSetStepsAtLeastgogol-games Gogol.Games The payload if an update of type SET_STEPS_AT_LEAST was requested for the achievement.
totalSteps :: AchievementDefinition -> Maybe Int32gogol-games Gogol.Games The total steps for an incremental achievement.
module Gogol.Games.Achievements.
SetStepsAtLeast Sets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified. See: Google Play Game Services Reference for games.achievements.setStepsAtLeast.