Hi all,
I’m wondering how BeaconService class works:
- I have to call the
BeaconService.connect(ServiceReadyCallback callback)method before using anyBeaconManager.start[...]method (I don’t exactly know why but OK
), - I have to call the
BeaconService.disconnect()method when the job is done. When do I call this?onStop(),onDestroy()?
What is really happening?
Thanks you in advance.