We are using beacon monitoring, and store when the beacon was last seen. What we want to make sure is that the phone is still scanning, and there has not been some kind of issue in the app that means bluetooth scanning has stopped. Thus we want to tell when the app last scanned for the beacon.
I know that the logging for alt beacon library shows when bluetooth scanning occured, but the didDetermineStateForRegion is only called when isInRegion changes. Is there an alt beacon api for Android that allows us to know when the last bluetooth scanned occurred, or how many scans there have been over a time period?