FenceQueryResponse

  • FenceQueryResponse is the result for query fence states Api.

  • It extends the Response class from com.google.android.gms.common.api.

  • The getFenceStateMap() method provides a FenceStateMap to access fence states by their keys.

public class FenceQueryResponse extends Response<FenceQueryResult>

Result for query fence states Api

Public Method Summary

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.

Inherited Method Summary

Public Methods

public 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