public enum EOS_EDesktopCrossplayStatus extends java.lang.Enum<EOS_EDesktopCrossplayStatus> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_DCS_ApplicationNotBootstrapped
The application was not launched through the Bootstrapper.
|
EOS_DCS_OK
Desktop crossplay is ready to use.
|
EOS_DCS_OverlayDisabled
The application has explicitly disabled the overlay through SDK initialization flags.
|
EOS_DCS_OverlayLoadFailed
The overlay failed to load.
|
EOS_DCS_OverlayNotInstalled
The overlay is not installed.
|
EOS_DCS_OverlayTrustCheckFailed
The overlay was not loaded due to failing trust check on the digital signature of the file on disk.
|
EOS_DCS_ServiceNotInstalled
The redistributable service is not installed.
|
EOS_DCS_ServiceNotRunning
The service was started successfully, but is no longer running in the background, for an unknown reason.
|
EOS_DCS_ServiceStartFailed
The service failed to start.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_EDesktopCrossplayStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EDesktopCrossplayStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EDesktopCrossplayStatus EOS_DCS_OK
public static final EOS_EDesktopCrossplayStatus EOS_DCS_ApplicationNotBootstrapped
public static final EOS_EDesktopCrossplayStatus EOS_DCS_ServiceNotInstalled
public static final EOS_EDesktopCrossplayStatus EOS_DCS_ServiceStartFailed
public static final EOS_EDesktopCrossplayStatus EOS_DCS_ServiceNotRunning
public static final EOS_EDesktopCrossplayStatus EOS_DCS_OverlayDisabled
public static final EOS_EDesktopCrossplayStatus EOS_DCS_OverlayNotInstalled
As the overlay is automatically installed and kept up-to-date by the redistributable service, this indicates that the user may have separately manually removed the installed overlay files.
public static final EOS_EDesktopCrossplayStatus EOS_DCS_OverlayTrustCheckFailed
public static final EOS_EDesktopCrossplayStatus EOS_DCS_OverlayLoadFailed
public static EOS_EDesktopCrossplayStatus[] values()
for (EOS_EDesktopCrossplayStatus c : EOS_EDesktopCrossplayStatus.values()) System.out.println(c);
public static EOS_EDesktopCrossplayStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped