Constants Interface Reference

Constants provide several constants which can be used in day-to-day Android SDK use. More...

List of all members.

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

Detailed Description

Constants provide several constants which can be used in day-to-day Android SDK use.

Author:
2009-2011 Flurry, Inc. All Rights Reserved
Version:
2.2.1

Member Data Documentation

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


The documentation for this interface was generated from the following file: