Class EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo

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

@FieldOrder({"ClientData","PlatformType","LocalPlatformUserId","AccountId","ProductUserId","PreviousLoginStatus","CurrentLoginStatus"}) public class EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo extends com.sun.jna.Structure
Data about which integrated platform and which user that had a login status change and what the login status changed to.
Since:
8/20/2023
  • Field Details

    • ClientData

      public com.sun.jna.Pointer ClientData
      Context that was passed into EOS_IntegratedPlatform_AddNotifyUserLoginStatusChanged
    • PlatformType

      public String PlatformType
      The integrated platform of the local platform user.
    • LocalPlatformUserId

      public String LocalPlatformUserId
      String version of platform's user id.
    • AccountId

      public EOS_EpicAccountId AccountId
      The Epic Games Account ID associated with this Integrated Platform's User (if there is one)
    • ProductUserId

      public EOS_ProductUserId ProductUserId
      The EOS Product User ID associated with this Integrated Platform's User (if there is one)
    • PreviousLoginStatus

      public EOS_ELoginStatus PreviousLoginStatus
      The login status prior to this change.
      See Also:
    • CurrentLoginStatus

      public EOS_ELoginStatus CurrentLoginStatus
      The login status at the time of this notification.
      See Also:
  • Constructor Details

    • EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo

      public EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo()
    • EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo

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