For AI agents: visit https://docs.reteno.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
To run a logic after user click on notification, use the OnNotificationClicked method.
using System;
using RetenoSdk;
public class YourClass : MonoBehaviour
{
void OnApplicationFocus(bool hasFocus)
{
RetenoSdk.OnNotificationClicked();
}
}