From 23e0cb4ee17395c634e687f3b1b74cb7cb2824ea Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Sun, 24 May 2020 18:33:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b718613b..f06bbfe6c 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ https://developer.android.com/training/monitoring-device-state/doze-standby ## Repeating Notifications -(optional) Specify `repeatType` and optionally `repeatTime` while scheduling the local notification. Check the local notification example above. +(optional) Specify `repeatType` and optionally `repeatTime` (Android-only) while scheduling the local notification. Check the local notification example above. Property `repeatType` could be one of `month`, `week`, `day`, `hour`, `minute`, `time`. If specified as time, it should be accompanied by one more parameter `repeatTime` which should the number of milliseconds between each interval.