public class ZendriveScannedBeaconInfo extends Object
This is only available via ZendriveVehicleTagging.getNearbyBeacons(android.content.Context, java.util.UUID, java.lang.Integer, java.lang.Integer, com.zendrive.sdk.ZendriveBeaconScanCallback)
sent in the
callback
.
Constructor and Description |
---|
ZendriveScannedBeaconInfo(UUID uuid1,
int major,
int minor,
int rssi) |
ZendriveScannedBeaconInfo(UUID uuid1,
int major,
int minor,
int rssi,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getMajor()
Get the unique
major component of the scanned beacon's identifier. |
int |
getMinor()
Get the unique
minor component of the scanned beacon's identifier. |
int |
getRssi()
Get the Received Signal Strength Indicator (RSSI) of the scanned beacon.
|
long |
getTimestamp() |
UUID |
getUuid()
Get the UUID of this beacon.
|
int |
hashCode() |
String |
toString() |
public ZendriveScannedBeaconInfo(@NonNull UUID uuid1, int major, int minor, int rssi)
@NonNull public UUID getUuid()
public int getMajor()
major
component of the scanned beacon's identifier.major
component of this beacon's identifier.public int getMinor()
minor
component of the scanned beacon's identifier.minor
component of this beacon's identifier.public int getRssi()
rssi
value of the scanned beacon.public long getTimestamp()