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

C

CALLBACK_URI - Static variable in class com.netmera.mobile.twitter.Twitter
 
CANCEL_URI - Static variable in class com.netmera.facebook.Facebook
 
CANCEL_URI - Static variable in class com.netmera.mobile.twitter.Twitter
 
checkAppHasPermission(Context, String) - Static method in class com.netmera.mobile.util.AppUtils
Checks if app has the given permission.
circleSearch(NetmeraGeoLocation, double, String) - Method in class com.netmera.mobile.NetmeraService
Searches the content by taking given location as a base and retrieves the contents that located given distance far away.
circleSearchInBackground(NetmeraGeoLocation, double, String, NetmeraCallback<List<NetmeraContent>>) - Method in class com.netmera.mobile.NetmeraService
Searches the content by taking given location as a base and retrieves the contents that located given distance far away in the background thread.Since it runs on the background thread it does not block program.It is recommended over circleSearch() method.
clear(Context) - Static method in class com.netmera.facebook.SessionStore
 
clear(Context) - Static method in class com.netmera.mobile.twitter.TwitterSession
 
clearAttributes(String) - Method in class com.netmera.mobile.NetmeraLocalSession
Remove all attributes saved in the given session file
clearCookies(Context) - Static method in class com.netmera.facebook.Util
 
clearCookies(Context) - Static method in class com.netmera.mobile.twitter.TwitterUtil
 
clearUnSendedEvents() - Static method in class com.netmera.mobile.NetmeraEvent
Deletes all events that can not be sent to Netmera for some reasons and waiting for sending.
com.netmera.facebook - package com.netmera.facebook
 
com.netmera.mobile.twitter - package com.netmera.mobile.twitter
 
contains(String, String) - Method in class com.netmera.mobile.NetmeraLocalSession
This method checks if the given session file contains an attribute with the given key.
convertCollectionsToArray(Collection<?>) - Static method in class com.netmera.mobile.util.StringUtils
 
convertInputStreamToString(InputStream) - Static method in class com.netmera.mobile.util.StringUtils
 
convertStringToDate(String) - Static method in class com.netmera.mobile.util.StringUtils
Converts String into Date
count() - Method in class com.netmera.mobile.NetmeraService
Gets the total number of results that matches the query.
countInBackground(NetmeraCallback<Long>) - Method in class com.netmera.mobile.NetmeraService
Gets the total number of results that match the query in the background thread.Since it runs on the background thread it does not block program.It is recommended over count() method.
create() - Method in class com.netmera.mobile.NetmeraContent
Adds data to the cloud.
CREATE_DATE - Static variable in class com.netmera.mobile.NetmeraService.SortBy
Sort by content create date
createInBackground(NetmeraCallback<NetmeraContent>) - Method in class com.netmera.mobile.NetmeraContent
Adds data to the cloud in the background thread.
createInBackground() - Method in class com.netmera.mobile.NetmeraContent
Adds data to the cloud in the background thread.Since it runs on the background thread it does not block program.It is recommended over create() method.

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