com.netmera.mobile
Class NetmeraAndroidPush

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

public class NetmeraAndroidPush
extends BasePush

NetmeraAndroidPush class is used to send push notifications into only Android devices from java code.

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.netmera.mobile.BasePush
BasePush.PushChannel
 
Constructor Summary
NetmeraAndroidPush()
           
 
Method Summary
 void sendNotification()
          Sends notification to Android devices.
 
Methods inherited from class com.netmera.mobile.BasePush
getDeviceGroups, getMessage, sendRichPushGroups, setBoxPush, setCirclePush, setDeviceGroup, setDeviceGroups, setMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetmeraAndroidPush

public NetmeraAndroidPush()
Method Detail

sendNotification

public void sendNotification()
                      throws NetmeraException
Sends notification to Android devices.

Specified by:
sendNotification in class BasePush
Throws:
NetmeraException