com.netmera.mobile
Class NetmeraRichPushObject.RichPushStatus
java.lang.Object
com.netmera.mobile.NetmeraRichPushObject.RichPushStatus
- Enclosing class:
- NetmeraRichPushObject
public static class NetmeraRichPushObject.RichPushStatus
- extends java.lang.Object
Statuses of rich pushes according to functions to perform.
Field Summary |
static java.lang.String |
DELETED
It shows that the rich push is deleted. |
static java.lang.String |
READ
It shows that the rich push is read. |
static java.lang.String |
UNREAD
It shows that the rich push is unread. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ
public static final java.lang.String READ
- It shows that the rich push is read.
- See Also:
- Constant Field Values
UNREAD
public static final java.lang.String UNREAD
- It shows that the rich push is unread.
- See Also:
- Constant Field Values
DELETED
public static final java.lang.String DELETED
- It shows that the rich push is deleted.
- See Also:
- Constant Field Values
NetmeraRichPushObject.RichPushStatus
public NetmeraRichPushObject.RichPushStatus()