public abstract class Consts
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
GENERIC_ERROR
General SDK error.
|
static java.lang.String |
OAUTH_PATH_TOKEN |
static java.lang.String |
OAUTH_PATH_VERIFY |
| Constructor and Description |
|---|
Consts() |
| Modifier and Type | Method and Description |
|---|---|
Consts |
clone() |
android.content.Intent |
getEloIntentWithFlag(android.content.Context context,
java.lang.String token,
java.lang.String action) |
org.json.JSONObject |
getMigrate(android.content.Context context) |
static boolean |
isDevice7Inch() |
static boolean |
isDeviceM100() |
public static final java.lang.String OAUTH_PATH_TOKEN
public static final java.lang.String OAUTH_PATH_VERIFY
public static final int GENERIC_ERROR
public static boolean isDevice7Inch()
public static boolean isDeviceM100()
public org.json.JSONObject getMigrate(android.content.Context context)
public android.content.Intent getEloIntentWithFlag(android.content.Context context,
java.lang.String token,
java.lang.String action)
public Consts clone()
clone in class java.lang.Object