Jump to: navigation, search

Difference between revisions of "Activity:PushCriterionGeoFence (Activity)"


(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...")
(No difference)

Revision as of 11:06, 30 March 2015

Adds a push criterion that restricts the push action to a geographical area on earth.


[edit]

Description

PushCriterionGeoFence
Name PushCriterionGeoFence
Purpose Restrict push action to geo area
Category UBIK Push
Returns true if successful
Version 2.4.2+

Arguments

Argument Type Direction Purpose
GeoCorners List<GeoData> In A list of geographical locations, representing the corners of a geo polygon

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

See also