Defines a unique identifier of a beacon as broadcast by the device.
JSON representation | |
---|---|
{
"type": enum( |
Fields | |
---|---|
type |
Specifies the identifier type. Required. |
id |
The actual beacon identifier, as broadcast by the beacon hardware. Must be base64 encoded in HTTP requests, and will be so encoded (with padding) in responses. The base64 encoding should be of the binary byte-stream and not any textual (such as hex) representation thereof. Required. A base64-encoded string. |
Type
Specifies the identifier type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Do not use this value. |
EDDYSTONE |
Eddystone, an open beacon format that supports Android and iOS devices https://github.com/google/eddystone/wiki/Beacon-Specification |
IBEACON |
Apple iBeacon compatible beacon |
ALTBEACON |
See http://altbeacon.org and/or https://github.com/AltBeacon/spec. |
EDDYSTONE_EID |
Eddystone Ephemeral ID |