Class EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions

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

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

    • EOS_USERINFO_COPYBESTDISPLAYNAMEWITHPLATFORM_API_LATEST

      public static final int EOS_USERINFO_COPYBESTDISPLAYNAMEWITHPLATFORM_API_LATEST
      The most recent version of the EOS_UserInfo_CopyBestDisplayNameWithPlatform API.
      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
    • TargetPlatformType

      public EOS_OnlinePlatformType TargetPlatformType
      The platform type of the player whose information is being retrieved
  • Constructor Details

    • EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions

      public EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions()
    • EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions

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