Class EOS_SessionModification_SetAllowedPlatformIdsOptions

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

@FieldOrder({"ApiVersion","AllowedPlatformIds","AllowedPlatformIdsCount"}) public class EOS_SessionModification_SetAllowedPlatformIdsOptions extends com.sun.jna.Structure
Since:
9/6/2023
  • Field Details

    • EOS_SESSIONMODIFICATION_SETALLOWEDPLATFORMIDS_API_LATEST

      public static final int EOS_SESSIONMODIFICATION_SETALLOWEDPLATFORMIDS_API_LATEST
      See Also:
    • ApiVersion

      public int ApiVersion
    • AllowedPlatformIds

      public com.sun.jna.ptr.IntByReference AllowedPlatformIds
      Array of platform IDs indicating the player platforms allowed to register with the session. Platform IDs are found in the EOS header file, e.g. EOS_OPT_Epic. For some platforms, the value will be in the EOS Platform specific header file. If null, the session will be unrestricted.
    • AllowedPlatformIdsCount

      public int AllowedPlatformIdsCount
      Number of platform IDs in the array
  • Constructor Details

    • EOS_SessionModification_SetAllowedPlatformIdsOptions

      public EOS_SessionModification_SetAllowedPlatformIdsOptions()
    • EOS_SessionModification_SetAllowedPlatformIdsOptions

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