public interface BeaconState
State of nearby beacon devices.
Nested Class Summary
| interface | BeaconState.BeaconInfo | Information from one beacon. | |
| class | BeaconState.TypeFilter | The type of beacon to match. | |
Public Method Summary
| abstract List<BeaconState.BeaconInfo> |
getBeaconInfo()
Get the list of all beacons that are nearby.
|
Public Methods
public abstract List<BeaconState.BeaconInfo> getBeaconInfo ()
Get the list of all beacons that are nearby.
Returns
- list of
BeaconState.BeaconInfo.