|
||||||||||
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.NetmeraAndroidPush
NetmeraPushObject
to create push notifications. After
preparing, use NetmeraPushSender
to send this
notification. NetmeraAndroidPush class is used to send push
notifications into only Android devices from current device.
NetmeraClient("your_api_key");
NetmeraAndroidPush push = new NetmeraAndroidPush();
push.setMessage("This is the message that will be sent as a notification");
push.sendNotification();
public class NetmeraAndroidPush
Constructor Summary | |
---|---|
NetmeraAndroidPush()
Deprecated. |
Method Summary | |
---|---|
void |
sendNotification()
Deprecated. use NetmeraPushObject to create push notifications.
After preparing, use NetmeraPushSender to send this
notification. Sends notification to Android 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 NetmeraAndroidPush()
Method Detail |
---|
@Deprecated public void sendNotification() throws NetmeraException
NetmeraPushObject
to create push notifications.
After preparing, use NetmeraPushSender
to send this
notification. Sends notification to Android devices.
sendNotification
in class BasePush
NetmeraException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |