A combination of conditions on two or more types of context, which trigger a callback to the app when satisfied.
| static AwarenessFence |
and(AwarenessFence...
fences)
Create an awareness fence that is the logical AND of the specified fences.
|
| static AwarenessFence |
and(Collection<AwarenessFence>
fences)
Create an awareness fence that is the logical AND of fences in the specified
fence collection.
|
| static AwarenessFence | |
| static AwarenessFence |
or(AwarenessFence...
fences)
Create an awareness fence that is the logical OR of the specified fences.
|
| static AwarenessFence |
or(Collection<AwarenessFence>
fences)
Create an awareness fence that is the logical OR of the specified fences.
|
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. |
|---|