| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.template.button |
| Modifier and Type | Method and Description |
|---|---|
static Button |
ButtonFactory.createWebViewButton(String title,
String url,
WebViewHeightRatioType ratioType)
Creates a web view button.
|
| Modifier and Type | Method and Description |
|---|---|
static WebViewHeightRatioType |
WebViewHeightRatioType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebViewHeightRatioType[] |
WebViewHeightRatioType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Instantiates a new web url button.
|
Copyright © 2017 BotMill. All rights reserved.