| Package | Description |
|---|---|
| de.bytefish.fcmjava.model.builders | |
| de.bytefish.fcmjava.model.enums | |
| de.bytefish.fcmjava.model.options | |
| de.bytefish.fcmjava.requests |
| Modifier and Type | Method and Description |
|---|---|
FcmMessageOptionsBuilder |
FcmMessageOptionsBuilder.setPriorityEnum(PriorityEnum priorityEnum) |
| Modifier and Type | Method and Description |
|---|---|
static PriorityEnum |
PriorityEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriorityEnum[] |
PriorityEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityEnum |
FcmMessageOptions.getPriorityEnum() |
| Constructor and Description |
|---|
FcmMessageOptions(String condition,
String collapseKey,
PriorityEnum priorityEnum,
Boolean contentAvailable,
Boolean delayWhileIdle,
int timeToLive,
String restrictedPackageName,
Boolean dryRun) |
| Modifier and Type | Method and Description |
|---|---|
PriorityEnum |
FcmMessage.getPriorityEnum() |
Copyright © 2017. All rights reserved.