com.netmera.mobile
Class NetmeraIOSPush

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

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

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

@Deprecated
public class NetmeraIOSPush
extends BasePush


Constructor Summary
NetmeraIOSPush()
          Deprecated.  
 
Method Summary
 void sendNotification()
          Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to IOS 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

NetmeraIOSPush

public NetmeraIOSPush()
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 IOS devices.

Specified by:
sendNotification in class BasePush
Throws:
NetmeraException