Jump to: navigation, search

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


(Created page with "Adds a push criterion that restricts the push action to specific clients/devices. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Descrip...")
 
 
Line 20: Line 20:
 
! Argument !! Type !! Direction !! Purpose  
 
! Argument !! Type !! Direction !! Purpose  
 
|- align="left"
 
|- align="left"
| Device || [[SatelliteDevice]] || In || The satellite object to which the push action should be restricted to; this argument is mutually exclusive with the argument ''DeviceUID''
+
| Device || [[Satellite]] || In || The satellite object to which the push action should be restricted to; this argument is mutually exclusive with the argument ''DeviceUID''
 
|- align="left"
 
|- align="left"
 
| DeviceUID || {{Guid}} || In || The UID of the device/client to which the push action should be restricted to; this argument is mutually exclusive with the argument ''Device''
 
| DeviceUID || {{Guid}} || In || The UID of the device/client to which the push action should be restricted to; this argument is mutually exclusive with the argument ''Device''

Latest revision as of 10:39, 30 March 2015

Adds a push criterion that restricts the push action to specific clients/devices.


[edit]

Description

PushCriterionSatellite
Name PushCriterionSatellite
Purpose Restrict push action to specific client
Category UBIK Push
Returns true if successful
Version 2.4.2+

Arguments

Argument Type Direction Purpose
Device Satellite In The satellite object to which the push action should be restricted to; this argument is mutually exclusive with the argument DeviceUID
DeviceUID Guid In The UID of the device/client to which the push action should be restricted to; this argument is mutually exclusive with the argument Device
Result Boolean Out True if successful, false if an error occurred

Usage

Use this criterion to restrict the hosting push action only to a specific client or device (Satellite). All other clients or devices will not be notified about the push update.

Example

This example will send the hosting push action only to client with the configured UID (clients are instances of the MetaClass System.ACM.Satellite)

Argument Value
DeviceUID new System.Guid("427e716d-182d-4d49-855c-49872e8feda9")


See also