public class WapPushManagerParams extends Object
Modifier and Type | Field and Description |
---|---|
static int |
APP_QUERY_FAILED
Process Message return value
Application ID or content type was not found in the application ID table
|
static int |
APP_TYPE_ACTIVITY
Application type activity
|
static int |
APP_TYPE_SERVICE
Application type service
|
static int |
EXCEPTION_CAUGHT
Process Message return value
Unknown exception
|
static int |
FURTHER_PROCESSING
Process Message return value
Need further processing after WapPushManager message processing
|
static int |
INVALID_RECEIVER_NAME
Process Message return value
Receiver application was not found
|
static int |
MESSAGE_HANDLED
Process Message return value
Message is handled
|
static int |
SIGNATURE_NO_MATCH
Process Message return value
Receiver application signature check failed
|
Constructor and Description |
---|
WapPushManagerParams() |
public static final int APP_TYPE_ACTIVITY
public static final int APP_TYPE_SERVICE
public static final int MESSAGE_HANDLED
public static final int APP_QUERY_FAILED
public static final int SIGNATURE_NO_MATCH
public static final int INVALID_RECEIVER_NAME
public static final int EXCEPTION_CAUGHT
public static final int FURTHER_PROCESSING