Interface | Description |
---|---|
BeaconManager.EddystoneListener |
Callback to be invoked when Eddystone beacons are in range.
|
BeaconManager.ErrorListener |
Callback to be invoked when any error happened while performing low energy scanning.
|
BeaconManager.LocationListener |
Callback to be invoked when Estmimote Location packets are discovered nearby.
|
BeaconManager.MonitoringListener |
Callback to be invoked when beacons are discovered in a region.
|
BeaconManager.NearableListener |
Callback to be invoked when nearables are discovered nearby.
|
BeaconManager.RangingListener |
Callback to be invoked when beacons are ranged.
|
BeaconManager.ScanStatusListener |
Callback to inform client when scanning is started and stopped.
|
BeaconManager.ServiceReadyCallback |
Callback to inform client when service is ready to use.
|
BeaconManager.TelemetryListener |
Callback to be invoked when Estmimote telemetry packets are discovered nearby.
|
SystemRequirementsChecker.Callback | |
Utils.RestartCompletedListener |
Interface used to notify called that Bluetooth stack has been restarted.
|
Class | Description |
---|---|
Beacon |
Immutable representations of single beacon.
|
BeaconManager |
This is a class that clients should use to interact with Estimote beacons & nearables.
|
DeviceId |
This class represents device identification number.
|
EstimoteSDK |
The
EstimoteSDK class contains static functions that handle global configuration
for the Estimote SDK. |
MacAddress |
This class represents MAC address.
|
Nearable |
Immutable representation of a nearable.
|
Region |
Defines a region based on device's location to a beacon.
|
SecureRegion |
Defines a secure region based on device's location to a beacons which has enabled Secure UUID.
|
SystemRequirementsChecker |
Utility class for dealing with all required permissions and access rights on all Android platforms.
|
SystemRequirementsHelper |
Helper methods for checking requirements for beacon detection.
|
Utils |
Grab bag of utilities.
|
Enum | Description |
---|---|
Nearable.BatteryLevel | |
Nearable.FirmwareState |
Type of firmware that Nearable is running.
|
Nearable.Orientation |
Possible physical orientations of nearable in space.
|
Region.State |
Describes current location relationship with region bounds.
|
SystemRequirementsChecker.Requirement | |
Utils.Proximity |
Defines distance relationship between beacon and the device.
|
BeaconManager
.