|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netmera.mobile.BasePush
com.netmera.mobile.NetmeraIOSPush
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
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 |
---|
public NetmeraIOSPush()
Method Detail |
---|
@Deprecated public void sendNotification() throws NetmeraException
NetmeraPushObject
to create push notifications.
After preparing, use NetmeraPushSender
to send this
notification. Sends notification to IOS devices.
sendNotification
in class BasePush
NetmeraException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |