com.netmera.mobile
Class NetmeraRichPushObject.RichPushStatus

java.lang.Object
  extended by 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.
 
Constructor Summary
NetmeraRichPushObject.RichPushStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NetmeraRichPushObject.RichPushStatus

public NetmeraRichPushObject.RichPushStatus()