BeaconState

  • BeaconState represents the state of nearby beacon devices.

  • It includes nested classes for beacon information and type filtering.

  • The getBeaconInfo() method returns a list of all nearby beacons.

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