Class EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.achievements.callbackresults.EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo
Direct Known Subclasses:
EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo.ByReference, EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo.ByValue

@FieldOrder({"ResultCode","ClientData","TargetUserId","LocalUserId"}) public class EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo extends com.sun.jna.Structure
Data containing the result information for querying a player's achievements request.
Since:
8/19/2023
  • Field Details

    • ResultCode

      public EOS_EResult ResultCode
      The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors. EOS_EResult.EOS_Success if the operation completes successfully
      EOS_EResult.EOS_Invalid_ProductUserID if any of the userid options are incorrect
      EOS_EResult.EOS_InvalidParameters if any of the other options are incorrect
    • ClientData

      public com.sun.jna.Pointer ClientData
      Context that was passed into EOS_Achievements_QueryPlayerAchievements.
    • TargetUserId

      public EOS_ProductUserId TargetUserId
      The Product User ID whose achievements were retrieved.
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID of the user who initiated this request. For a Dedicated Server this should be null.
  • Constructor Details

    • EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo

      public EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo()
    • EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo

      public EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo(com.sun.jna.Pointer peer)