| Package | Description |
|---|---|
| com.clevertap.apns |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRequestError |
NotificationRequestError.get(int errorCode) |
NotificationRequestError |
NotificationResponse.getError()
Returns the error.
|
static NotificationRequestError |
NotificationRequestError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRequestError[] |
NotificationRequestError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NotificationResponse(NotificationRequestError error,
int httpStatusCode,
java.lang.String responseBody,
java.lang.Throwable cause) |
Copyright © 2020. All Rights Reserved.