public class PopupManager extends Object
| Constructor and Description |
|---|
PopupManager(Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
showAlert(String message,
JsResult result) |
void |
showConfirmation(String message,
JsResult result) |
void |
showPrompt(String message,
String defaultValue,
JsPromptResult result) |
public PopupManager(Activity activity)