com.netmera.mobile
Class NetmeraPushObject.NotificationType

java.lang.Object
  extended by com.netmera.mobile.NetmeraPushObject.NotificationType
Enclosing class:
NetmeraPushObject

public static class NetmeraPushObject.NotificationType
extends java.lang.Object

Available notification types of the incoming or created push notification object.


Field Summary
static java.lang.String RICH_PUSH
          Push notification that contains HTML-formatted rich content is sent to the relevant devices.
static java.lang.String STANDARD
          Plain-text push notification is sent to the relevant devices.
 
Constructor Summary
NetmeraPushObject.NotificationType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RICH_PUSH

public static final java.lang.String RICH_PUSH
Push notification that contains HTML-formatted rich content is sent to the relevant devices.

See Also:
Constant Field Values

STANDARD

public static final java.lang.String STANDARD
Plain-text push notification is sent to the relevant devices.

See Also:
Constant Field Values
Constructor Detail

NetmeraPushObject.NotificationType

public NetmeraPushObject.NotificationType()