Class EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallbackInfo

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

@FieldOrder({"ResultCode","ClientData"}) public class EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallbackInfo extends com.sun.jna.Structure
Data containing the result information for a query leaderboard definitions request.
Since:
8/21/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_InvalidParameters if any of the options are incorrect
    • ClientData

      public com.sun.jna.Pointer ClientData
      Context that was passed into EOS_Leaderboards_QueryLeaderboardDefinitions.
  • Constructor Details

    • EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallbackInfo

      public EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallbackInfo()
    • EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallbackInfo

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