|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
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();
NetmeraService methods.NetmeraEvent is used to send custom events and app analytic events
about app open/close and time in app to Netmera Analytics service.NetmeraFacebookUtils is used for user operations on Facebook.NetmeraLocationSettings to set the location tracking
settings.NetmeraLocationService class instead.<application></application> tags in the
AndroidManifest.xml file.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();
SharedPreferences.NetmeraPushObject to create push notifications. After
preparing, use NetmeraPushSender to send this
notification. NetmeraPush class is used to send push
notifications into devices from your application.
NetmeraClient("your_api_key");
NetmeraPush push = new NetmeraPush();
push.setSendToIos(true);
push.setSendToAndroid(true);
push.setMessage("This is the message that will be sent as a notification");
push.sendNotification();
NetmeraPushObject.NetmeraRuntimeException is the class of those exceptions that can be
thrown during the normal operation of the Netmera.NetmeraContent object by its search()
and get() methods.NetmeraTwitterUtils object uses Twitter account for user operations.NetmeraUser object is for managing users of the application.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||