Is it possible to add custom buttons to notifications in Tizen wearable using Tizen Web API?

I’ve been developing a Tizen web application for wearable devices that need to show notifications to users from time to time. using Notification API (Web App on Tizen OS version 4.0) it seems impossible to add custom buttons to a notification.

Do you have any suggestions/workarounds?

P.S. it seems possible to do so with Native API (C language), but I need to get it done in Web App API (Javascript) if possible.

Hi,
You can implement notification using a Native service as it allows you to meet your requirements.

Thank you,
Iqbal