Achievements.UpdateAchievementResult

  • The Achievements.UpdateAchievementResult interface is deprecated and not used in the AchievementsClient.

  • This interface represents the result of updating achievement data, such as revealing, unlocking, or incrementing achievements.

  • Various status codes indicate the outcome of the achievement update operation, including success, network errors, and specific achievement-related issues.

  • The getAchievementId() method returns the ID of the achievement that was updated.

public static interface Achievements.UpdateAchievementResult implements Result

This interface is deprecated.
Is not used in the AchievementsClient.

Result delivered when achievement data has been updated (revealed, unlocked or incremented).

Possible status codes include:

Public Method Summary

abstract String
getAchievementId()
Returns the ID of the achievement that was updated.

Inherited Method Summary

Public Methods

public abstract String getAchievementId ()

Returns the ID of the achievement that was updated.