BeaconStateResult

  • BeaconStateResult is a result interface obtained from calling getBeaconState(GoogleApiClient, Collection).

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

  • The getStatus() method, inherited from the Result interface, indicates the success or failure of the result.

public interface BeaconStateResult implements Result

Public Method Summary

abstract BeaconState
getBeaconState()
Returns the current nearby beacon states.

Inherited Method Summary

Public Methods

public abstract BeaconState getBeaconState ()

Returns the current nearby beacon states.

Returns
  • States of nearby beacons if getStatus() is successful, otherwise null.