Achievements.LoadAchievementsResult

  • The Achievements.LoadAchievementsResult interface is deprecated and AchievementBuffer is now returned directly.

  • This interface represents the result delivered when achievement data is loaded.

  • Various status codes indicate the outcome of the achievement data loading process.

  • The getAchievements() method returns the requested achievement data as an AchievementBuffer.

public static interface Achievements.LoadAchievementsResult implements Result Releasable

This interface is deprecated.
AchievementBuffer is returned directly in the AchievementsClient.

Result delivered when achievement data has been loaded.

Possible status codes include:

Public Method Summary

abstract AchievementBuffer
getAchievements()
Returns the achievement data that was requested.

Inherited Method Summary

Public Methods

public abstract AchievementBuffer getAchievements ()

Returns the achievement data that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.