Class Summary | |
---|---|
BaseContent | |
BasePush | BasePush class is an abstract class to implement different channel notifications like NetmeraIOSPush, NetmeraAndroidPush and NetmeraPush By the help of these classes push notifications can be send different channels. |
Logging | Logging is used to enable/disable inner Netmera logs. |
NetmeraActivity | |
NetmeraAndroidPush | NetmeraAndroidPush class is used to send push notifications into only Android devices from java code. |
NetmeraBroadcastReceiver | This is used to receive Push messages and deliver them to NetmeraIntentService. |
NetmeraCache | Cache mechanism for Android API |
NetmeraCallback<T> | NetmeraCallback is used to run code with response data coming from Netmera after the background thread finishes running. |
NetmeraClient | NetmeraClient class contains the configuration methods. |
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 | |
NetmeraExceptionReporter | This class is used to send exception reports to Netmera. |
NetmeraFacebookUtils | NetmeraFacebookUtils object uses Facebook account for user
operations. |
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 | NetmeraIOSPush class is used to send push notifications into only IOS devices from java code. |
NetmeraLocalSession | This class is used to ease the use of SharedPreferences . |
NetmeraMedia | NetmeraMedia object is used to create media content. |
NetmeraPush | NetmeraPush class is used to send push notifications into devices from your application. |
NetmeraPushDetail | The NetmeraPushDetail class is used to get the detailed information after a push notification is send. |
NetmeraPushService | This is the main class to manage push notifications in Netmera. |
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 | |
---|---|
BasePush.PushChannel | |
NetmeraCache.CacheType | Types of the Cache to use while searching. |
NetmeraException.ErrorCode | |
NetmeraMedia.PhotoSize | Type of the photo size. |
NetmeraService.SortOrder | |
NetworkConnectivityListener.State |
Exception Summary | |
---|---|
NetmeraException | |
NetmeraRuntimeException | NetmeraRuntimeException is the class of those exceptions that can be thrown during the normal operation of the Netmera. |