java.lang.Object | |
↳ | com.samsung.android.knox.kpm.KnoxPushServiceResult |
This class provides values and methods to handle knox push service result.
API level 35 |
KNOX 3.8 |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_BAD_REQUEST | Bad request error occurred on the Knox Server. | |||||||||
int | ERROR_BIND_FAIL | Bind fail error occurred. | |||||||||
int | ERROR_CB_EMPTY | Callback is empty. | |||||||||
int | ERROR_CONFLICT | Request conflict error occurred on the Knox Server. | |||||||||
int | ERROR_DEVICE_NOT_SUPPORTED | Device is not supported. | |||||||||
int | ERROR_FORBIDDEN | Forbidden error occurred on the Knox Server. | |||||||||
int | ERROR_FW | Framework related error occurred. | |||||||||
int | ERROR_INTERNAL | Knox Push Service internal error occurred. | |||||||||
int | ERROR_INTERNAL_SERVER | Knox Server internal error occured. | |||||||||
int | ERROR_NETWORK | Network unavailable error occurred. | |||||||||
int | ERROR_NONE | Succeed status. | |||||||||
int | ERROR_NOT_FOUND | Not found error occurred on the Knox Server. | |||||||||
int | ERROR_PERMISSION | Permission error occurred. | |||||||||
int | ERROR_REQUEST_NOT_FINISHED | Previous request is not finished. | |||||||||
int | ERROR_SERVICE_UNAVAILABLE | Temporary server unavailable error occurred on the Knox Server. | |||||||||
int | ERROR_UNAUTHORIZED | Unauthorized error occurred on the Knox Server. | |||||||||
int | ERROR_UNKNOWN | Unknown error occured. | |||||||||
int | NOT_REGISTERED | Device is not registered. | |||||||||
int | REGISTERED | Device is registered. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get deviceId of the knox push service result.
| |||||||||||
Get error code or registratation status of the knox push service result.
| |||||||||||
Get detail error reason of the knox push service result.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Bad request error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Bind fail error occurred. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Callback is empty. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Request conflict error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Device is not supported. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Forbidden error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Framework related error occurred. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Knox Push Service internal error occurred. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Knox Server internal error occured. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Network unavailable error occurred. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Succeed status. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Not found error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Permission error occurred. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Previous request is not finished. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Temporary server unavailable error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Unauthorized error occurred on the Knox Server. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Unknown error occured. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Device is not registered. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Device is registered. Possible value for errorCode.
API level 35 |
KNOX 3.8 |
Get deviceId of the knox push service result. The deviceId can be used to point target device when Server to Server request.
API level 35 |
KNOX 3.8 |
Get error code or registratation status of the knox push service result.
API level 35 |
KNOX 3.8 |
Get detail error reason of the knox push service result.
API level 35 |
KNOX 3.8 |