SetGroupletEventMsg method: Field class
Syntax
SetGroupletEventMsg (push_event)
Description
Use the SetGroupletEventMsg method to specify the name of a push notification event used to dynamically update the tile’s content.
Parameters
| Parameter | Description |
|---|---|
|
push_event |
Specifies the push notification event name as a String value. |
Returns
None.
Example
&rec.GROUPLET.SetGroupletEventMsg("MY_EVENT");
Related Topics