All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gamesManagement.GamesManagement.Achievements.html Maven / Gradle / Ivy

The newest version!






GamesManagement.Achievements (Google Play Game Management v1management-rev20241209-2.0.0)












com.google.api.services.gamesManagement

Class GamesManagement.Achievements

  • java.lang.Object
    • com.google.api.services.gamesManagement.GamesManagement.Achievements
  • Enclosing class:
    GamesManagement


    public class GamesManagement.Achievements
    extends Object
    The "achievements" collection of methods.
    • Constructor Detail

      • Achievements

        public Achievements()
    • Method Detail

      • reset

        public GamesManagement.Achievements.Reset reset(String achievementId)
                                                 throws IOException
        Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. Create a request for the method "achievements.reset". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        achievementId - The ID of the achievement used by this method.
        Returns:
        the request
        Throws:
        IOException
      • resetAll

        public GamesManagement.Achievements.ResetAll resetAll()
                                                       throws IOException
        Resets all achievements for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application. Create a request for the method "achievements.resetAll". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • resetAllForAllPlayers

        public GamesManagement.Achievements.ResetAllForAllPlayers resetAllForAllPlayers()
                                                                                 throws IOException
        Resets all draft achievements for all players. This method is only available to user accounts for your developer console. Create a request for the method "achievements.resetAllForAllPlayers". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • resetForAllPlayers

        public GamesManagement.Achievements.ResetForAllPlayers resetForAllPlayers(String achievementId)
                                                                           throws IOException
        Resets the achievement with the given ID for all players. This method is only available to user accounts for your developer console. Only draft achievements can be reset. Create a request for the method "achievements.resetForAllPlayers". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        achievementId - The ID of the achievement used by this method.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy