Logical Labs Beacons Module for Android

API Docs for: 1.2.5
Show:

Beacon Class

Module: Readme

Represents a beacon that was encountered during region monitoring. You do not create instances of this class directly. They will be delivered via the rangedBeacons event.

Item Index

Properties

accuracy

Number read-only

Available since 1.1.0

In the iOS native SDK, this value supposed to indicate the "one sigma horizontal accuracy in meters." In reality, it seems to provide a completely unreliable and inaccurate estimate of how far the beacon is (i.e. it should have been called "distance" not "accuracy" -- we are following the iOS native naming convention here).

On Android, this property is provided only for compatibility with iOS and will always return 1.0.

major

Number read-only

Available since 1.1.0

The value identifying a group of beacons.

minor

Number read-only

Available since 1.1.0

The value identifying a specific beacon within a group.

proximity

Number read-only

Available since 1.1.0

The relative distance to the beacon.

RSSI

Number read-only

Available since 1.1.0

The received signal strength of the beacon, measured in decibels.

UUID

String read-only

Available since 1.1.0

The unique ID of the beacons being targeted.