I'm trying to build a web app to detect beacons in my room.
So far I have integrated the Google Beacon API on a webpage and using Google Client JS API have used the below services:
https://proximitybeacon.googleapis.com/v1beta1/beacons
to fetach all the beacons of my projecthttps://proximitybeacon.googleapis.com/v1beta1/beaconinfo:getforobserved?key=+ apiKey
to get all the attachments of my active beacon.
All the above is working fine, but this is different from what I'm looking for. Is there a way that when the web page open in chrome, a function is triggered whenever it finds a beacon. As per my undertanding this is possible using a native app (Android or iOS).
Google Nearby Notifications was an option to advertise URL but Nearby Notifications is Temporarily Muted
A little confused with the purpose of Google Beacon API.