Uses of Class
com.netmera.mobile.NetmeraPushObject

Packages that use NetmeraPushObject
com.netmera.mobile   
 

Uses of NetmeraPushObject in com.netmera.mobile
 

Subclasses of NetmeraPushObject in com.netmera.mobile
 class NetmeraRichPushObject
          This is the class to manage and create incoming/created rich push notifications that is inherited from NetmeraPushObject.
 

Methods in com.netmera.mobile that return NetmeraPushObject
 NetmeraPushObject NetmeraPushObject.putCustomData(java.lang.String key, java.lang.String value)
          Put custom data to your push notification.
 NetmeraPushObject NetmeraPushObject.setCustomData(java.util.Map<java.lang.String,java.lang.String> customData)
          Set custom data when sending a push notification.
 NetmeraPushObject NetmeraPushObject.setMessage(java.lang.String message)
          Set the plain message of the push notification.
 NetmeraPushObject NetmeraPushObject.setTitle(java.lang.String title)
          Set a title to your push when you send a notification from device.
 

Methods in com.netmera.mobile with parameters of type NetmeraPushObject
static void NetmeraPushSender.sendPushNotification(NetmeraPushObject push)
          Sends given push notification message to specified users.
static void NetmeraPushSender.sendPushNotificationInBackground(NetmeraPushObject push)
          Sends given push notification message to specified users in background.
static void NetmeraPushSender.sendPushNotificationInBackground(NetmeraPushObject push, NetmeraCallback<java.lang.Void> callback)
          Sends given push notification message to specified users in background.