FairmaticScannedBeaconInfo

Information about the beacon scanned by the SDK.

This is only available via FairmaticVehicleTagging.getNearbyBeacons sent in the callback.

Constructors

Link copied to clipboard
constructor(uuid: UUID, major: Int, minor: Int, rssi: Int, timestamp: Long)

Functions

Link copied to clipboard
fun getMajor(): Int

Get the unique major component of the scanned beacon's identifier.

Link copied to clipboard
fun getMinor(): Int

Get the unique minor component of the scanned beacon's identifier.

Link copied to clipboard
fun getRssi(): Int

Get the Received Signal Strength Indicator (RSSI) of the scanned beacon.

Link copied to clipboard
Link copied to clipboard
fun getUuid(): UUID

Get the UUID of this beacon.