Difference between revisions of "Activity:PushPopUpMessage (Activity)"
(→Style Types) |
(→Arguments) |
||
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|| {{MSDN/String}}[] || In || Array of 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 | ||
|} | |} | ||
+ | |||
+ | [[Category:Activities|PushPopUpMessage (Activity)]] | ||
+ | [[Category:Push|PushPopUpMessage (Activity)]] | ||
===Usage=== | ===Usage=== |
Revision as of 11:34, 1 June 2015
This activity pushes a single Popup Message to UBIK® Push service participants.