Interface PushPayload
public interface PushPayload
Representation of the notification element. Use
PushPayload.Builder
to define and
build the notification payload.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
The generic notification definition. -
Method Summary
-
Method Details
-
builder
-
getAlert
String getAlert() -
getBadge
Integer getBadge() -
getSound
String getSound() -
getPriority
String getPriority() -
getData
String getData() -
getSendAsSms
Boolean getSendAsSms() -
getApns
ApnsNotification getApns() -
getGcm
GcmNotification getGcm() -
getWns
WnsNotification getWns() -
getBaidu
BaiduNotification getBaidu() -
getW3c
W3cNotification getW3c() -
getCustom
-