interface ProximityZone
The data object that contains configuration defined with ProximityObserver.ProximityZoneBuilder.
Author
Estimote Inc. (contact@estimote.com)
abstract val desiredMeanTriggerDistance: Double |
|
abstract val onContextChangeAction: (Set<ProximityZoneContext>) -> Unit |
|
abstract val onEnterAction: (ProximityZoneContext) -> Unit |
|
abstract val onExitAction: (ProximityZoneContext) -> Unit |
|
abstract val tag: String |
class EstimoteProximityZone : ProximityZone |