public class NCMBDialogPushConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DIALOG_DISPLAY_BACKGROUND
display format that display dialog with original background image
|
static int |
DIALOG_DISPLAY_DIALOG
display format that display dialog
|
static int |
DIALOG_DISPLAY_NONE
display format nothing to display
|
static int |
DIALOG_DISPLAY_ORIGINAL
display format that display original layout dialog
|
| Constructor and Description |
|---|
NCMBDialogPushConfiguration()
Costructor
default display formati is DIALOG_DISPLAY_NONE |
NCMBDialogPushConfiguration(int displayType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayType()
get the dislay format setting
|
void |
setDisplayType(int displayType)
set the display format
|
public static final int DIALOG_DISPLAY_NONE
public static final int DIALOG_DISPLAY_DIALOG
public static final int DIALOG_DISPLAY_BACKGROUND
public static final int DIALOG_DISPLAY_ORIGINAL