BeaconStateResponse

  • BeaconStateResponse is a class that extends Response and provides the result from getBeaconState(Collection).

  • The getBeaconState() method within BeaconStateResponse returns the current states of nearby beacons.

  • BeaconStateResponse inherits methods like getResult() and setResult() from the Response class.

public class BeaconStateResponse extends Response<BeaconStateResult>

Public Method Summary

BeaconState
getBeaconState()
Returns the current nearby beacon states.

Inherited Method Summary

Public Methods

public BeaconState getBeaconState ()

Returns the current nearby beacon states.

Returns
  • States of nearby beacons.