public interface

BeaconState

com.google.android.gms.awareness.state.BeaconState

Class Overview

State of nearby beacon devices.

Summary

Nested Classes
interface BeaconState.BeaconInfo Information from one beacon. 
class BeaconState.TypeFilter The type of beacon to match. 
Public Methods
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<BeaconState.BeaconInfo> list of BeaconState.BeaconInfo.