Enum Class EOS_PlayerDataStorage_EReadResult

java.lang.Object
java.lang.Enum<EOS_PlayerDataStorage_EReadResult>
host.anzo.eossdk.eos.sdk.playerdatastorage.enums.EOS_PlayerDataStorage_EReadResult
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable, Comparable<EOS_PlayerDataStorage_EReadResult>, Constable

public enum EOS_PlayerDataStorage_EReadResult extends Enum<EOS_PlayerDataStorage_EReadResult> implements com.sun.jna.NativeMapped
Return results for EOS_PlayerDataStorage_OnReadFileDataCallback callbacks to return
Since:
8/22/2023
  • Enum Constant Details

    • EOS_RR_ContinueReading

      public static final EOS_PlayerDataStorage_EReadResult EOS_RR_ContinueReading
      Signifies the data was read successfully, and we should continue to the next chunk if possible
    • EOS_RR_FailRequest

      public static final EOS_PlayerDataStorage_EReadResult EOS_RR_FailRequest
      Signifies there was a failure reading the data, and the request should end
    • EOS_RR_CancelRequest

      public static final EOS_PlayerDataStorage_EReadResult EOS_RR_CancelRequest
      Signifies the request should be canceled, but not due to an error
  • Method Details

    • values

      public static EOS_PlayerDataStorage_EReadResult[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EOS_PlayerDataStorage_EReadResult valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromNative

      public Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
      Specified by:
      fromNative in interface com.sun.jna.NativeMapped
    • toNative

      public Object toNative()
      Specified by:
      toNative in interface com.sun.jna.NativeMapped
    • nativeType

      public Class<?> nativeType()
      Specified by:
      nativeType in interface com.sun.jna.NativeMapped