| java.lang.Object | |
| ↳ | com.google.android.gms.awareness.fence.AwarenessFence |
A combination of conditions on two or more types of context, which trigger a callback to the app when satisfied.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create an awareness fence that is the logical AND of the specified fences.
| |||||||||||
Create an awareness fence that is the logical AND of fences in the
specified fence collection.
| |||||||||||
Create an awareness fence that is the logical NOT of the specified fence.
| |||||||||||
Create an awareness fence that is the logical OR of the specified fences.
| |||||||||||
Create an awareness fence that is the logical OR of the specified fences.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Create an awareness fence that is the logical AND of the specified fences.
Create an awareness fence that is the logical AND of fences in the specified fence collection.
| fences | Collection of fences that should be combined with AND. |
|---|
Create an awareness fence that is the logical NOT of the specified fence.
| fence | The fence that should be passed through a logical NOT. |
|---|
Create an awareness fence that is the logical OR of the specified fences.
Create an awareness fence that is the logical OR of the specified fences.
| fences | Collection of fences that should be combined with OR. |
|---|