public static class GCMMessage.GCMNotification extends Object
| Constructor and Description |
|---|
GCMNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBadge() |
String |
getBody() |
String |
getColor() |
String |
getIcon() |
String |
getSound() |
String |
getTag() |
String |
getTitle() |
void |
setBadge(String badge) |
void |
setBody(String body) |
void |
setColor(String color) |
void |
setIcon(String icon) |
void |
setSound(String sound) |
void |
setTag(String tag) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
public String getIcon()
public void setIcon(String icon)
public String getSound()
public void setSound(String sound)
public String getBadge()
public void setBadge(String badge)
public String getTag()
public void setTag(String tag)
public String getColor()
public void setColor(String color)
Copyright © 2015. All Rights Reserved.