| java.lang.Object | |
| ↳ | com.google.android.gms.nearby.messages.IBeaconId |
An iBeacon ID, which can be broadcast by BLE beacons and iOS devices.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | LENGTH | Length of an iBeacon ID, in bytes. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an iBeacon ID.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts a Message of type
MESSAGE_TYPE_I_BEACON_ID to an IBeaconId. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Length of an iBeacon ID, in bytes. An iBeacon ID consists of a 16-byte proximity UUID, followed by a 2-byte major value and a 2-byte minor value.
Creates an iBeacon ID.
Converts a Message of type MESSAGE_TYPE_I_BEACON_ID to an IBeaconId.