A B C D E F G H I J L M N O P R S T U V W

G

GeofenceService - Class in com.netmera.mobile
Deprecated. 
GeofenceService() - Constructor for class com.netmera.mobile.GeofenceService
Deprecated.  
get(String) - Method in class com.netmera.mobile.BaseContent
Gets the Object with the specified key.
get() - Method in class com.netmera.mobile.NetmeraService
Gets the single NetmeraContent object with the given path.Path of the content can be setted using the setPath() method.
get(Class<T>) - Method in class com.netmera.mobile.NetmeraService
Gets a single content and maps it to your model object.
getAccessExpires() - Method in class com.netmera.facebook.Facebook
Retrieve the current session's expiration time (in milliseconds since Unix epoch), or 0 if the session doesn't expire or doesn't exist.
getAccessToken() - Method in class com.netmera.facebook.Facebook
Retrieve the OAuth 2.0 access token for API access: treat with care.
getAccessToken() - Method in class com.netmera.mobile.twitter.Twitter
 
getAll(String) - Method in class com.netmera.mobile.NetmeraLocalSession
This method is used to get all attributes saved in given session file.
getAllPopupsToShow() - Static method in class com.netmera.mobile.NetmeraPopupService
 
getAppId() - Method in class com.netmera.facebook.Facebook
 
getAttributionId(ContentResolver) - Static method in class com.netmera.facebook.Facebook
Get Attribution ID for app install conversion tracking.
getBoolean(String) - Method in class com.netmera.mobile.BaseContent
Gets the boolean value with the specified key.
getBoolean(String, String, boolean) - Method in class com.netmera.mobile.NetmeraLocalSession
Get Boolean from session.
getCacheType() - Method in class com.netmera.mobile.NetmeraService
Gets the defined cache type.
getCode() - Method in exception com.netmera.mobile.NetmeraException
 
getConsumer() - Method in class com.netmera.mobile.twitter.Twitter
 
getContents(List<String>) - Method in class com.netmera.mobile.NetmeraService
Gets the list of NetmeraContent objects with the given path list.If there is no matched content for the given path list, it returns empty list.
getContentsInBackground(List<String>, NetmeraCallback<List<NetmeraContent>>) - Method in class com.netmera.mobile.NetmeraService
Gets the list of NetmeraContent objects with the given path list in the background thread.If there is no matched content for the given path list, it returns empty list.Since it runs on the background thread it does not block program.It is recommended over getContents() method.
getContext() - Static method in class com.netmera.mobile.GeofenceService
Deprecated.  
getContext() - Static method in class com.netmera.mobile.LocationService
 
getContext() - Static method in class com.netmera.mobile.Netmera
 
getContext() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Get Context instance.
getCreateDate() - Method in class com.netmera.mobile.NetmeraContent
Gets the createDate of the content.
getCreateDate() - Method in class com.netmera.mobile.NetmeraPopup
 
getCreateDate() - Method in class com.netmera.mobile.NetmeraPushObject
Get create date of the incoming push notification.
getCurrentUser() - Static method in class com.netmera.mobile.NetmeraUser
Returns the current logged user.
getCustomData() - Method in class com.netmera.mobile.NetmeraPushObject
Get custom pay load data which is sent with the notification.
getCustomFields() - Method in class com.netmera.mobile.NetmeraDeviceDetail
 
getCustomFields() - Method in class com.netmera.mobile.NetmeraUser
 
getDeviceDetailInBackground(Context, NetmeraCallback<NetmeraDeviceDetail>) - Static method in class com.netmera.mobile.NetmeraPushService
Retrieves the detailed information of a registered device in the background thread.
getDeviceGroups() - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Use to get device groups that the notification will be sent.
getDeviceGroups() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Deprecated. 
getDeviceGroupsInBackground(NetmeraCallback<List<String>>) - Static method in class com.netmera.mobile.NetmeraPushService
Deprecated. 
getDeviceGroupsInBackground(int, int, NetmeraCallback<List<String>>) - Static method in class com.netmera.mobile.NetmeraPushService
Deprecated. 
getDeviceLocation() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Gets user's location
getDouble(String) - Method in class com.netmera.mobile.BaseContent
Gets the double value with the specified key.
getEmail() - Method in class com.netmera.mobile.NetmeraUser
Returns the email of the user
getErrorCode() - Method in exception com.netmera.facebook.FacebookError
 
getErrorCode() - Method in class com.netmera.mobile.twitter.TwitterError
 
getErrorType() - Method in exception com.netmera.facebook.FacebookError
 
getErrorType() - Method in class com.netmera.mobile.twitter.TwitterError
 
getEventRelatedPopupsToShow(String) - Static method in class com.netmera.mobile.NetmeraPopupService
 
getEventType() - Method in class com.netmera.mobile.NetmeraPopup
 
getExpirationDate() - Method in class com.netmera.mobile.NetmeraRichPushObject
 
getFacebook() - Static method in class com.netmera.mobile.NetmeraFacebookUtils
Returns the current facebook session
getFastestInterval() - Method in class com.netmera.mobile.NetmeraGeofence
Deprecated.  
getFastestInterval() - Method in class com.netmera.mobile.NetmeraLocationSettings
 
getFloat(String, String, Float) - Method in class com.netmera.mobile.NetmeraLocalSession
Get Float from session.
getInBackground(Class<T>, NetmeraCallback<T>) - Method in class com.netmera.mobile.NetmeraService
Gets a single content in background and maps it to your model object.
getInBackground(NetmeraCallback<NetmeraContent>) - Method in class com.netmera.mobile.NetmeraService
Gets the single NetmeraContent object that matches the query in the background thread.Since it runs on the background thread it does not block program.It is recommended over get() method.
getInjectScript() - Method in class com.netmera.mobile.NetmeraRichPushObject
 
getInstallationID() - Static method in class com.netmera.mobile.Netmera
Use to get unique installation ID for the device
getInstance(Context) - Static method in class com.netmera.mobile.NetmeraLocalSession
NetmeraLocalSession is a singleton class.
getInt(String) - Method in class com.netmera.mobile.BaseContent
Gets the int value with the specified key.
getInteger(String, String, int) - Method in class com.netmera.mobile.NetmeraLocalSession
Get Integer from session.
getIntervalMeters() - Method in class com.netmera.mobile.NetmeraGeofence
Deprecated.  
getIntervalMeters() - Method in class com.netmera.mobile.NetmeraLocationSettings
 
getIntervalSeconds() - Method in class com.netmera.mobile.NetmeraGeofence
Deprecated.  
getIntervalSeconds() - Method in class com.netmera.mobile.NetmeraLocationSettings
 
getIsSeen() - Method in class com.netmera.mobile.NetmeraPopup
 
getJSONArray(String) - Method in class com.netmera.mobile.BaseContent
Gets the JSONArray object with the specified key.
getJSONObject(String) - Method in class com.netmera.mobile.BaseContent
Gets the JSONObject object with the specified key.
getLastAccessUpdate() - Method in class com.netmera.facebook.Facebook
Retrieve the last time the token was updated (in milliseconds since the Unix epoch), or 0 if the token has not been set.
getLatitude() - Method in class com.netmera.mobile.NetmeraGeoLocation
Get latitude.
getLogLevel() - Static method in class com.netmera.mobile.Logging
Get log level of the app.
getLong(String) - Method in class com.netmera.mobile.BaseContent
Gets the long value with the specified key.
getLong(String, String, long) - Method in class com.netmera.mobile.NetmeraLocalSession
Get Long from session.
getLongitude() - Method in class com.netmera.mobile.NetmeraGeoLocation
Get longitude.
getMaxCacheAge() - Method in class com.netmera.mobile.NetmeraService
Use to get max cache age field.
getMessage() - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Get push notification message
getMessage() - Method in class com.netmera.mobile.NetmeraPushObject
Get the plain message of the push notification
getName() - Method in class com.netmera.mobile.NetmeraJavascriptInterface
 
getName() - Method in class com.netmera.mobile.NetmeraUser
Returns the name of the user
getNetmeraGeoLocation(String) - Method in class com.netmera.mobile.BaseContent
Gets the NetmeraGeoLocation object with the specified key.
getNetmeraUser() - Method in class com.netmera.mobile.BaseContent
Gets the NetmeraUser object
getNetmeraUserService() - Static method in class com.netmera.mobile.NetmeraService
It creates the NetmeraUser service object.
getNetworkInfo() - Method in class com.netmera.mobile.NetworkConnectivityListener
Return the NetworkInfo associated with the most recent connectivity event.
getNickname() - Method in class com.netmera.mobile.NetmeraUser
Returns the nickname of the user
getNotificationId() - Method in class com.netmera.mobile.NetmeraPushObject
Get the notification ID which is used to describe a notification in Netmera.
getObject() - Method in class com.netmera.mobile.NetmeraJavascriptInterface
 
getObjectName() - Method in class com.netmera.mobile.NetmeraContent
Returns the name of the content.
getOtherNetworkInfo() - Method in class com.netmera.mobile.NetworkConnectivityListener
If the most recent connectivity event was a DISCONNECT, return any information supplied in the broadcast about an alternate network that might be available.
getParameter() - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Get parameter (custom data) on the notification.
getPath() - Method in class com.netmera.mobile.NetmeraContent
Returns the path of the content.
getPath() - Method in class com.netmera.mobile.NetmeraService
Returns the path of the content.
getPopupContentHtml() - Method in class com.netmera.mobile.NetmeraPopup
 
getPopupId() - Method in class com.netmera.mobile.NetmeraPopup
 
getPriority() - Method in class com.netmera.mobile.NetmeraGeofence
Deprecated. Get the quality of the request.
getPriority() - Method in class com.netmera.mobile.NetmeraLocationSettings
Get the quality of the request.
getPrivacy() - Method in class com.netmera.mobile.NetmeraContent
 
getPushActivityClass() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Get push activity class which extends NetmeraActivity.
getPushId() - Static method in class com.netmera.mobile.NetmeraIntentService
Get Netmera push notification ID of the incoming push.
getPushMessage() - Static method in class com.netmera.mobile.NetmeraPushService
Retrieves the latest arrived push notification message
getPushType() - Method in class com.netmera.mobile.NetmeraPushObject
Get push type of the incoming notification.
getReason() - Method in class com.netmera.mobile.NetworkConnectivityListener
An optional reason for the connectivity state change may have been supplied.
getRegistrationId(Context) - Static method in class com.netmera.mobile.NetmeraPushService
Retrieves the registration id of the registered device.It returns empty string if not registered.
getRichPushHtml() - Method in class com.netmera.mobile.NetmeraRichPushObject
Get rich push HTML of the incoming push notification.
getRichPushStatus() - Method in class com.netmera.mobile.NetmeraRichPushObject
Get push status of the incoming rich push notification.
getSecretToken() - Method in class com.netmera.mobile.twitter.Twitter
 
getSecurityToken(Context) - Static method in class com.netmera.mobile.Netmera
Use to get application's Netmera api key.
getSendDate() - Method in class com.netmera.mobile.NetmeraPopup
 
getSenderId() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Gets sender ID (Google Project Number) of your push registration.
getShouldAutoPublishInstall() - Method in class com.netmera.facebook.Facebook
Get the auto install publish setting.
getState() - Method in class com.netmera.mobile.NetworkConnectivityListener
 
getString(String) - Method in class com.netmera.mobile.BaseContent
Gets the String object with the specified key.
getString(String, String, String) - Method in class com.netmera.mobile.NetmeraLocalSession
Get String from session.
getSurname() - Method in class com.netmera.mobile.NetmeraUser
Returns the surname of the user
getTags() - Method in class com.netmera.mobile.NetmeraDeviceDetail
Gets the list of tags that the device is registered.
getTags() - Method in class com.netmera.mobile.NetmeraPushSender
Get tags of incoming push notification.
getTagsInBackground(NetmeraCallback<List<String>>) - Static method in class com.netmera.mobile.NetmeraPushService
Retrieves the first 10 tags of all registered devices in the background thread.
getTagsInBackground(int, int, NetmeraCallback<List<String>>) - Static method in class com.netmera.mobile.NetmeraPushService
Retrieves the specified tags list of all registered devices in the background thread.
getTitle() - Method in class com.netmera.mobile.NetmeraPopup
 
getTitle() - Method in class com.netmera.mobile.NetmeraPushObject
Get the push title of the incoming push notification.
getTwitter() - Static method in class com.netmera.mobile.NetmeraTwitterUtils
Returns the current twitter session
getUpdateDate() - Method in class com.netmera.mobile.NetmeraContent
Gets the updateDate of the content.
getUserPopupsFromNetmera() - Static method in class com.netmera.mobile.NetmeraPopupService
Gets user&event related pop-ups from Netmera.
getUserPopupsFromNetmeraInBackground(NetmeraCallback<List<NetmeraPopup>>) - Static method in class com.netmera.mobile.NetmeraPopupService
Gets user&event related pop-ups from Netmera in background.
getUserRelatedPushNotifications(NetmeraCache.CacheType) - Static method in class com.netmera.mobile.NetmeraPushInboxDataController
Gets user related notifications using cache policy from Netmera.
getUserRelatedPushNotifications() - Static method in class com.netmera.mobile.NetmeraPushInboxDataController
Gets user related notifications from Netmera.
getUserRelatedPushNotificationsInBackground(NetmeraCache.CacheType, NetmeraCallback<List<NetmeraRichPushObject>>) - Static method in class com.netmera.mobile.NetmeraPushInboxDataController
Gets user related notifications using cache policy from Netmera in background.
getUserRelatedPushNotificationsInBackground(NetmeraCallback<List<NetmeraRichPushObject>>) - Static method in class com.netmera.mobile.NetmeraPushInboxDataController
Gets user related notifications from Netmera in background.
getValue() - Method in enum com.netmera.mobile.NetmeraException.ErrorCode
 

A B C D E F G H I J L M N O P R S T U V W