🔔 MelonNotification • Various styled notifications + Itoo

Yes, that's right, Melon notification bridges into Itoo for help in background execution.


You can expect an update in the weekend, could be earlier too.

I was talking about this block:

So I was wondering what the bot and important parameters are for since they are not shown in the documentation.

Nico

If the person is a bot, i.e. an automated message from somewhere, set it to true, else false. importance is pretty self explanatory, if the person is important.

Okay, noted!

Alright that's good...ok will wait your update that weekend then, Thanks in advance

1 Like

Version 1.2

  • A new block to support notification tags. This allows you to use a string identifier along with an Id.

    component_method

  • Fixed inverted behaviour while using callOnMain property.

  • Fix a possible companion error, that occurs while switching apps.
    Note: This error may still be present, changes needs to be also done on Itoo's code

space.themelon.melonnotification.aix (59.7 KB)

2 Likes

9 posts were split to a new topic: Help notifying a notification only once

I am using this extension for my project. But i got a problem. If i click the notification Screen1 opens and reinitialize. My variables that were set beforehand are reinitialized too. But i dont want that. How can i change that screen1 dont reinitialize on notification click or how to save the variables to call them back after the reinitialization.

Use TinyDB...

in the Screen1.Initialize event use an if statement like this

unknown

Taifun

1 Like

I am trying to use its aia,


and on the regular i cant find certain blocks

Hmm. Your Android OS version seems to be less than 7. Thus the icon cannot be set from an image resource. I will look into this to add a safe check.

is this extension is working on all android device 13+

Hi here. I would like to create a task that checks if there is a new notification. However, I don't know how to solve it. Can anyone help me with this? (I would use Melon notifications for notifications because it was written there that it supports this)

Hi, do you want to read notifications of your phone and perform an action accordingly? If so, then see this:

No I crreated a shopping list app and I want to send a notification when somebody added a new item to the list

Okay, do you just want to post notifications from your App? If so what you have tried so far?

I tried to check data with the cloud but nothing happend (I copied the example)

Could you please show us your blocks?

Yes here is my code
proba.aia (2,7 MB)