Enum Class EOS_PlayerDataStorage_EWriteResult

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

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

    • EOS_WR_ContinueWriting

      public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_ContinueWriting
      Signifies the data was written successfully, and we should write the data the file
    • EOS_WR_CompleteRequest

      public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_CompleteRequest
      Signifies all data has now been written successfully, and we should upload the data to the cloud
    • EOS_WR_FailRequest

      public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_FailRequest
      Signifies there was a failure writing the data, and the request should end
    • EOS_WR_CancelRequest

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

    • values

      public static EOS_PlayerDataStorage_EWriteResult[] 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_EWriteResult 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