public static enum BrowserInfo.ChallengeWindowSize extends Enum<BrowserInfo.ChallengeWindowSize>
| Enum Constant and Description |
|---|
SIZE_250X400 |
SIZE_390X400 |
SIZE_500X600 |
SIZE_600X400 |
SIZE_FULL_SCREEN |
| Modifier and Type | Method and Description |
|---|---|
static BrowserInfo.ChallengeWindowSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserInfo.ChallengeWindowSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="250x400") public static final BrowserInfo.ChallengeWindowSize SIZE_250X400
@SerializedName(value="390x400") public static final BrowserInfo.ChallengeWindowSize SIZE_390X400
@SerializedName(value="500x600") public static final BrowserInfo.ChallengeWindowSize SIZE_500X600
@SerializedName(value="600x400") public static final BrowserInfo.ChallengeWindowSize SIZE_600X400
@SerializedName(value="full-screen") public static final BrowserInfo.ChallengeWindowSize SIZE_FULL_SCREEN
public static BrowserInfo.ChallengeWindowSize[] values()
for (BrowserInfo.ChallengeWindowSize c : BrowserInfo.ChallengeWindowSize.values()) System.out.println(c);
public static BrowserInfo.ChallengeWindowSize 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 © 2024. All rights reserved.