Uses of Class
com.restfb.types.send.WebviewHeightEnum
-
Packages that use WebviewHeightEnum Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of WebviewHeightEnum in com.restfb.types.send
Methods in com.restfb.types.send that return WebviewHeightEnum Modifier and Type Method Description WebviewHeightEnum
WebButton. getWebviewHeightRatio()
static WebviewHeightEnum
WebviewHeightEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebviewHeightEnum[]
WebviewHeightEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.send with parameters of type WebviewHeightEnum Modifier and Type Method Description void
WebButton. setWebviewHeightRatio(WebviewHeightEnum webviewHeightRatio)
-