-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ShareMessengerURLActionButton.WebviewHeightRatioThe display height ratio of the webview when shown in the Messenger app.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description WebviewHeightRatioFullThe webview will cover 100% screen.
WebviewHeightRatioTallThe webview will cover 75% of the screen.
WebviewHeightRatioCompactThe webview will cover 50% of the screen.
-
Method Summary
Modifier and Type Method Description static Array<ShareMessengerURLActionButton.WebviewHeightRatio>values()static ShareMessengerURLActionButton.WebviewHeightRatiovalueOf(String name)-
-
Method Detail
-
values
static Array<ShareMessengerURLActionButton.WebviewHeightRatio> values()
-
valueOf
static ShareMessengerURLActionButton.WebviewHeightRatio valueOf(String name)
-
-
-
-