Jump to: navigation, search

Changes


Activity:PushCriterionGeoFence (Activity)

1,166 bytes added, 11:06, 30 March 2015
Created page with "Adds a push criterion that restricts the push action to a geographical area on earth. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Des..."
Adds a push criterion that restricts the push action to a geographical area on earth.

<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->

= Description =
{{ActivityInfoBox
| title = PushCriterionGeoFence
| name = PushCriterionGeoFence
| image =
| imagecaption = Activity PushCriterionGeoFence
| purpose = Restrict push action to geo area
| category = UBIK Push
| returns = true if successful
| version = 2.4.2+
}}

===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| GeoCorners || List<GeoData> || In || A list of geographical locations, representing the corners of a geo polygon
|- align="left"
|}

===Usage===
Use this criterion to restrict the hosting push action only to clients or devices that are currently within a certain geographical polygon. All other clients or devices will not be notified about the push update.

=Example=

<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->

==See also==
* [[Workflow Designer]]
* [[Activity:PushContent (Activity)|PushContent (Activity)]]

[[Category:Activities]]
[[Category:Push]]