com.netmera.mobile
Class NetmeraAndroidPush

java.lang.Object
  extended by com.netmera.mobile.BasePush
      extended by com.netmera.mobile.NetmeraAndroidPush

Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. NetmeraAndroidPush class is used to send push notifications into only Android devices from current device.

NetmeraClient("your_api_key");
NetmeraAndroidPush push = new NetmeraAndroidPush();
push.setMessage("This is the message that will be sent as a notification");
push.sendNotification();

public class NetmeraAndroidPush
extends BasePush


Constructor Summary
NetmeraAndroidPush()
          Deprecated.  
 
Method Summary
 void sendNotification()
          Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to Android devices.
 
Methods inherited from class com.netmera.mobile.BasePush
addDeviceGroup, getDeviceGroups, getMessage, getParameter, setBoxPush, setCirclePush, setDeviceGroup, setDeviceGroups, setMessage, setParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetmeraAndroidPush

public NetmeraAndroidPush()
Deprecated. 
Method Detail

sendNotification

@Deprecated
public void sendNotification()
                      throws NetmeraException
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to Android devices.

Specified by:
sendNotification in class BasePush
Throws:
NetmeraException