public class AuthenticatingConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASE_URL |
static float |
MAX_SIZE_IMAGE_UPLOAD
2 Megabyte cap on incoming images.
|
static int |
TAG_AVAILABLE_NETWORKS |
static int |
TAG_CHECK_PHOTO_RESULT |
static int |
TAG_ERROR_RESPONSE |
static int |
TAG_QUIZ_QUESTIONS |
static int |
TAG_SIMPLE_RESPONSE |
static int |
TAG_USER |
Constructor and Description |
---|
AuthenticatingConstants() |
public static final java.lang.String BASE_URL
public static final int TAG_SIMPLE_RESPONSE
public static final int TAG_ERROR_RESPONSE
public static final int TAG_AVAILABLE_NETWORKS
public static final int TAG_USER
public static final int TAG_QUIZ_QUESTIONS
public static final int TAG_CHECK_PHOTO_RESULT
public static final float MAX_SIZE_IMAGE_UPLOAD