public static enum ShareMessengerURLActionButton.WebviewHeightRatio extends java.lang.Enum<ShareMessengerURLActionButton.WebviewHeightRatio>
| Enum Constant and Description |
|---|
WebviewHeightRatioCompact
The webview will cover 50% of the screen.
|
WebviewHeightRatioFull
The webview will cover 100% screen.
|
WebviewHeightRatioTall
The webview will cover 75% of the screen.
|
| Modifier and Type | Method and Description |
|---|---|
static ShareMessengerURLActionButton.WebviewHeightRatio |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShareMessengerURLActionButton.WebviewHeightRatio[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareMessengerURLActionButton.WebviewHeightRatio WebviewHeightRatioFull
public static final ShareMessengerURLActionButton.WebviewHeightRatio WebviewHeightRatioTall
public static final ShareMessengerURLActionButton.WebviewHeightRatio WebviewHeightRatioCompact
public static ShareMessengerURLActionButton.WebviewHeightRatio[] values()
for (ShareMessengerURLActionButton.WebviewHeightRatio c : ShareMessengerURLActionButton.WebviewHeightRatio.values()) System.out.println(c);
public static ShareMessengerURLActionButton.WebviewHeightRatio 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 null