From 4de18c11406e398ddd5913fd5ff452100c481181 Mon Sep 17 00:00:00 2001 From: Mike <70590729+201949@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:39:05 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32e81df..4977521 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ For a more aesthetically pleasing notification, the long text was disabled. ### showLocalNotification(message: String, title: String, interval: float, tag: int, smallIconName: String, LargeIconName: String, summaryText: String, colorImage: String) -Show notification with `title` and `message` after delay of `interval` seconds with `tag`. You can override notification by it's tag before it was fired. +Show notification with `title` and `message` after delay of `interval` seconds with `tag`. You can override notification by it's tag before it was fired. You can change notification icons and color. The color string format is `#RRGGBB`. ### showRepeatingNotification(message: String, title: String, interval: float, tag: int, repeat_duration: int, smallIconName: String, LargeIconName: String, summaryText: String, colorImage: String) -Show notification with `title` and `message` after delay of `interval` seconds with `tag`. You can override notification by it's tag before it was fired. +Show notification with `title` and `message` after delay of `interval` seconds with `tag`. You can override notification by it's tag before it was fired. You can change notification icons and color. The color string format is `#RRGGBB`. `repeating_interval` the notification will be fired in a loop until you cancelled it.