From 6fc4eb99979d86cc29bf41c85d0714b9f4548f52 Mon Sep 17 00:00:00 2001 From: StoilAtSAP Date: Thu, 2 Apr 2026 14:34:29 +0300 Subject: [PATCH] Updated README.md with more details --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1ce282..1fb8532 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ alert.notify({ }); ``` +> **Note:** The simple API supports only: `recipients`, `priority`, `title`, and `description`. For advanced properties like `ActorId`, `NavigationTargetObject`, `TargetParameters`, etc., use a [named notification type](#use-notification-types) or the [low-level API](#low-level-notifications-api). + * **priority** - Priority of the notification, this argument is optional, it defaults to NEUTRAL * **description** - Subtitle for the notification, this argument is optional