interface ProximityTrigger
Interface for starting and stopping Proximity Trigger
Author
Estimote Inc. (contact@estimote.com)
interface Handler
Handler object that will allow you to stop the ProximityTrigger after starting it. |
abstract fun start(): Handler
Starts the previously configured trigger. This will register a deep system callback, that will be notified when the given BLE preconditions are met (entering beacons range for example). |