public class LinkObject extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LinkObject.Builder
Class for building link objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getAndroidExecutionParams() |
String |
getIosExecutionParams() |
String |
getMobileWebUrl() |
String |
getWebUrl() |
static LinkObject.Builder |
newBuilder() |
org.json.JSONObject |
toJSONObject() |
public String getAndroidExecutionParams()
public String getIosExecutionParams()
public String getMobileWebUrl()
public String getWebUrl()
public static LinkObject.Builder newBuilder()
public org.json.JSONObject toJSONObject() throws org.json.JSONException
org.json.JSONException