Difference between revisions of "Activity:PushPopUpMessage (Activity)"
(Created page with "This activity pushes a single Popup Message to {{UBIK}} Push service participants. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Descri...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | Header|| | + | | Header|| {{MSDN/String}} || In || The header line of the PopUp Message |
|- align="left" | |- align="left" | ||
− | | TextLines|| | + | | TextLines|| Array of {{MSDN/String}} || In || The lines of text (as single lines) from the Popup Message |
|- align="left" | |- align="left" | ||
| Style|| [[StyleTypes]] || In || The layout style of the presented message at the client (Notification, ImportantInformation, Failure, Emergency) | | Style|| [[StyleTypes]] || In || The layout style of the presented message at the client (Notification, ImportantInformation, Failure, Emergency) | ||
Line 28: | Line 28: | ||
| UBIKObject || [[BaseClass]] || In || The object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObjectUID'' | | UBIKObject || [[BaseClass]] || In || The object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObjectUID'' | ||
|- align="left" | |- align="left" | ||
− | | UBIKObjectUID || {{Guid}} || In || The UID of the object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObject'' | + | | UBIKObjectUID || {{MSDN/Guid}} || In || The UID of the object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObject'' |
|- align="left" | |- align="left" | ||
| PushClient || [[Push Service (Client)|PushService]] || In || The instantiated push client to be used; normally inherited from a hosting [[Activity:CreatePushScope (Activity)|CreatePushScope]] activity, but can be overwritten here | | PushClient || [[Push Service (Client)|PushService]] || In || The instantiated push client to be used; normally inherited from a hosting [[Activity:CreatePushScope (Activity)|CreatePushScope]] activity, but can be overwritten here | ||
Line 38: | Line 38: | ||
=== Style Types === | === Style Types === | ||
− | The system supports following styles: | + | The system supports following styles (see [[Push_Service_(Client)#Popup_dialogs]]): |
− | + | ||
* Important Information | * Important Information | ||
* Failure | * Failure | ||
* Emergency | * Emergency | ||
+ | * Notification (does not show a MessageBox on the client) | ||
=Example= | =Example= | ||
Line 66: | Line 67: | ||
* [[Activity:CreatePushScope (Activity)]] | * [[Activity:CreatePushScope (Activity)]] | ||
− | [[Category:Activities]] | + | [[Category:Activities|PushPopUpMessage (Activity)]] |
− | [[Category:Push]] | + | [[Category:Push|PushPopUpMessage (Activity)]] |
Latest revision as of 11:38, 1 June 2015
This activity pushes a single Popup Message to UBIK® Push service participants.