public class Intent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Intent.IntentError |
| Constructor and Description |
|---|
Intent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
canOpenIntent(org.json.JSONObject intentData,
WebViewCallback callback) |
static void |
canOpenIntents(org.json.JSONArray intents,
WebViewCallback callback) |
static void |
launch(org.json.JSONObject intentData,
WebViewCallback callback) |
static void |
removeActiveActivity(android.app.Activity activity) |
static void |
setActiveActivity(android.app.Activity activity) |
public static void launch(org.json.JSONObject intentData,
WebViewCallback callback)
public static void setActiveActivity(android.app.Activity activity)
public static void removeActiveActivity(android.app.Activity activity)
public static void canOpenIntent(org.json.JSONObject intentData,
WebViewCallback callback)
public static void canOpenIntents(org.json.JSONArray intents,
WebViewCallback callback)