Jump to: navigation, search

PushCriterionApplication (Activity)


Adds a push criterion that restricts the push action only to clients that are consuming the configured Application.


[edit]

Description

PushCriterionApplication
Name PushCriterionApplication
Purpose Restrict push action to Application
Category UBIK Push
Returns true if successful
Version 2.4.2+

Arguments

Argument Type Direction Purpose
Application Application In The application object to which the push action should be restricted to; this argument is mutually exclusive with the argument ApplicationName
ApplicationName String In The name of the application to which the push action should be restricted to; this argument is mutually exclusive with the argument Application
Result Boolean Out True if successful, false if an error occurred

Usage

Use this criterion to restrict the hosting push action only to clients that are logged on to a specific Application. Clients consuming different applications will not be notified about the push update.

Example

This example will send the hosting push action only to clients that are using APP_DEMO

Argument Value
ApplicationName "APP_DEMO"


See also