data class EstimoteCloudCredentials
Basic class that keeps your AppId and AppToken needed for communicating with Estimote Cloud. |
|
class EstimoteProximityZone : ProximityZone |
|
interface ProximityObserver
The basic object for proximity observation. It lets you define the zones in which your actions will be called, when defined preconditions were met. |
|
class ProximityObserverBuilder
Builder for configuring new ProximityObserver objects. |
|
data class ProximityObserverConfiguration |
|
interface ProximityTrigger
Interface for starting and stopping Proximity Trigger |
|
class ProximityTriggerBuilder
Builds object that handles the deep background system scanning that will invoke given actions. Works only on phones with Android 8.0 or greater. |
|
interface ProximityZone
The data object that contains configuration defined with ProximityObserver.ProximityZoneBuilder. |
|
class ProximityZoneBuilder
Lets you build your ProximityZone objects in a fluent builder manner. |
|
interface ProximityZoneContext
Data attached to the one beacon. You will get this in your defined actions when user enters/exits your zone. |
|
enum class ScanPowerMode |
|
class TriggerBroadcastReceiver : BroadcastReceiver |