Difference between revisions of "Activity:PushPopUpMessage (Activity)"
(→Arguments) |
|||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
| Header|| {{MSDN/String}} || In || The header line of the PopUp Message | | Header|| {{MSDN/String}} || In || The header line of the PopUp Message | ||
|- align="left" | |- align="left" | ||
− | | TextLines|| Array of {{MSDN/String}} || In || | + | | 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 32: | Line 32: | ||
| 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 | ||
|} | |} | ||
− | |||
− | |||
− | |||
===Usage=== | ===Usage=== | ||
Line 70: | 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.