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

S

SAVE_PHOTO_URL - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_ALBUM - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_CDN_DOMAIN - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_OPENSOCIAL_APP_ID - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_OPENSOCIAL_NETMERA_DOMAIN - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_OPENSOCIAL_VIEWER_ID - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_PRIVACY - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_ST - Static variable in class com.netmera.mobile.util.URLConstants
 
SAVE_PHOTO_URL_PARAMS_UPLOADED_PHOTO_HASH - Static variable in class com.netmera.mobile.util.URLConstants
 
savePush(String, String) - Static method in class com.netmera.mobile.push.NetmeraPushInboxDataController
Deprecated.  
SDK_PARAMS - Static variable in class com.netmera.mobile.util.URLConstants
 
SDKVERSION_PARAMS - Static variable in class com.netmera.mobile.util.URLConstants
 
search() - Method in class com.netmera.mobile.NetmeraService
Retrieves the list of NetmeraContent objects that matches with the query.
search(Class<T>) - Method in class com.netmera.mobile.NetmeraService
Gets a list of contents and maps them to your model object.
SEARCH_TEXT - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SEARCH_TYPE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
searchInBackground(NetmeraCallback<List<NetmeraContent>>) - Method in class com.netmera.mobile.NetmeraService
Retrieves the list of NetmeraContent objects that matches with the query in the background thread.Since it runs on the background thread it does not block program.It is recommended over search() method.
searchInBackground(Class<T>, NetmeraCallback<List<T>>) - Method in class com.netmera.mobile.NetmeraService
Gets a list of contents in background and maps them to your model object.
searchUser() - Method in class com.netmera.mobile.NetmeraService
Retrieves the list of NetmeraUser objects that matches with the query.
searchUserInBackground(NetmeraCallback<List<NetmeraUser>>) - Method in class com.netmera.mobile.NetmeraService
Retrieves the list of NetmeraUser objects that matches with the query in the background thread.Since it runs on the background thread it does not block program.It is recommended over searchUser() method.
sendCustomEvent(String) - Static method in class com.netmera.mobile.NetmeraEvent
This method is used to send your custom events which can be used to specify to trigger push notifications or create segments to Netmera.
sendCustomEventWithData(String, JSONObject) - Static method in class com.netmera.mobile.NetmeraEvent
This method is used to send your custom events which can be used to specify to trigger push notifications or create segments to Netmera.
sendEvent(String, JSONObject) - Static method in class com.netmera.mobile.NetmeraEvent
This method is used to send events which can be used to specify to trigger push notifications or create segments to Netmera.
sendExceptionReport(Thread, Throwable) - Static method in class com.netmera.mobile.NetmeraExceptionReporter
Sends exception report to Netmera for Netmera Analytics service.
sendNotification() - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification.
sendNotification() - Method in class com.netmera.mobile.NetmeraAndroidPush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to Android devices.
sendNotification() - Method in class com.netmera.mobile.NetmeraIOSPush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to IOS devices.
sendNotification() - Method in class com.netmera.mobile.NetmeraPush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Sends notification to IOS and Android devices.
sendNotification(List<BasePush>) - Method in class com.netmera.mobile.NetmeraPushService
Deprecated. use NetmeraPushSender to send push messages. Sends notification to IOS and Android devices.
sendPushNotification(NetmeraPushObject) - Static method in class com.netmera.mobile.NetmeraPushSender
Sends given push notification message to specified users.
sendPushNotificationInBackground(NetmeraPushObject, NetmeraCallback<Void>) - Static method in class com.netmera.mobile.NetmeraPushSender
Sends given push notification message to specified users in background.
sendPushNotificationInBackground(NetmeraPushObject) - Static method in class com.netmera.mobile.NetmeraPushSender
Sends given push notification message to specified users in background.
SERVICE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_CRUD - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
content create,get,update, delete
SERVICE_CUSTOM_EVENT - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
sending custom event
SERVICE_CUSTOM_OPTION - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_DATA_STORAGE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_IMAGE_PROCESSING - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_IMAGE_STORAGE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
media create
SERVICE_LOCATION_CONTENT - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
create location based content
SERVICE_LOCATION_SEARCH - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
location based content search
SERVICE_MULTI_USER_ROLE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_NAME - Static variable in class com.netmera.mobile.util.URLConstants
 
SERVICE_PUSH_BROADCAST - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
push register, sending push from sdk (without tag)
SERVICE_PUSH_POPUP - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
everything about pop up
SERVICE_PUSH_SCHEDULING - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_PUSH_SEGMENTATION - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
register user with tag and send notification with tag
SERVICE_PUSH_TRANSACTIONAL - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
Sending transactional push
SERVICE_QUERY_SEARCH - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
content search
SERVICE_RICHPUSH - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
sending rich push from sdk
SERVICE_RICHPUSH_ACTION - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_RICHPUSH_BEHAVIOUR - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_RICHPUSH_GEOFENCE - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
all methods related with geofence service
SERVICE_RICHPUSH_INBOX - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
all methods related with rich push inbox
SERVICE_RICHPUSH_LOCATION - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
registering location based user, sending location based push from sdk
SERVICE_RICHPUSH_SCHEDULING - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_RICHPUSH_SEGMENTATION - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_SLA - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_SUPPORT - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SERVICE_USER_AUTH - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
netmera user login & register
SERVICE_USER_DATA - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
user based content, setOwner
SERVICE_USER_PRIVACY - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
privacy based cotnent. setPrivacy
SERVICE_USER_SOCIAL - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
facebook & twitter methods
SERVICE_VIDEO_STREAMING - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SESSION_ID - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
setAction(String) - Method in class com.netmera.mobile.model.RequestItem
 
setAllChild(Boolean) - Method in class com.netmera.mobile.model.RequestItem
 
setBoxPush(NetmeraGeoLocation, NetmeraGeoLocation) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Creates box using the given two location (latitude,longitude) data in order to send push notifications to devices registered inside that box.
setBoxPush(NetmeraGeoLocation, NetmeraGeoLocation) - Static method in class com.netmera.mobile.NetmeraPushSender
Creates box using the given two location (latitude,longitude) data in order to send push notifications to devices registered inside that box.
setCacheType(NetmeraCache.CacheType) - Method in class com.netmera.mobile.NetmeraService
Sets the cache type.
setCategoryPaths(String[]) - Method in class com.netmera.mobile.model.RequestItem
 
setCirclePush(NetmeraGeoLocation, double) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Creates a circle by taking given location as a base and the distance as the radius in order to send push notifications to devices registered inside that circle.
setCirclePush(NetmeraGeoLocation, double) - Static method in class com.netmera.mobile.NetmeraPushSender
Creates a circle by taking given location as a base and the distance as the radius in order to send push notifications to devices registered inside that circle.
setConnectionTimeout(long) - Static method in class com.netmera.mobile.NetmeraConnectionUtils
Use to set timeout to connect to Netmera.
setContentData(JSONObject) - Method in class com.netmera.mobile.model.RequestItem
 
setContentName(String) - Method in class com.netmera.mobile.model.RequestItem
 
setContentPrivacy(String) - Method in class com.netmera.mobile.model.RequestItem
 
setContentType(String) - Method in class com.netmera.mobile.model.RequestItem
 
setContext(Context) - Static method in class com.netmera.mobile.GeofenceService
 
setContext(Context) - Static method in class com.netmera.mobile.Netmera
You can set a context and get it from anywhere you want.
setContext(Context) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Set application context
setCount(int) - Method in class com.netmera.mobile.model.RequestItem
 
setCreateDate(Date) - Method in class com.netmera.mobile.NetmeraPopup
 
setCustomCondition(String) - Method in class com.netmera.mobile.model.RequestItem
 
setCustomData(Map<String, String>) - Method in class com.netmera.mobile.NetmeraPushObject
Set custom data when sending a push notification.
setCustomFields(Map<String, Object>) - Method in class com.netmera.mobile.NetmeraDeviceDetail
 
setDeviceGroup(String) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Set device group with just one device group. If there is any device group in the list before calling this method, they will be deleted.
setDeviceGroup(String) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Deprecated. 
setDeviceGroups(List<String>) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Use to specify which device groups you want to send this notification.
setDeviceGroups(List<String>) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Deprecated. 
setDeviceLocation(NetmeraGeoLocation) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Sets user's location for push registration.
setDistance(double) - Method in class com.netmera.mobile.model.RequestItem
 
setEmail(String) - Method in class com.netmera.mobile.model.RequestItem
 
setEmail(String) - Method in class com.netmera.mobile.NetmeraUser
Sets the email of the user
setEventType(String) - Method in class com.netmera.mobile.NetmeraPopup
 
setFastestInterval(long) - Method in class com.netmera.mobile.NetmeraGeofence
Explicitly set the fastest interval for location updates, in milliseconds.
setFbId(String) - Method in class com.netmera.mobile.model.RequestItem
 
setFields(String[]) - Method in class com.netmera.mobile.model.RequestItem
 
setFilterBy(String) - Method in class com.netmera.mobile.model.RequestItem
 
setFilterOp(RequestItem.FilterOperation) - Method in class com.netmera.mobile.model.RequestItem
 
setFilterValue(String) - Method in class com.netmera.mobile.model.RequestItem
 
setFromPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setGeofenceSettings(NetmeraGeofence) - Static method in class com.netmera.mobile.GeofenceService
 
setId(String) - Method in class com.netmera.mobile.push.Push
Deprecated.  
setIntervalMeters(long) - Method in class com.netmera.mobile.NetmeraGeofence
Set interval meters
setIntervalSeconds(long) - Method in class com.netmera.mobile.NetmeraGeofence
Set interval seconds
setIsSeen(boolean) - Method in class com.netmera.mobile.NetmeraPopup
 
setLatitude(double) - Method in class com.netmera.mobile.NetmeraGeoLocation
Set latitude into the location.
setLatitudes(String) - Method in class com.netmera.mobile.model.RequestItem
 
setLocationSearchField(String) - Method in class com.netmera.mobile.model.RequestItem
 
setLogLevel(int) - Static method in class com.netmera.mobile.Logging
Set log level of the app.
setLongitude(double) - Method in class com.netmera.mobile.NetmeraGeoLocation
Set longitude into the location.
setLongitudes(String) - Method in class com.netmera.mobile.model.RequestItem
 
setMax(int) - Method in class com.netmera.mobile.model.RequestItem
 
setMax(int) - Method in class com.netmera.mobile.NetmeraService
Sets the total number of results to return.
setMaxCacheAge(long) - Method in class com.netmera.mobile.NetmeraService
Set max cache age.
setMessage(String) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. sets notification message
setMessage(String) - Method in class com.netmera.mobile.NetmeraPushObject
Set the plain message of the push notification.
setName(String) - Method in class com.netmera.mobile.model.RequestItem
 
setName(String) - Method in class com.netmera.mobile.NetmeraUser
Sets the name of the user
setNewParentPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setNickname(String) - Method in class com.netmera.mobile.model.RequestItem
 
setNickname(String) - Method in class com.netmera.mobile.NetmeraUser
Sets the nickname of the user
setOverrideTags(boolean) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Set true if you want to override user push tags.
setOwner(NetmeraUser) - Method in class com.netmera.mobile.NetmeraContent
Sets the owner to the content.
setOwnerId(String) - Method in class com.netmera.mobile.model.RequestItem
 
setPage(int) - Method in class com.netmera.mobile.model.RequestItem
 
setPage(int) - Method in class com.netmera.mobile.NetmeraService
Sets the index of the page to retrieve data.
setParameter(JSONObject) - Method in class com.netmera.mobile.BasePush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. Set parameters on the notification. You can check Android Guide for info about how to use this data. The size of the data on a notification should not exceed 4kb.
setParameters(Map<String, String>) - Method in class com.netmera.mobile.model.RequestItem
 
setParentPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setPassword(String) - Method in class com.netmera.mobile.model.RequestItem
 
setPassword(String) - Method in class com.netmera.mobile.NetmeraUser
Sets the password of the user
setPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setPath(String) - Method in class com.netmera.mobile.NetmeraContent
Sets the path of the content.This is used to find the content to delete and update.
setPath(String) - Method in class com.netmera.mobile.NetmeraService
Sets the path of the content.This is used to find the content to delete and update.
setPopupContentHtml(String) - Method in class com.netmera.mobile.NetmeraPopup
 
setPopupId(String) - Method in class com.netmera.mobile.NetmeraPopup
 
setPriority(int) - Method in class com.netmera.mobile.NetmeraGeofence
Set the priority of the request.
setPrivacy(NetmeraPrivacy) - Method in class com.netmera.mobile.NetmeraContent
allows user to set the privacy of the content
setProfileAttributes(Map<String, String>) - Method in class com.netmera.mobile.model.RequestItem
 
setProperty(String) - Method in class com.netmera.mobile.model.RequestItem
 
setPushActivityClass(Class<? extends NetmeraActivity>) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Set push activity class which extends NetmeraActivity.
setReadTimeout(int) - Static method in class com.netmera.mobile.NetmeraConnectionUtils
Use to set read(response) time out from Netmera for a request.
setRelationType(String) - Method in class com.netmera.mobile.model.RequestItem
 
setRichPushHtml(String) - Method in class com.netmera.mobile.NetmeraRichPushObject
Set html string when sending rich push notification from SDK.
setSaveId(String) - Method in class com.netmera.mobile.push.Push
Deprecated.  
setSearchText(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSearchType(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSeen(boolean) - Method in class com.netmera.mobile.NetmeraPopup
 
setSelected(boolean) - Method in class com.netmera.mobile.push.Push
Deprecated.  
setSendDate(Date) - Method in class com.netmera.mobile.NetmeraPopup
 
setSenderId(String) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Sender ID (Google Project ID) of your application on Google Cloud Services.
setSendToAndroid(boolean) - Method in class com.netmera.mobile.NetmeraPush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification.
setSendToAndroid(boolean) - Static method in class com.netmera.mobile.NetmeraPushSender
If you want to send the push notification to Android devices, set it using this method.
setSendToIos(boolean) - Method in class com.netmera.mobile.NetmeraPush
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification.
setSendToIOS(boolean) - Static method in class com.netmera.mobile.NetmeraPushSender
If you want to send the push notification to iOS devices, set it using this method.
setService(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSortBy(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSortBy(String) - Method in class com.netmera.mobile.NetmeraService
Sorts the content with the given key.
setSortOrder(NetmeraService.SortOrder) - Method in class com.netmera.mobile.model.RequestItem
 
setSortOrder(NetmeraService.SortOrder) - Method in class com.netmera.mobile.NetmeraService
Sorts the content with the given order.
setStartIndex(int) - Method in class com.netmera.mobile.model.RequestItem
 
setStartPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSurname(String) - Method in class com.netmera.mobile.model.RequestItem
 
setSurname(String) - Method in class com.netmera.mobile.NetmeraUser
Sets the surname of the user
setTags(List<String>) - Method in class com.netmera.mobile.NetmeraDeviceDetail
Adds device to given tags for push registration.
setTags(List<String>) - Static method in class com.netmera.mobile.NetmeraPushSender
Set tag list when sending push notification.
setTime(String) - Method in class com.netmera.mobile.push.Push
Deprecated.  
setTitle(String) - Method in class com.netmera.mobile.NetmeraPopup
 
setTitle(String) - Method in class com.netmera.mobile.NetmeraPushObject
Set a title to your push when you send a notification from device.
setTitle(String) - Method in class com.netmera.mobile.push.Push
Deprecated.  
setToPath(String) - Method in class com.netmera.mobile.model.RequestItem
 
setTwId(String) - Method in class com.netmera.mobile.model.RequestItem
 
show(Activity) - Method in class com.netmera.mobile.NetmeraPopup
If you call this method from your activity with Activity parameter, Netmera will create a WebView on the given Activity and show pop-up inside it.
show(WebView) - Method in class com.netmera.mobile.NetmeraPopup
If you call this method, pop-up will be shown in the given WebView.
show(WebView) - Method in class com.netmera.mobile.NetmeraRichPushObject
If you call this method, rich push will be shown in the given WebView.
SITE - Static variable in class com.netmera.mobile.util.URLConstants
 
SORT_BY - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SORT_ORDER - Static variable in class com.netmera.mobile.util.NetmeraMobileConstants
 
SSO_REQUEST_CODE - Static variable in class com.netmera.mobile.NetmeraFacebookUtils
 
STANDARD - Static variable in class com.netmera.mobile.NetmeraPushObject.NotificationType
Plain-text push notification is sent to the relevant devices.
startGeofenceService() - Static method in class com.netmera.mobile.NetmeraGeofenceService
Starts Geofence Service of Netmera.
startListening(Context) - Method in class com.netmera.mobile.NetworkConnectivityListener
This method starts listening for network connectivity state changes.
startLocationService() - Static method in class com.netmera.mobile.GeofenceService
 
stopGeofenceService() - Static method in class com.netmera.mobile.NetmeraGeofenceService
Stops Geofence Service.
stopListening() - Method in class com.netmera.mobile.NetworkConnectivityListener
This method stops this class from listening for network changes.
stopLocationService() - Static method in class com.netmera.mobile.GeofenceService
 
StringUtils - Class in com.netmera.mobile.util
 
StringUtils() - Constructor for class com.netmera.mobile.util.StringUtils
 
substringAfterLast(String, String) - Static method in class com.netmera.mobile.util.StringUtils
 
SWF_URL - Static variable in class com.netmera.mobile.util.URLConstants
 
SWF_URL_PARAMS_UPLOAD_TYPE - Static variable in class com.netmera.mobile.util.URLConstants
 

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