enable Beacon Service
open fun enableBeaconService( @NonNull context: Context, enabled: Boolean, @Nullable callback: STWBeaconServiceCallback)
Content copied to clipboard
Call this method to enable/disable beacon service in order to start/stop beacon monitoring. Note that: beacon monitoring can not start without location and bluetooth settings enabled
Parameters
context
The application context
enabled
true to start beacon service false to stop beacon service
callback