Difference between revisions of "Activity:PushPopUpMessage (Activity)"
(→Style Types) |
|||
(3 intermediate revisions by the same user 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 67: | 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.