public class WebAppInterface
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private android.content.Context |
mContext |
| Constructor and Description |
|---|
WebAppInterface(android.content.Context c)
Instantiate the interface and set the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
goPanel(java.lang.String building)
Go to building panel
|
void |
showToast(java.lang.String toast)
Show a toast from the web page
|