com.google.android.gms.awareness.fence.FenceStateMap |
A map of fence states keyed off of the fence keys resulting from a FenceQueryRequest
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
Set of fence keys that are contained in this FenceStateMap . | |||||||||||
Returns a
FenceState for the given fence key. |
Returns the Set
of fence keys that are contained in this FenceStateMap
.
Returns | |
---|---|
Set<String> |
Returns a FenceState
for the given fence key. If no FenceState
is found null is returned.
Parameters | |
---|---|
fenceKey |
String
|
Returns | |
---|---|
FenceState |