Undocumented notification_settings for push.schedule() (SOLVED)

I’m trying to read up on how push notifications work here: http://www.defold.com/ref/push/

Under push.schedule(), there’s a parameter called notification_settings, but I have no clue what values I can put in there or what they do? The description just says “table with notification and platform specific data”.

The example shows that there is something called “action”, but with no explaination of what it does.

Ah, I found it here, under Local push notifications: http://www.defold.com/manuals/push/

1 Like

Thanks for the report. That info should be in the ref docs. I’m adding it.

2 Likes

Sorry, now I’m confused… It’s already there, right?

Oh, then it’s my fault for not seeing it! I didn’t understand that it was refering to the notification_settings argument.

I’ll clarify it a bit.