How to disable 'removeNotSeenBeacons' functionality

Hey!

When I move out of the range of a beacon, the Estimote SDK still displays the result for some time.

After the console prints the following message

com.estimote.sdk.service.RangingRegion.removeNotSeenBeacons:84 Not seen lately

the Beacon disappears. I want to use my own logic to define when a beacon is really out of range. Is there a way to disable that feature, so that the SDK immediately stops sending me this wrong results?

This is not possible currently. Internally beacon is considered lost after 10s (that’s what you observe). What are you trying to achieve?