com.qualcommlabs.usercontext
Interface ContextPlaceMonitoringFilter


public interface ContextPlaceMonitoringFilter

The interface to filter places that are monitored by the location algorithm. The class that is interested in filtering the places implements this interface, and the object created with that class is registered with a ContextPlaceConnector.addPlaceMonitorFilter method. When the SDK requests for filtering, this method should return true or false based on the received place.

Author:
vvontimi

Method Summary
 boolean shouldMonitor(Place place)
           
 

Method Detail

shouldMonitor

boolean shouldMonitor(Place place)


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.