Package com.netmera.mobile

Class Summary
BaseContent  
BasePush Deprecated. use NetmeraPushObject to create push notifications.
GeofenceService Deprecated.
LocationService  
Logging Logging is used to enable/disable inner Netmera logs.
Netmera Netmera class contains initial configuration method and methods that are used to get general data of the application and user.
NetmeraActivity This class must be extended from push notification activity of your application.
NetmeraAndroidPush Deprecated. use NetmeraPushObject to create push notifications.
NetmeraBroadcastReceiver This is used to receive Push messages and deliver them to NetmeraIntentService.
NetmeraCache Cache mechanism for NetmeraService methods.
NetmeraCallback<T> NetmeraCallback is used to run code with response data coming from Netmera after the background thread finishes running.
NetmeraConnectionUtils Time restrictions for connection and read operations can be set by using this utility class.
NetmeraContent The NetmeraContent object is used to run CRUD operations over the data.
NetmeraDeviceDetail The NetmeraDeviceDetail class is used to when registering and unregistering devices to specified groups or getting the detailed information of a registered device.
NetmeraEvent NetmeraEvent is used to send custom events and app analytic events about app open/close and time in app to Netmera Analytics service.
NetmeraExceptionReporter This class is used to send exception reports to Netmera.
NetmeraFacebookUtils NetmeraFacebookUtils is used for user operations on Facebook.
NetmeraGeofence Deprecated. Used to control Netmera Geofence Settings, use NetmeraLocationSettings to set the location tracking settings.
NetmeraGeofenceService Deprecated. This class is used to activate / deactivate Geofence Service, use NetmeraLocationService class instead.
NetmeraGeoLocation NetmeraGeoLocation is used to create location with the given latitude and longitude values.
NetmeraIntentService This class is responsible to listen notifications and handle communications between services.In order to send push notification the following XML must be added between the <application></application> tags in the AndroidManifest.xml file.
NetmeraIOSPush Deprecated. use NetmeraPushObject to create push notifications.
NetmeraJavascriptInterface This class is used to inject the given Java object into rich push WebView.
NetmeraLocalSession This class is used to ease the use of SharedPreferences.
NetmeraLocationService This class is used to activate / deactivate Location Service.
NetmeraLocationSettings Used to control Netmera Location Settings.
NetmeraPopup This is the class to manage, see and show pop-ups.
NetmeraPopup.EventType Event types to filter pop-ups.
NetmeraPopupService This is the main class to manage pop-ups in Netmera.
NetmeraPush Deprecated. use NetmeraPushObject to create push notifications.
NetmeraPushInboxDataController This class helps you to manage push inbox operations.
NetmeraPushObject NetmeraPushObject is the main Push object in Netmera.
NetmeraPushObject.NotificationType Available notification types of the incoming or created push notification object.
NetmeraPushSender This class will help you when you want to send push notifications.
NetmeraPushService This is the main class to manage push notifications in Netmera.
NetmeraPushService.NotificationStyleActionController This class is used to set actions for new notification styles of Android.
NetmeraRichPushObject This is the class to manage and create incoming/created rich push notifications that is inherited from NetmeraPushObject.
NetmeraRichPushObject.RichPushStatus Statuses of rich pushes according to functions to perform.
NetmeraService NetmeraService is used to get NetmeraContent object by its search() and get() methods.
NetmeraService.SortBy  
NetmeraTwitterUtils NetmeraTwitterUtils object uses Twitter account for user operations.
NetmeraUser NetmeraUser object is for managing users of the application.
NetworkConnectivityListener A wrapper for a broadcast receiver that provides network connectivity state information, independent of network type (mobile, Wi-Fi, etc.).
 

Enum Summary
NetmeraCache.CacheType Types of the Cache to use while searching.
NetmeraException.ErrorCode  
NetmeraService.SortOrder Sort order definitions
NetworkConnectivityListener.State  
 

Exception Summary
NetmeraException  
NetmeraRuntimeException NetmeraRuntimeException is the class of those exceptions that can be thrown during the normal operation of the Netmera.