Skip navigation links
C G H I L M O P R S T V 

C

co.roverlabs.estimote - package co.roverlabs.estimote
 
containsAnySameRegions(Set<RVBeaconRegion>, List<RVBeaconRegion>) - Static method in class co.roverlabs.estimote.CoreUtils
 
CoreUtils - Class in co.roverlabs.estimote
Created by SherryYang on 2015-06-09.
CoreUtils() - Constructor for class co.roverlabs.estimote.CoreUtils
 

G

GEOFENCE_EVENT() - Constructor for class co.roverlabs.estimote.GeofenceManager.GEOFENCE_EVENT
 
GeofenceManager - Class in co.roverlabs.estimote
Created by ata_n on 2016-02-23.
GeofenceManager(Context) - Constructor for class co.roverlabs.estimote.GeofenceManager
 
GeofenceManager.GEOFENCE_EVENT - Class in co.roverlabs.estimote
 
GeofenceTransitions - Class in co.roverlabs.estimote
Created by ata_n on 2016-02-24.
GeofenceTransitions() - Constructor for class co.roverlabs.estimote.GeofenceTransitions
 
getCurrentGeofenceIds() - Method in class co.roverlabs.estimote.GeofenceManager
 
getCurrentRegions() - Method in class co.roverlabs.estimote.RegionManager
 
getCustomer() - Method in class co.roverlabs.estimote.Rover
 
getExperienceName() - Method in class co.roverlabs.estimote.Rover
 
getFences() - Method in class co.roverlabs.estimote.GeofenceManager
 
getGeofenceEventReceiver() - Method in class co.roverlabs.estimote.GeofenceManager
 
getInstance(Context) - Static method in class co.roverlabs.estimote.Rover
 
getLatestVisit() - Method in class co.roverlabs.estimote.VisitManager
 
getMonitoredGeofences() - Method in class co.roverlabs.estimote.GeofenceManager
 
getUuid(Context) - Static method in class co.roverlabs.estimote.RoverEstimoteConfig
 

H

hasVisitListener() - Method in class co.roverlabs.estimote.VisitManager
 

I

INTENT_EXTRA_GEOFENCE_ID - Static variable in class co.roverlabs.estimote.GeofenceManager.GEOFENCE_EVENT
 
INTENT_EXTRA_LOCATION - Static variable in class co.roverlabs.estimote.LocationManager.LOCATION_EVENT
 
isComplete() - Method in class co.roverlabs.estimote.RoverEstimoteConfig
 
isMonitoring() - Method in class co.roverlabs.estimote.GeofenceManager
 
isMonitoringForGeofences() - Method in class co.roverlabs.estimote.VisitManager
 
isMonitoringStarted() - Method in class co.roverlabs.estimote.RegionManager
Checks if monitoring has been started.

L

load(Context) - Static method in class co.roverlabs.estimote.RoverEstimoteConfig
 
LOCATION_EVENT() - Constructor for class co.roverlabs.estimote.LocationManager.LOCATION_EVENT
 
LOCATION_SMALLEST_DISPLACEMENT - Static variable in class co.roverlabs.estimote.LocationManager
 
LOCATION_UPDATE_FASTEST_INTERVAL - Static variable in class co.roverlabs.estimote.LocationManager
 
LOCATION_UPDATE_INTERVAL - Static variable in class co.roverlabs.estimote.LocationManager
 
LocationManager - Class in co.roverlabs.estimote
 
LocationManager(Application) - Constructor for class co.roverlabs.estimote.LocationManager
 
LocationManager.LOCATION_EVENT - Class in co.roverlabs.estimote
 
LocationUpdates - Class in co.roverlabs.estimote
Created by ata_n on 2016-02-23.
LocationUpdates() - Constructor for class co.roverlabs.estimote.LocationUpdates
 

M

moveToTouchpoints(List<RVTouchpoint>) - Method in class co.roverlabs.estimote.VisitManager
 
mUuid - Static variable in class co.roverlabs.estimote.RoverEstimoteConfig
 

O

ON_GEOFENCE_ENTER - Static variable in class co.roverlabs.estimote.GeofenceManager.GEOFENCE_EVENT
 
ON_GEOFENCE_EXIT - Static variable in class co.roverlabs.estimote.GeofenceManager.GEOFENCE_EVENT
 
ON_LOCATION_CHANGE - Static variable in class co.roverlabs.estimote.LocationManager.LOCATION_EVENT
 
onConnected(Bundle) - Method in class co.roverlabs.estimote.LocationManager
 
onConnectionFailed(ConnectionResult) - Method in class co.roverlabs.estimote.LocationManager
 
onConnectionSuspended(int) - Method in class co.roverlabs.estimote.LocationManager
 
onEnterGeofence(GeofenceManager, String) - Method in class co.roverlabs.estimote.VisitManager
 
onEnterRegion(RegionManager, RVBeaconRegion) - Method in interface co.roverlabs.estimote.RegionManager.IRegionManagerListener
 
onEnterRegion(RegionManager, RVBeaconRegion) - Method in class co.roverlabs.estimote.VisitManager
 
onExitGeofence(GeofenceManager, String) - Method in class co.roverlabs.estimote.VisitManager
 
onExitRegion(RegionManager, RVBeaconRegion) - Method in interface co.roverlabs.estimote.RegionManager.IRegionManagerListener
 
onExitRegion(RegionManager, RVBeaconRegion) - Method in class co.roverlabs.estimote.VisitManager
 
onHandleIntent(Intent) - Method in class co.roverlabs.estimote.GeofenceTransitions
 
onHandleIntent(Intent) - Method in class co.roverlabs.estimote.LocationUpdates
 

P

persist(Context) - Method in class co.roverlabs.estimote.RoverEstimoteConfig
 

R

RegionManager - Class in co.roverlabs.estimote
 
RegionManager(Context) - Constructor for class co.roverlabs.estimote.RegionManager
Constructs a RegionManager instance.
RegionManager.IRegionManagerListener - Interface in co.roverlabs.estimote
 
removeListener() - Method in class co.roverlabs.estimote.GeofenceManager
 
removeListener() - Method in class co.roverlabs.estimote.LocationManager
 
removeListener() - Method in class co.roverlabs.estimote.RegionManager
Removes the listener so the caller no longer listens for RegionManager events.
removeVisitListener() - Method in class co.roverlabs.estimote.VisitManager
 
restartGeofenceMonitoring() - Method in class co.roverlabs.estimote.VisitManager
 
Rover - Class in co.roverlabs.estimote
 
RoverEstimoteConfig - Class in co.roverlabs.estimote
Created by SherryYang on 2015-09-03.
RoverEstimoteConfig() - Constructor for class co.roverlabs.estimote.RoverEstimoteConfig
 

S

setCurrentRegions(Set<RVBeaconRegion>) - Method in class co.roverlabs.estimote.RegionManager
 
setExperience(IRoverExperience) - Method in class co.roverlabs.estimote.Rover
 
setGeofencesToMonitorFor(List<RVGeofence>) - Method in class co.roverlabs.estimote.VisitManager
 
setListener(GeofenceManager.IGeofenceManagerListener) - Method in class co.roverlabs.estimote.GeofenceManager
 
setListener(ILocationListener) - Method in class co.roverlabs.estimote.LocationManager
 
setListener(RegionManager.IRegionManagerListener) - Method in class co.roverlabs.estimote.RegionManager
Sets the listener so the caller can listen for RegionManager events.
setMonitoredGeofences(List<RVGeofence>) - Method in class co.roverlabs.estimote.GeofenceManager
 
setMonitoringListeners() - Method in class co.roverlabs.estimote.RegionManager
Sets the callbacks to be invoked when beacons are discovered during monitoring.
setMonitoringScanRate(long, long) - Method in class co.roverlabs.estimote.RegionManager
Changes default scanning periods when monitoring is being preformed.
setRangingListeners() - Method in class co.roverlabs.estimote.RegionManager
 
setRangingScanRate(long, long) - Method in class co.roverlabs.estimote.RegionManager
Change default scanning periods when ranging is being performed.
setup(Context, RoverEstimoteConfig) - Static method in class co.roverlabs.estimote.Rover
Setup roverConfig values before starting monitoring.
setUuid() - Method in class co.roverlabs.estimote.RegionManager
Sets the UUID of the beacons to monitor for.
setUuid(String) - Method in class co.roverlabs.estimote.RoverEstimoteConfig
 
setVisitListener(IVisitListener) - Method in class co.roverlabs.estimote.VisitManager
 
SHARED_PREFS_KEY_CURRENT_REGIONS - Static variable in class co.roverlabs.estimote.RegionManager
 
SHARED_PREFS_UUID - Static variable in class co.roverlabs.estimote.RoverEstimoteConfig
 
start() - Method in class co.roverlabs.estimote.Rover
 
startMonitoring() - Method in class co.roverlabs.estimote.GeofenceManager
 
startMonitoring() - Method in class co.roverlabs.estimote.RegionManager
 
startMonitoring() - Method in class co.roverlabs.estimote.VisitManager
 
startRanging() - Method in class co.roverlabs.estimote.RegionManager
Starts ranging for beacons with specified UUID and major number.
stop() - Method in class co.roverlabs.estimote.Rover
 
stopMonitoring() - Method in class co.roverlabs.estimote.GeofenceManager
 
stopMonitoring() - Method in class co.roverlabs.estimote.RegionManager
 
stopMonitoring() - Method in class co.roverlabs.estimote.VisitManager
 
stopRanging() - Method in class co.roverlabs.estimote.RegionManager
Stops ranging for beacons with specified UUID and major number.
subtractList(List, List) - Static method in class co.roverlabs.estimote.CoreUtils
 
subtractSet(Set, Set) - Static method in class co.roverlabs.estimote.CoreUtils
 

T

TAG - Static variable in class co.roverlabs.estimote.GeofenceManager
 
TAG - Static variable in class co.roverlabs.estimote.GeofenceTransitions
 
TAG - Static variable in class co.roverlabs.estimote.LocationManager
 
TAG - Static variable in class co.roverlabs.estimote.LocationUpdates
 
TAG - Static variable in class co.roverlabs.estimote.RegionManager
 
TAG - Static variable in class co.roverlabs.estimote.RoverEstimoteConfig
 
TAG - Static variable in class co.roverlabs.estimote.VisitManager
 

V

VisitManager - Class in co.roverlabs.estimote
 
VisitManager(Application) - Constructor for class co.roverlabs.estimote.VisitManager
 
C G H I L M O P R S T V 
Skip navigation links