java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<com.google.android.gms.awareness.fence.FenceQueryResult> | |
↳ | com.google.android.gms.awareness.fence.FenceQueryResponse |
Result for query fence states Api
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides
FenceStateMap that can be used by clients to obtain all the fence keys that
are returned in response or the FenceState for the given fence key. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Provides FenceStateMap
that can be used by clients to obtain all the fence keys that
are returned in response or the FenceState
for the given fence key.
Returns | |
---|---|
FenceStateMap |
FenceStateMap that provides the FenceState s keyed by the fence keys.
|