com.nokia.notifications
public class NotificationEnvironment extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CHINA_PRODUCTION
Notification Enabler is connected to China Production server.
|
static int |
GLOBAL_PRODUCTION
Notification Enabler is connected to Global server.
|
static int |
OTHER_ENVIRONMENT
Notification Enabler is connected to other internal server.
|
static int |
SANDBOX
Notification Enabler is connected to Sandbox server.
|
Constructor and Description |
---|
NotificationEnvironment() |
public static final int SANDBOX
public static final int GLOBAL_PRODUCTION
public static final int CHINA_PRODUCTION
public static final int OTHER_ENVIRONMENT