public static enum SteamUtils.NotificationPosition extends Enum<SteamUtils.NotificationPosition>
| Enum Constant and Description |
|---|
BottomLeft |
BottomRight |
TopLeft |
TopRight |
| Modifier and Type | Method and Description |
|---|---|
static SteamUtils.NotificationPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUtils.NotificationPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUtils.NotificationPosition TopLeft
public static final SteamUtils.NotificationPosition TopRight
public static final SteamUtils.NotificationPosition BottomLeft
public static final SteamUtils.NotificationPosition BottomRight
public static SteamUtils.NotificationPosition[] values()
for (SteamUtils.NotificationPosition c : SteamUtils.NotificationPosition.values()) System.out.println(c);
public static SteamUtils.NotificationPosition 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. All rights reserved.