java.lang.Objectcom.netmera.mobile.BasePush
com.netmera.mobile.NetmeraIOSPush
public class NetmeraIOSPush
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 |
---|
public NetmeraIOSPush()
Method Detail |
---|
public void sendNotification() throws NetmeraException
sendNotification
in class BasePush
NetmeraException