abstract fun onScannedBeaconPackets(beaconPackets: List<Beacon>): Unit
This is probably the most important method here. Use it to pass scanned beacon data. You can do the scanning using our BeaconManager class.