| java.lang.Object | |
| ↳ | com.google.android.gms.awareness.fence.FenceQueryRequest |
Defines the interface for querying fences in the FenceApi.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Query all the fences from the
FenceApi instance corresponding
to the calling package. | |||||||||||
Query the defined fences for the given keys.
| |||||||||||
Query the Awareness Manager Fences for the given keys.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Query all the fences from the FenceApi instance corresponding
to the calling package.
Query the defined fences for the given keys.
| fenceKeys | Fence keys for querying fences in the FenceApi.
The fence keys should not be null. |
|---|
| NullPointerException} if the collection of fence keys is null. | |
| IllegalArgumentException} if any of the fence keys in the fence keys collection is null or empty. |
Query the Awareness Manager Fences for the given keys.
| fenceKeys | that should be used for querying fences in the FenceApi.
The Collection should not be null and should only contain
non null valid fence keys. |
|---|
NullPointerException} if the Collection of fence keys is null. |
|
IllegalArgumentException} if any of the fence key in the Collection
is null or empty.
|