| Package | Description |
|---|---|
| com.clevertap.apns |
| Modifier and Type | Method and Description |
|---|---|
Notification.Priority |
Notification.getPriority() |
static Notification.Priority |
Notification.Priority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Priority[] |
Notification.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.priority(Notification.Priority priority) |
| Constructor and Description |
|---|
Notification(java.lang.String payload,
java.lang.String token,
java.lang.String topic,
java.lang.String collapseId,
long expiration,
Notification.Priority priority,
java.util.UUID uuid,
java.lang.String pushType)
Constructs a new Notification with a payload and token.
|
Copyright © 2020. All Rights Reserved.