Modifier and Type | Field and Description |
---|---|
static int |
DENSITY_2HD
Double the HD level density
|
static int |
DENSITY_4K
4K level density
|
static int |
DENSITY_560
Intermediate density for screens that sit somewhere between HD to 2HD
|
static int |
DENSITY_HD
HD Up To 1920x1080
|
static int |
DENSITY_HIGH
Hi Density Up To 480x854
|
static int |
DENSITY_LOW
Low Density Up To 240x320
|
static int |
DENSITY_MEDIUM
Medium Density Up To 360x480
|
static int |
DENSITY_VERY_HIGH
Very Hi Density Up To 1440x720
|
static int |
DENSITY_VERY_LOW
Very Low Density 176x220 And Smaller
|
static int |
GALLERY_ALL
Used by openGallery
|
static int |
GALLERY_ALL_MULTI
Used by openGallery
|
static int |
GALLERY_IMAGE
Used by openGallery
|
static int |
GALLERY_IMAGE_MULTI
Used by openGallery
|
static int |
GALLERY_VIDEO
Used by openGallery
|
static int |
GALLERY_VIDEO_MULTI
Used by openGallery
|
static int |
PICKER_TYPE_CALENDAR
Calendar picker type.
|
static int |
PICKER_TYPE_DATE
Date native picker type, it returns a java.util.Date result.
|
static int |
PICKER_TYPE_DATE_AND_TIME
Date and time native picker type, it returns a java.util.Date result.
|
static int |
PICKER_TYPE_DURATION
Duration picker type.
|
static int |
PICKER_TYPE_DURATION_HOURS
Duration picker type.
|
static int |
PICKER_TYPE_DURATION_MINUTES
Duration picker type.
|
static int |
PICKER_TYPE_STRINGS
Strings native picker type, it returns a String result and accepts a String array.
|
static int |
PICKER_TYPE_TIME
Time native picker type, it returns an integer with minutes since midnight.
|
static int |
SMS_BOTH
Used by getSMSSupport to indicate that SMS can be sent in either seamless or interactive mode
|
static int |
SMS_INTERACTIVE
Used by getSMSSupport to indicate that SMS triggers the native SMS app which will show a compose UI
|
static int |
SMS_NOT_SUPPORTED
Used by getSMSSupport to indicate that SMS is not supported
|
static int |
SMS_SEAMLESS
Used by getSMSSupport to indicate that SMS is sent in the background without a compose UI
|
Constructor and Description |
---|
CN1Constants() |
public static final int DENSITY_VERY_LOW
public static final int DENSITY_LOW
public static final int DENSITY_MEDIUM
public static final int DENSITY_HIGH
public static final int DENSITY_VERY_HIGH
public static final int DENSITY_HD
public static final int DENSITY_560
public static final int DENSITY_2HD
public static final int DENSITY_4K
public static final int PICKER_TYPE_DATE
public static final int PICKER_TYPE_TIME
public static final int PICKER_TYPE_DATE_AND_TIME
public static final int PICKER_TYPE_STRINGS
public static final int PICKER_TYPE_DURATION
public static final int PICKER_TYPE_DURATION_HOURS
public static final int PICKER_TYPE_DURATION_MINUTES
public static final int PICKER_TYPE_CALENDAR
public static final int SMS_NOT_SUPPORTED
public static final int SMS_SEAMLESS
public static final int SMS_INTERACTIVE
public static final int SMS_BOTH
public static final int GALLERY_IMAGE
public static final int GALLERY_VIDEO
public static final int GALLERY_ALL
public static final int GALLERY_IMAGE_MULTI
public static final int GALLERY_VIDEO_MULTI
public static final int GALLERY_ALL_MULTI