Resource: BeaconInfo
A subset of beacon information served via the beaconinfo.getforobserved
method, which you call when users of your app encounter your beacons.
JSON representation | |
---|---|
{ "advertisedId": { object( |
Fields | |
---|---|
advertisedId |
The ID advertised by the beacon. |
beaconName |
The name under which the beacon is registered. |
attachments[] |
Attachments matching the type(s) requested. May be empty if no attachment types were requested. |
AttachmentInfo
A subset of attachment information served via the beaconinfo.getforobserved
method, used when your users encounter your beacons.
JSON representation | |
---|---|
{ "namespacedType": string, "data": string, } |
Fields | |
---|---|
namespacedType |
Specifies what kind of attachment this is. Tells a client how to interpret the |
data |
An opaque data container for client-provided data. A base64-encoded string. |
Methods |
|
---|---|
|
Given one or more beacon observations, returns any beacon information and attachments accessible to your application. |