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 | SatelliteDevice | 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") |