This activity pushes a single content object to UBIK® Push service participants.
Description
PushContent | |
---|---|
Name | PushContent |
Purpose | Push a single object |
Category | UBIK Push |
Returns | true if successful |
Version | 2.4.2+ |
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
Application | String | In | |
AuthenticationResult | AuthenticationResult | Out | |
Context | String | In | |
DisplayName | String | In | |
Geo | GeoInformation | In | |
Login | String | In | ' |
Manufacturer | String | In | |
Model | String | In | |
OperatingSystem | OSTypes | In | |
Password | String | In | |
Result | Boolean | Out | |
Satellite | String | In | |
ServiceVersion | String | In | |
USAMUrl | String | In |
Usage
Use this activity to push a single object to certain UBIK® Clients. The criterions to which clients the object should be actually pushed can be defined with subsequent PushCriterion activities. It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically Push criterions like PushCriterionLogin, either as direct children but also wrapped within looping activities like ForEach or While.
Example
This example pushes the object with the defined UID to all clients of its hosting CreatePushScope activity as defined in its subsequent criterions; if no criterions are defined the push will be received by all clients of the push service.
Argument | Value |
---|---|
UBIKObjectUID | new System.Guid("f5eea25c-9ad4-4be4-b11a-5814a4160c3e") |