public abstract class PlatformNotification extends Object implements PushModel
protected static class
PlatformNotification.Builder<T>
static String
ALERT
PlatformNotification(String alert, com.google.common.collect.ImmutableMap<String,String> extras, com.google.common.collect.ImmutableMap<String,Number> numberExtras, com.google.common.collect.ImmutableMap<String,Boolean> booleanExtras)
protected String
getAlert()
protected abstract String
getPlatform()
protected void
setAlert(String alert)
com.google.gson.JsonElement
toJSON()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ALERT
public PlatformNotification(String alert, com.google.common.collect.ImmutableMap<String,String> extras, com.google.common.collect.ImmutableMap<String,Number> numberExtras, com.google.common.collect.ImmutableMap<String,Boolean> booleanExtras)
public com.google.gson.JsonElement toJSON()
toJSON
PushModel
protected String getAlert()
protected void setAlert(String alert)
protected abstract String getPlatform()
Copyright © 2014. All Rights Reserved.