interface Handler
Handler interface for stopping the started class. You can get objects of this interface after using ProximityObserver.startObserving.
abstract fun stop(): Unit
Stops the underlying BLE scan. Depending on a ProximityObserver configuration, it may make an additional network calls such as analytics data. |