renderNotification()
Overview
public string function renderNotification(
required string topic
, required struct data
, required string context
)
Renders the given notification topic
Arguments
Name | Type | Required | Description |
---|---|---|---|
topic | string | Yes | Topic of the notification |
data | struct | Yes | Data associated with the notification |
context | string | Yes | Context of the notification |