Back to All

Onesignal JSBridge Remove Tags

Hi

I was wondering if its possible to remove tags as well via the Native JS Bridge? It's not directly in the JavaScript Bridge file but it might be hidden via the GoNative Protocol?

For setting tags:
window.location.href = 'gonative://onesignal/tags/set?tags=' + encodeURIComponent(JSON.stringify({"test":1}));

is there also one for delete?

Thank you