Jump to: navigation, search

PushCriterionGeoFence (Activity)


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.

See also