public final class APNs extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
APNs.Builder
Builder for APNs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentUrl() |
Integer |
getBadge() |
String |
getInteractiveCategory() |
String |
getIosActionKey() |
String |
getLaunchImage() |
String[] |
getLocArgs() |
String |
getLocKey() |
com.fasterxml.jackson.databind.JsonNode |
getPayload() |
String |
getSound() |
String |
getSubtitle() |
String |
getTitle() |
String[] |
getTitleLocArgs() |
String |
getTitleLocKey() |
APNs.Builder.APNSNotificationType |
getType() |
public static final Logger logger
public final Integer getBadge()
public final String getSound()
public final String getIosActionKey()
public final com.fasterxml.jackson.databind.JsonNode getPayload()
public final String getInteractiveCategory()
public final APNs.Builder.APNSNotificationType getType()
public final String getTitleLocKey()
public final String getLocKey()
public final String getLaunchImage()
public final String[] getTitleLocArgs()
public final String[] getLocArgs()
public final String getSubtitle()
public final String getTitle()
public final String getAttachmentUrl()
Copyright © 2019. All rights reserved.