question

Freddy Rose avatar image
Freddy Rose asked

How to retrieve list of current achievements?

I can't seem to figure out how to get a list of the current user's achievements. Is there a function in the API that allows this? Thanks
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Freddy, This should Help : https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/content/sdk/gamecircle/javadocs/com/amazon/ags/api/achievements/AGAchievements.html#getAchievements%28java.lang.Object...%29 public static AGResponseHandle getAchievements(java.lang.Object... userData) - Get the list of all visible achievements for the game. Visible achievements include those that were never hidden, and those that were once hidden but since made visible. [b]Each Achievement object in the list includes the current players progress toward the Achievement. [/b] Returns a handle to poll for completion. This is an asynchronous operation.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Freddy Rose avatar image
Freddy Rose answered
Thank you.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.