com.netmera.mobile
Class NetmeraIOSPush

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

public class NetmeraIOSPush
extends BasePush

NetmeraIOSPush class is used to send push notifications into only IOS devices from java code.

NetmeraClient("your_api_key");
NetmeraIOSPush push = new NetmeraIOSPush();
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
NetmeraIOSPush()
           
 
Method Summary
 void sendNotification()
          Sends notification to IOS 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

NetmeraIOSPush

public NetmeraIOSPush()
Method Detail

sendNotification

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

Specified by:
sendNotification in class BasePush
Throws:
NetmeraException