BeaconStateResponse | Doclava
public class

BeaconStateResponse

extends Response<BeaconStateResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.awareness.snapshot.BeaconStateResult>
     ↳ com.google.android.gms.awareness.snapshot.BeaconStateResponse

Class Overview

Result from getBeaconState(Collection).

Summary

Public Methods
BeaconState getBeaconState()
Returns the current nearby beacon states.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public BeaconState getBeaconState ()

Returns the current nearby beacon states.

Returns
BeaconState States of nearby beacons.