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

B

BaseContent - Class in com.netmera.mobile
 
BaseContent() - Constructor for class com.netmera.mobile.BaseContent
 
BasePush - Class in com.netmera.mobile
Deprecated. use NetmeraPushObject to create push notifications. After preparing, use NetmeraPushSender to send this notification. 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.
BasePush() - Constructor for class com.netmera.mobile.BasePush
Deprecated.  
boxSearch(NetmeraGeoLocation, NetmeraGeoLocation, String) - Method in class com.netmera.mobile.NetmeraService
Creates box using the given two location (latitude,longitude) data and searches inside that box.
boxSearchInBackground(NetmeraGeoLocation, NetmeraGeoLocation, String, NetmeraCallback<List<NetmeraContent>>) - Method in class com.netmera.mobile.NetmeraService
Creates box using the given two location (latitude,longitude) data and searches inside that box in the background thread.Since it runs on the background thread it does not block program.It is recommended over boxSearch() method.

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