proximity-sdk / com.estimote.proximity_sdk.api / ProximityTrigger

ProximityTrigger

interface ProximityTrigger

Interface for starting and stopping Proximity Trigger

Author
Estimote Inc. (contact@estimote.com)

Types

Handler

interface Handler

Handler object that will allow you to stop the ProximityTrigger after starting it.

Functions

start

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).