Constants provide several constants which can be used in day-to-day Android SDK use. More...
Static Public Attributes | |
| static byte | UNKNOWN = -1 |
| static byte | FEMALE = 0 |
| static byte | MALE = 1 |
| static int | MODE_PORTRAIT = 1 |
| static int | MODE_LANDSCAPE = 2 |
Constants provide several constants which can be used in day-to-day Android SDK use.
byte FEMALE = 0 [static] |
Gender Constant FEMALE
byte MALE = 1 [static] |
Gender Constant MALE
int MODE_LANDSCAPE = 2 [static] |
Banner Display Constant MODE_LANDSCAPE
int MODE_PORTRAIT = 1 [static] |
Banner Display Constant MODE_PORTRAIT
byte UNKNOWN = -1 [static] |
Gender Constant UNKNOWN