Class EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions

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

@FieldOrder({"ApiVersion","PlatformType","LocalPlatformUserId","ExpectedLoginStatus"}) public class EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions extends com.sun.jna.Structure
Input parameters for the EOS_IntegratedPlatform_FinalizeDeferredUserLogout function.
Since:
8/20/2023
  • Field Details

    • EOS_INTEGRATEDPLATFORM_FINALIZEDEFERREDUSERLOGOUT_API_LATEST

      public static final int EOS_INTEGRATEDPLATFORM_FINALIZEDEFERREDUSERLOGOUT_API_LATEST
      The most recent version of the EOS_IntegratedPlatform_FinalizeDeferredUserLogout API.
      See Also:
    • ApiVersion

      public int ApiVersion
    • PlatformType

      public String PlatformType
      The integrated platform this user belongs to.
    • LocalPlatformUserId

      public String LocalPlatformUserId
      String version of the integrated platform-dependent user id.
    • ExpectedLoginStatus

      public EOS_ELoginStatus ExpectedLoginStatus
      The logged-in state the user is expected to be (EOS_ELoginStatus.EOS_LS_LoggedIn or EOS_ELoginStatus.EOS_LS_NotLoggedIn). If the provided state does not match internal EOS state, this function will return in failure. If the state is incorrect, the application should wait and attempt to call the function again next tick, after both updating its own state from the system and calling EOS_Platform_Tick, allowing the SDK to update its state from the system as well.
  • Constructor Details

    • EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions

      public EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions()
    • EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions

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