Class EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.userinfo.options.EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions
Direct Known Subclasses:
EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions.ByReference, EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions.ByValue

@FieldOrder({"ApiVersion","LocalUserId","TargetUserId","AccountId"}) public class EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions extends com.sun.jna.Structure
Input parameters for the EOS_UserInfo_CopyExternalUserInfoByAccountId function.
Since:
9/3/2023
  • Field Details

    • EOS_USERINFO_COPYEXTERNALUSERINFOBYACCOUNTID_API_LATEST

      public static final int EOS_USERINFO_COPYEXTERNALUSERINFOBYACCOUNTID_API_LATEST
      The most recent version of the EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions struct.
      See Also:
    • ApiVersion

      public int ApiVersion
    • LocalUserId

      public EOS_EpicAccountId LocalUserId
      The Epic Account ID of the local player requesting the information
    • TargetUserId

      public EOS_EpicAccountId TargetUserId
      The Epic Account ID of the player whose information is being retrieved
    • AccountId

      public String AccountId
      The external account ID associated with the (external) user info to retrieve from the cache; cannot be null
  • Constructor Details

    • EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions

      public EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions()
    • EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions

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