Android Beacon Library - didRangeBeaconsInRegion Method -


i have theory question. when using method didrangebeaconsinregion of android beacon library, method returns beacons found nearby, eventhough diferent regions (uuid), or returns beacons of same region (uuid) defined?

thanks,

if set 2 different region objects, region1 , region2, , start ranging on them, 2 callbacks each second.

the first callback give list of beacons matching region1 , second give list of beacons matching region2.

this behavior not specific uuid, region. if define wildcard region not specify uuid, single callback return beacons seen. if define region uuid specified, callback region contain list including beacons matching uuid.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -