public interface

BeaconStateResult

implements Result
com.google.android.gms.awareness.snapshot.BeaconStateResult

Class Overview

Result from getBeaconState(GoogleApiClient, Collection).

Summary

Public Methods
abstract BeaconState getBeaconState()
Returns the current nearby beacon states.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract BeaconState getBeaconState ()

Returns the current nearby beacon states.

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