public interface

FenceQueryResult

implements Result
com.google.android.gms.awareness.fence.FenceQueryResult

Class Overview

Result for query fence states Api

Summary

Public Methods
abstract FenceStateMap getFenceStateMap()
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
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract FenceStateMap getFenceStateMap ()

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 FenceStates keyed by the fence keys.