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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSignifies the request should be canceled, but not due to an errorSignifies all data has now been written successfully, and we should upload the data to the cloudSignifies the data was written successfully, and we should write the data the fileSignifies there was a failure writing the data, and the request should end -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()Returns the enum constant of this class with the specified name.static EOS_PlayerDataStorage_EWriteResult[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_WR_ContinueWriting
Signifies the data was written successfully, and we should write the data the file -
EOS_WR_CompleteRequest
Signifies all data has now been written successfully, and we should upload the data to the cloud -
EOS_WR_FailRequest
Signifies there was a failure writing the data, and the request should end -
EOS_WR_CancelRequest
Signifies the request should be canceled, but not due to an error
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-