EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

Dynamically sending different message `body` for recurring notification #131

Open htbkoo opened 5 years ago

htbkoo commented 5 years ago

First of all, thanks a lot for creating this NativeScript plug-in - it is so useful but extremely straight forward to install and use at the same time 👍

However I would like to ask a question about recurring notification (I did it by setting the interval config). May I ask if it is possible to send different notification message / body on different interval? For example, let's say I would like to send daily messages that would have the "today"'s date in the message.

(I did a quick search in the Issues but only found one slightly related issue #56 but I am not looking for updating sent notifications. Instead I would like to send different messages when sending new notification without user opening the app again)

Thanks again for all your effort - it is very appreciated :-)