public static enum UnityServerConfiguration.LogoutMode extends Enum<UnityServerConfiguration.LogoutMode>
| Enum Constant and Description |
|---|
internalAndAsyncPeers |
internalAndSyncPeers |
internalOnly |
| Modifier and Type | Method and Description |
|---|---|
static UnityServerConfiguration.LogoutMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnityServerConfiguration.LogoutMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityServerConfiguration.LogoutMode internalOnly
public static final UnityServerConfiguration.LogoutMode internalAndSyncPeers
public static final UnityServerConfiguration.LogoutMode internalAndAsyncPeers
public static UnityServerConfiguration.LogoutMode[] values()
for (UnityServerConfiguration.LogoutMode c : UnityServerConfiguration.LogoutMode.values()) System.out.println(c);
public static UnityServerConfiguration.LogoutMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Unity. All rights reserved.